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 enterFromPLC.
- 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