TN DAS145 How to use the Device Items tab in your OI/DA Server configuration
Last updated: March 6th, 2025Description
- Author: Michael Viteri
- Published: March 6th, 2025
Details:
Description
This article from InSource shows how to use the Device Items tab in your OI/DA Server configuration. This helps you create an aliases list for PLC registers by giving the meaningful names as Tanklevel instead of O:1/1
- Author: Mike Viteri
- Published: 9/2/2016
- Applies to: Device Integration
Details
Introduction
In this example DASSim will be used. This DAServer simulates values. A tagname/register we can read is called Integer1.
- I will test "Integer1" with wwclient. You can see in this example we can read the value and quality is good.
Since Integer1 might not mean a lot to most people we want to add an alias that has meaning to this tag. I will call it “TankLevel1”
- Open up your OI/DAServer configuration. Go to the Device Items tab(next to Device Group).
- Right click the blank space and select "Add".
- Now you want to create the alias. In the Left side under "Name" create the name you would like the tag in the PLC to be referenced by. In the right side under "Item Reference" You will put the tag/register as it exists in the PLC.
- I can now advise both tags with wwclient using either name. TankLevel1 is easier to identify then Integer1.