Same here. plcload in my case is about 7% while running. Watchdog ENIPScannerIOTask was about 200ms. Max cycle around 6ms, normal cycle time 4ms. Probably just increase the watchdog to 2000ms? or so... (Hardware: A Panel from Weintek)
get rid of this: := FB_init is a method/funciton and needs to be called! not assigned... Do it like the following: MyArray : ARRAY [1..2] OF MyObject[ (ID:=24), (ID:=17) ]; Then intellisense works at least at the first line though
MyArray : ARRAY [1..2] OF MyObject** := **[ (ID:=24), (ID:=17) ]; get rid of this! Do it like the following: MyArray : ARRAY [1..2] OF MyObject[ (ID:=24), (ID:=17) ]; Then intellisense works at least at the first line though