[[Template core/front/global/updateWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
I'm new in PLC programming. I have a small project which have 15 temperature sensor. How I should declare the variable for this 15 sensor.
I try code below
temp0 AT %IW10: INT;
temp1 AT %IW12:INT;
I also have 15 controller which use to control the temperature. How I should declare this 15 controller also?