I'm working inside a non-optimized global DB : my DB83 has components of the type "Array[0..15] of Bool"
I'm trying to copy the values of 6 MW from one place to another.
Value of MW302-MW307 copied to MW2302-MW2307 inside global DB83.
So I used MOVE_BLK_VARIANT with the following parameters :
- src: %DB83
- count: 6
- src_index: 302
- dest_index: 2302
The error code I get (16#8382) seems to be linked to the value of parameter SRC_INDEX being negative although I've put 302 as SRC_INDEX.
Am I missing something here please ?
Thanks for your inputs