CP635 convert ms in Minutes
Hello, I have been developing a program based in AC500 and HMI CP635, my problem is allways I introduce a Time by the screen my variable allways update to ms. For other words, I have a variable INT type and I introduce 15 Minutes but when I comunicate in the AC500 allways convert to ms. Can you support me
Answers
I dont know about AC500 but in AC800M there is a dint_to_time() function. What data type is your target variable? You could also just multiply by 1000 for seconds, 3600 for minutes etc.
by kstoilov
Please clarify - what type of variable you use in AC500 and what would like to see on CP635
Add new comment