10/10/2018 11:08 AM | |
Joined: 10/11/2006 Last visit: 4/17/2025 Posts: 6008 Rating:
|
Hello, Chapter 4.5.3 https://support.industry.siemens.com/cs/ww/en/view/109757326 array1 : ARRAY [0..4] OF INT := [1, 3, 8, 4, 0]; array2 : ARRAY [0..5] OF DINT := [6 (7)]; array3 : ARRAY [0..10] OF INT := [2 (2(3),3(1)),0]; // equivalent [2(3),3(1),2(3),3(1)),0]: // field element 0, 1 with 3; // field element 2, 3, 4 with 1; // field element 5, 6 with 3; // field element 7, 8, 9 with 1; // field element 10 with 0 |
With best regards, |
|
Follow us on