Following the "Configuring and Multiplying Visualization Elements as Templates" in Codesys online help for Codesys 3.5.16.0, it says to use "$FIRSTDIM$" placeholder as the index for the data array in order to be able to "multiply visualizations", but this placeholder doesn't exist at my end. I am using the same version 3.5.16.0 of Codesys.
Anyone know what to do?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Following the "Configuring and Multiplying Visualization Elements as Templates" in Codesys online help for Codesys 3.5.16.0, it says to use "$FIRSTDIM$" placeholder as the index for the data array in order to be able to "multiply visualizations", but this placeholder doesn't exist at my end. I am using the same version 3.5.16.0 of Codesys.
Anyone know what to do?
Hi,
Have you tried to use the placeholder although it doesn't appear on Intellisense?
For example as TextVariable: PLC_PRG.aData[$FIRSTDIM$, $SECONDDIM$]
Regards,
Julian