EMS procedure and zone list
Hello I am learning EMS and want to know is it able to call and use zone list object in EMS or we need repeat variable and all EMS procedures for each zone ?
Hello I am learning EMS and want to know is it able to call and use zone list object in EMS or we need repeat variable and all EMS procedures for each zone ?
There is no zone list capability. You will need to have separate sensors, actuators, and programs for each zone. But if the programming gets at all complex it is helpful to use a single common program to do most of the work across the zones. Each zone still needs its own simple program that uses global variables as arguments to interact with the common main program. In general they fill global variables with zone-specific sensor values, then call the main program to do the calculations (using RUN), and finally copy the calculation results from global variables into the zone-specific actuators.
To enter a block of code:
Comments
@ngkhanh Out of curiosity, what's the goal of your EMS?