- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
Create variables
Create a variable that mimics raw data received from a controller and an analog variable that presents the controller data as a temperature unit.
- Create a variable that mimics raw data received from a controller:
- InProject view, right-clickModeland select .
- Hover-over the variable, select, and enterEditFromPLC.
- InProperties, set theFromPLC (Int32)property value to60.
- Create an analog variable that presents the controller data as a temperature unit:
- InProject view, right-clickModeland select .
- Crete a dynamic link betweenAnalogValueand .For more information about dynamic links, see Create dynamic links.
- Next to the dynamic link, select<None>and selectTemperature: degree Celsius.
Provide Feedback