You can use format style.
For example, in the rectangle' properties used to show the elapsed time of Timer1, you can write :
Text : %t[ss] sec
Text variable : Timer1.ET
And you will see, only the seconds : 00 sec
By the same way you can use : %t[mn:ss:ms] to see only 00:00:00
It's better than T#00ms
BR
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How do I get second to show in visual ie: 5sec instead of 5000ms in elapsed time of a FB?
Thank you for your help.
You can use format style.
For example, in the rectangle' properties used to show the elapsed time of Timer1, you can write :
Text : %t[ss] sec
Text variable : Timer1.ET
And you will see, only the seconds : 00 sec
By the same way you can use : %t[mn:ss:ms] to see only 00:00:00
It's better than T#00ms
BR