falcon - 2021-01-22

"C0373: Channel Application.Global_variale_list.Outputs[x,y] is already used in another task.signal may be overwritten"

this above warning comes for all indices of Outputs i.e. Output[1,1] , Output[1,2] Output[2,1] ...
for each index one warning comes.

Outputs is a 2D array declared in Global variable list. and it is mapped to Output Card (EtherCAT Slave AMAX 4834)

I am updating this Output array in more than one task.
Problem faced: some time my output cards misses an instruction to turn ON all outputs . is this because of this issue?
kindly share any knowledge that you have , my other posts did not get a single reply