100% found this document useful (1 vote)
69 views

Platform Software Error Codes - Initialisation and Self-Monitoring

The document describes various error codes generated by the platform software during initialization and self-monitoring. It includes a table listing the error code, source file that can generate the error, and brief explanation of each error. The errors involve issues initializing communication services, memory allocation, task creation, and problems detected during continuous self-testing of hardware components.

Uploaded by

ahwaz89
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
69 views

Platform Software Error Codes - Initialisation and Self-Monitoring

The document describes various error codes generated by the platform software during initialization and self-monitoring. It includes a table listing the error code, source file that can generate the error, and brief explanation of each error. The errors involve issues initializing communication services, memory allocation, task creation, and problems detected during continuous self-testing of hardware components.

Uploaded by

ahwaz89
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

5/16/2020 Platform Software Error Codes - Initialisation and Self-Monitoring

Platform Software Initialisation and Self-Monitoring Error Codes

The table below shows an explanation for each error, and identifies the source files that can generate the error
code.

Error Code Source(s) Explanation


0x0C010000 inmon.c The Courier serial communications service could not be
inmon_Initialise() initialised.
0x0C020000 inmon.c The Flash memory service could not be initialised.
inmon_InitialiseFlash()
0x0C030000 inmon.c Nucleus Plus could not create the slow watchdog timer.
inmon_StartSlowWatchdog()
0x0C040000 inmon.c Nucleus Plus could not allocate memory for the stack and/or
inmon_CreateMonitorTask() the queue for the Monitor Task. Check that there is sufficient
space allocated in the Platform Software memory pool.
0x0C050000 inmon.c Nucleus Plus could not create the queue for the Monitor Task.
inmon_CreateMonitorTask() Check that there is sufficient space allocated in the Platform
Software memory pool.
0x0C060000 inmon.c Nucleus Plus could not create the Monitor Task. Check that
inmon_CreateMonitorTask() there is sufficient space allocated in the Platform Software
memory pool.
0x0C070000 inmon.c The date and time service could not be initialised.
inmon_InitialiseDateAndTime()
0x0C080000 inmon.c The logging API could not be initialised.
inmon_InitialiseLogs()
0x0C090000 inmon.c The database could not be initialised.
inmon_InitialiseDatabase()
0x0C0A0000 inmon.c A restore defaults command issued during power-up failed.
inmon_InitialiseDatabase()
0x0C0B0000 inmon.c The active group setting was corrupted.
inmon_InitialiseDatabase()
0x0C0C0000 inmon.c The database lock could not be obtained in order to set the
active group.
0x0C0D0000 inmon.c The data acquisition service could not be initialised.
inmon_InitialiseSeaDrv()
0x0C0E0000 inmon.c The output relay contact service could not be initialised.
inmon_InitialiseSerDrv()
0x0C0F0000 inmon.c The fast watchdog timer could not be created/started.
inmon_FWDReset()
inmon_StartFastWatchdog()
0x0C100000 inmon.c The fast watchdog timed out.
inmon_FWDLISR()
0x0C110000 inmon.c The permanent self test services could not be started.
inmon_Initialise()
0x0C120000 inmon.c The lockup timer could not be created/started.
inmon_StartLockUpTimer()
0x0C130000 inmon.c The lockup timer could not be stopped.
https://www.se.com/ww/resources/sites/SCHNEIDER_ELECTRIC/content/live/FAQS/236000/FA236072/en_US/Px40_Error_code.htm 1/3
5/16/2020 Platform Software Error Codes - Initialisation and Self-Monitoring

inmon_StopLockUpTimer()
0x0C140001 inmon.c The serial communications service locked up during
inmon_Initialise() initialisation.
0x0C140002 inmon.c The LCD service locked up during initialisation.
inmon_Initialise()
0x0C140003 inmon.c The Flash memory service locked up during initialisation.
inmon_Initialise()
0x0C140004 inmon.c The date and time service locked up during initialisation.
inmon_Initialise()
0x0C140005 inmon.c The data acquisition service locked up during initialisation.
inmon_Initialise()
0x0C140006 inmon.c The output relay contact service locked up during initialisation.
inmon_Initialise()
0x0C140007 inmon.c The logging API locked up during initialisation.
inmon_Initialise()
0x0C140008 inmon.c The database API locked up during initialisation.
inmon_InitialiseDatabase()
0x0C140009 inmon.c The database API locked up during instatement of default
inmon_InitialiseDatabase() settings.
0x0C14000A inmon.c The IRIG-B time synchronisation locked up during
inmon_Initialise() initialisation.
0x0C150000 inmon.c The product-specific extension indicated an error condition.
inmon_Initialise()
0x0C160010 inmon.c The continuous self-tests detected an error in the SRAM bus.
inmon_ProcessPermTestError()
0x0C160011 inmon.c The continuous self-tests detected an error in the SRAM.
inmon_ProcessPermTestError()
0x0C160012 inmon.c The continuous self-tests detected an error in the Flash memory
inmon_ProcessPermTestError() checksum.
0x0C160013 inmon.c The continuous self-tests detected an error in the code
inmon_ProcessPermTestError() comparison.
0x0C160014 inmon.c The continuous self-tests detected an error in the battery-
inmon_ProcessPermTestError() backed SRAM.
0x0C160015 inmon.c The continuous self-tests detected an error in the EEPROM
inmon_ProcessPermTestError() checksum.
0x0C1600A0 inmon.c The continuous self-tests detected an error in the acquisition
inmon_ProcessAcquisition() card.
0x0C1600Bn inmon.c The continuous self-tests detected an error in relay card n
inmon_ProcessRelay() (numbered from 0).
0x0C1600Cn inmon.c The continuous self-tests detected an error in opto card n
inmon_ProcessAcquisition() (numbered from 0).
0x0C170016 inmon.c The secondary self-tests detected an error in the fast watchdog.
inmon_AnalyseTests()
0x0C170017 inmon.c The secondary self-tests detected an error in the battery-backed
inmon_AnalyseTests() SRAM.
0x0C170018 inmon.c The secondary self-tests detected an error in the bus reset

https://www.se.com/ww/resources/sites/SCHNEIDER_ELECTRIC/content/live/FAQS/236000/FA236072/en_US/Px40_Error_code.htm 2/3
5/16/2020 Platform Software Error Codes - Initialisation and Self-Monitoring

inmon_AnalyseTests() circuit.
0x0C170019 inmon.c The secondary self-tests detected an error in the slow
inmon_AnalyseTests() watchdog.
0x0C17001A inmon.c The secondary self-tests detected an error in the fast watchdog.
inmon_AnalyseTests()
0x0C180000 inmon.c The VT ratios could not be patched because a lock could not be
inmon_InitialiseAcquisition() obtained for the database.
0x0C1C0000 inmon.c The dual characteristic optos are not fitted.
inmon_InitialiseAcquisition()

Back

https://www.se.com/ww/resources/sites/SCHNEIDER_ELECTRIC/content/live/FAQS/236000/FA236072/en_US/Px40_Error_code.htm 3/3

You might also like