Hi Manjey / Mikhail,
I need to reset the channel value to 0 every time the SCADA server is rebooted. I have configured the channel as follows:
Channel Type: Calculated/output
Object: Enterprise
Device: Simulator
Formula
In: Stat() > 0 ? Data() : NewData(0, 1)
Out: SetVal(CnlNum, Cmd)
However, the channel value does not reset to 0 when I reboot the computer or restart the SCADA server. Instead, it retains the value I entered through the command window. Do you have any suggestions on how to ensure that the channel value is reset to 0 upon rebooting the computer or restarting the SCADA server?