Functions
100/142
netPLC C100 | Startup Guide
DOC090701UM02EN | Revision 2 | English | 2009-10 | Released | Public
© Hilscher, 2009
10.1.3
Status PCI Power Supply – StatusOfPCIPower
Figure 10: System function StatusOfPCIPower
Function
StatusOfPCIPower
Description
Checks if the slot PLC is supplied with the PCI power.
Name
Data type In-/Output Default
Comment
xDone
BOOL
Output
FALSE
TRUE: System function ready
FALSE: This function will be called in the next PLC cycle
again
xBusy
BOOL
Output
FALSE
TRUE: System function in process
FALSE: System function not in process
xError
BOOL
Output
FALSE
TRUE: Error occured! The error condition will be saved in
iError
FALSE: no error occured
iError
INT
Output
0
In case xError has the value FALSE , then
NO_ERROR: No Error
In case xError has the value TRUE, then
INTERNAL_ERROR:
xStatusOfPciPower BOOL
Output
FALSE
TRUE: PCI power supply available
FALSE: PCI power supply not available
Table 19: System function StatusOfPCIPower