Hi,
I'm having a problem with the timestamp of bools coming from logic.
I just programmed a DINT split into Booleans through Zenon Logic. Everything is working fine EXCEPT that the timestamp in the AML is wrong. All the alarms configured through Logic have the same time for received and cleared, and both of those times are incorrect.
Any idea why that can be happening?
**I programmed it by copying the data into an array of bolleans by:
My_Bool_Of_Array[0]:=My_Dint_Variable.0;
My_Bool_Of_Array[1]:=My_Dint_Variable.1;
...
My_Bool_Of_Array[31]:=My_Dint_Variable.31;
Is there a better way to do it?