Vijeo doesn't support TIME variables, so the easiest thing to do is convert to a STRING in your program, and use that variable. You could use TimeAsString:= TIME_TO_STRING(TimeVar) to get a string that looks like this: T#5h10m45s200ms
π
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I'm trying to show in Vijeo Designer a timer countdown.
But I want to display the data in hour, minutes and seconds.
I tried to change the data by converting in the Machine Expert but not able to succeed.
Can you help me to find a solution?
Regards,
FG
Vijeo doesn't support TIME variables, so the easiest thing to do is convert to a STRING in your program, and use that variable. You could use TimeAsString:= TIME_TO_STRING(TimeVar) to get a string that looks like this: T#5h10m45s200ms