QuickStart Guide
...
Industrial Systems Connection ...
Lumberg Automation
LioN-X
5min
review the following information for setting up and configuring the lion x driver litmus edge compatible series compatibility parameter compatible items driver type ethernet validated devices/series lumberg automation lion x 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 step 1 set up and configure the driver to find the network parameters of the driver, you have the option of using the asset discovery tool docid\ pvdhiqdfezem4kmkyjk5p 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 the device discovery dialog box appears 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 step 2 set up the driver in litmus edge devicehub configure the following parameters when you connect a device docid 3eyafppweuvmblcey17sq with this driver update default values to the specific setup of your device 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 aes128sha256rsaoaep aes256sha256rsapss basic128rsa15 basic256 basic256sha256 none 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 step 3 configure the list of registers browse for tags to add to this freetag device see browse tags docid\ ml 1dnqkd6d zhzbe7qmw to learn more alternatively, when you add tags docid\ xgwokqbtpevii7or82ll0 , 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\[] tag parameters name enter a name based on this format ns=1;s=tagname example ns=2;s=demo static scalar boolean value type select a data type from the drop down list polling interval enter a value in seconds this determines how often the tag should poll the register for data tag name enter a name for the tag description (optional) enter a description for the tag tag formula enter a formula for the tag to process the generated data two variables are permitted value (current tag value) and timestamp (current tag unix time in milliseconds) the following math functions are available sin cos sqrt tan power power( x ) performs the operation 10^x log log( x ) is the natural logarithm (the logarithm is in base e ) exp exp( x ) performs the operation e^x only publish on change of value select the checkbox to customize nats messages to be published only when the value parameter changes from a previous value to a new one change of value only applies to boolean, numeric (such as int or float), and simple string data types it does not apply to complex types, such as json or array poll once topics will not be affected by change of value settings these topics will still only see a single message meta data metadata summarizes basic information about data this feature allows you to define key value pair data for the device output payload later on it can then be used to find, use, and reuse particular instances of data note if you use special characters in meta data key names, the special characters are replaced with underscore characters in the payload this can cause two key names to be combined into one for example, configuring the key names a b and a&\&b will cause only one key name to be created (a b)