In Codesys visu, Table row number always start from 0.
How do I set row number from 1 ?
Use declaration with ARRRAY [1..x] instead of ARRAY [0..x]
Thanks ! That worked fine !
Log in to post a comment.
In Codesys visu, Table row number always start from 0.
How do I set row number from 1 ?
Use declaration with ARRRAY [1..x] instead of ARRAY [0..x]
Last edit: kislov 2024-05-27
Thanks ! That worked fine !
Last edit: k2saki 2024-06-03