RSLINX DM Properties
|
Registry Key |
Data Type |
Default Value |
Description |
|
dbgON |
REG_DWORD |
0 |
Debug Flags for ascii file debugging/diagnostic trace. 0 means off, &HFFFFFFFF (32 bits) is the highest level of debugging. |
|
Description |
REG_SZ |
|
TCP/IP interface to Allen Bradley PLCs via Lynx C API |
|
DTL_LIST |
REG_MULTI_SZ |
NULL |
A List of all the DTL Blocks in the system. A description is below. |
|
MaxIO |
REG_DWORD |
1000 |
Limits the number of tags that the interface will support |
|
ShowMsg |
REG_DWORD |
1 |
Turns debugging on(1) or off(0) for internal DM object. Used for tracing in the TCP object engine. |
The DTL_LIST entry is the following format
#ggg# [min scan rate]
blockinfo where [min scan rate] is optional
where
|
Key |
Description |
|
#ggg# |
Group name |
|
[min scan rate] |
Minimum scan rate |
|
blockinfo |
Starting Address, Number of Items, IO Type, IO Drection,??,??,??,?? |
Example
#001#[250]N30:000,25,UWORD,MODIFY,AB:LOCAL,0,PLC5,0
#001# five character string identifying DTL group
[250] min scan rate
N30:000 starting address
25 Nr of items
UWORD IO Type
MODIFY IO Direction
AB:LOCAL ??
0 ??
PLC5 ??
0 ??