<< Click to Display Table of Contents >> Navigation: »No topics above this level« MININET station objects |
The MININET station object defines a MININET station (controller) in a network.
The station number of the MININET station (controller) must be specified in the connection description. It is also possible to set the SPOIO protocol type.
The values 17 - 31, 33 - 47, and 49 - 63 are allowed as station numbers.
Connection description syntax:
/CN=<StationNumber> [/MODE=<ProtocolType>]
or
<StationNumber> [/MODE=<ProtocolType>]
Par. |
Values |
Settings |
Example |
Description |
/MODE |
SPS, SPOIO |
PLC |
"/MODE=SPOIO" |
Protocol type used on the controller The SPOIO protocol type allows simultaneous read and write data transfer of several data blocks in a frame. In contrast, only one request can be transferred in a frame with the SPS protocol type. |
If at least one parameter is defined, the connection description must always be specified in quotation marks ("...") in the object description.
Connection description examples:
CD="/CN=17 /MODE=SPOIO"
CD=17