LioN-X
Review the following information for setting up and configuring the LioN-X driver.
Compatibility parameter | Compatible items |
---|---|
Driver type | Ethernet |
Validated devices/series | When configuring tags for this driver, you must enter the case-sensitive register name exactly as it is defined in the PLC. See Step 3: Configure the List of Registers below to learn more. |
To find the network parameters of the driver, you have the option of using the Device Discovery Tool. Otherwise, set up the device for Ethernet access and collect the network parameters.
To use the device discovery tool:
- Navigate to DeviceHub > Devices.
Click the Connect a Device box. The Connect Device dialog box appears.
- Click the Device Type drop-down list and select Lumberg Automation.
- Click the Driver Name drop-down list, and select LioN-X.
Click Device Discovery.
- Select only one of the following fields to use for discovering the device.
- Discovery Server URL (Servers and Endpoints Discovery): No prior setup/configuration is needed to use this field. Replace localhost with the appropriate IP address or domain name that will be used to search for the device. Ensure the correct port number is entered.
- Server URL (Endpoints Discovery): You'll need to enable/configure the server to use this field. Replace localhost with the appropriate IP address or domain name that will be used to search for the device. Ensure the correct port number is entered.
- Delete all text from the field not being used.
- Click Start discovery. When the search is complete, available servers with corresponding security policies will be listed.
- Click the appropriate server/security policy, and then click Update form with discovery results. The Connect Device dialog box appears with Server URL, Security Policy, and Security Mode pre-filled based on the discovery results.
- In the Driver Mode field, select either Polling or Subscription.
- Move onto Step 2 and continue configuring the driver with the remaining parameters.
Parameter | Value |
---|---|
Type | Lumberg Automation |
Driver | LioN-X |
Driver Mode | Select Polling or Subscription |
Server URL | opc.tcp://localhost:48010 |
Security Policy | Select one of the following:
|
Security Mode | Select None, Sign, or SignAndEncrypt |
Session Certificate | Auto-generated |
Session Private Key | Auto-generated |
Auth Mode | Select Anonymous, Certificate, or Username |
Disable Error Certificate Host Name Invalid | Select true or false Flag used to disable the check if the hostname the client connected to matches one of the hostnames or IP addresses in the server certificate. |
Disable Application Uri Check | Select true or false Flag used to disable the certificate ApplicationUri match check. |
Default Root | ns=0;i=84 Start node to browse the server |
Browse for tags to add to this FreeTag device. See Browse Tags to learn more.
Alternatively, when you Add Tags, for Name map the LioN-X server tags to the client using this format, where the semicolon is significant: ns=1;s=tagname.
Example: ns=2;s=Demo.Static.Scalar.Boolean
The following value types are supported:
- bool
- sbyte
- byte
- int16
- uint16
- int32
- uint32
- int64
- uint64
- float32
- float64
- string
- BLOB
- bool[]
- sbyte[]
- byte[]
- int16[]
- uint16[]
- int32[]
- uint32[]
- int64[]
- uint64[]
- float32[]
- float64[]
- string[]
- BLOB[]