Flexible Connectivity to Remote Rockwell AB Controllers Using ControlLogix as a Gateway
The ControlLogix Ethernet driver has an advanced "Protocol Mode" setting that determines how Logix Tag data is read from the controller. There are three options:
Selecting the right protocol mode when using the TOP Server ControlLogix Ethernet driver is dependent on certain aspects of your project and what data you need to retrieve from your controller.
Each Logix tag address is represented in the packet by its ASCII character name. Symbolic mode is convenient in that all of the information needed to make a data request lies in the Logix tag's address. It also doesn't require the logical mapping operation when the driver first connects to the device.
To take advantage of the Multi-Tag Request Packet optimization, you want as many tags represented in a single packet as possible. Since tag addresses are represented by their ASCII character name in the packet, this implies tag addresses should be made as short as possible. For example, "MyTag" is preferred over "MyVeryLongTagNameThatContains36Chars".
Logical Non-Blocking mode is identical to symbolic in that all Logix tags are requested individually, utilizing the Multi-Tag Request Packet. They differ in that the Client/Server tags are specified in the packet with their physical address, not their symbolic address.
Because the physical pointer for a Logix tag is so much smaller than a symbolic tag name, more addresses can be returned in a single roundtrip request, making this logical non-blocking mode considerably faster than symbolic mode.
With Logical Blocking mode, all data for a Logix structure is retrieved in a single request. Blocking is possible because each Logix tag has a base physical address from which to work with.
Logical Blocking mode is ideal when most or all members/elements for a given Logix structure are being referenced by a client.
The TOP Server ControlLogix Ethernet driver queries the controller when initializing communications to determine key information about the controller, including the version of firmware currently installed.
As such, for logical/physical modes, the driver can intelligently select the proper protocol to be used based on the confirmed firmware revision and what it supports.
The demo is the full product once licensed. Once a client application connects to the TOP Server, the TOP Server runtime will operate for 2 hours at a time. At the end of the 2 hour demo period, the demo timer must be reset by restarting the TOP Server runtime service.
1-888-665-3678 (US + Canada toll free)
+1-704-849-2773 (Global)
support.softwaretoolbox.com
1-888-665-3678 (US + Canada)
+1-704-849-2773 (Global)
+1-704-849-6388 (Fax)
support.softwaretoolbox.com