Add clock display of actual time in Freelance
I have make the project in Freelance v9.2 and add DT global variable to display of actual time in D-OS, but clock(AD object) show "freeze" time? Thanks!
Voted best answer
That is, because you animate the AD object with a variable called DDTT, which is nowhere written with the current date and time.
Either replace DDTT in the AD object with prob.DateTime (default variable) or assign DDTT with the value of prob.Date.Time in a program in your emulator.
Then it works. :-)
By the way DigiVis has the date and time in the lower right status bar already.
Answers
hi,
Seems you are not using system variable date and time. in your graphic object don't use variable 'DDTT' instead use 'prob.DateTime' system variable. As this variable getting time from RTC which keeps changing time. whereas DDTT is user define variable which shows just fixed value, that's why you see Freeze value...
Add new comment