Hi,
I am new to the Codesys programming but it's progressing.
How would I display an Integer value, like from a Timer accumulator, to the Visualization?
Glen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Under help check out "Visualization->Elements->Generally Configuring Elements->Use Text and Language".
For the text property in the element you would use %d.
For the text variable property in the element you would use the variable you are trying to show.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am new to the Codesys programming but it's progressing.
How would I display an Integer value, like from a Timer accumulator, to the Visualization?
Glen
Under help check out "Visualization->Elements->Generally Configuring Elements->Use Text and Language".
For the text property in the element you would use %d.
For the text variable property in the element you would use the variable you are trying to show.