SCPTdevListEntry

Overview:

Device list entry..  Device list entry containing the address of the device to be monitored. 

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 323
Obsolete: no
Size: 7
Programmatic Name: SCPTdevListEntry
Default: 0UNKNOWN
Neuron C Type:
Union
address_type.   
 
address_type_t
snDevice address as subnet/node address..  This structure is filled out in case the device address is given as subnet/node address. 
 
Structure
subnetDestination subnet..  Specifies the destination subnet number (1-255) 
 
unsigned short
Minimum: 1
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
unusedUnused..  Set to 0. 
 
bitfield
Signed: no
Width: 1
Offset: 0
Minimum: 0
Maximum: 1
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
nodeDestination node..  Specifies the destination node number (1-127) 
 
bitfield
Signed: no
Width: 7
Offset: 1
Minimum: 1
Maximum: 127
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
niDevice address as unique node ID address..  This structure is filled out in case the device address is given as unique node ID address. 
 
Structure
subnetDestination subnet..  Specifies the destination subnet number (1-255) or 0 if the destination subnet is unknown. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
nid.   
 
unsigned char [6]
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SCPTdevListEntry:  text(("%m", address_type),((address_type == 1) ? ("%d/%d", sn.subnet, sn.node) :((address_type == 2) ? ("%d/%x-%x-%x-%x-%x-%x", ni.subnet, ni.nid[0], ni.nid[1], ni.nid[2], ni.nid[3], ni.nid[4], ni.nid[5]) :("UNKNOWN"))))

Used by:

SFPTdeviceMonitor