SlotServer Configuration Manual
Page 21 of 37
ProSoft Technology, Inc. is the exclusive provider of FieldServer SlotServers.
For Technical Support call +1 661.716.5100
Appendix A.
USEFUL FEATURES
Appendix A.1.
How to obtain Node Status from the SlotServer
By declaring the following Data Array, the Node Status field in the IO image header will be filled in with the Node
Statuses of all Nodes declared on the SlotServer. If the communication status is good then the Node Status is set
to 1. The communication status goes bad if it does not receive a response to a poll.
Typical Data Array Parameters are:
Section Title
Data_Arrays
Column Title
Function
Legal Values
Data_Array_Name
Provide name for Data Array
SlotServerNodes
Data_Format
Provides Data format
Bit
Data_Array_Length
Number of Data Objects
1 to
256
Data_Array_Function Special function for Data Array Node_Status
// Data Arrays
Data_Arrays
Data_Array_Name , Data_Format , Data_Array_Length , Data_Array_Function
SlotServerNodes
, Bit
, 256
, Node_Status
Note: The Data Array Name must be as shown for this function to work correctly.