Jump to content

Recommended Posts

Am having an issue that I feel foolish asking about. Wrote a program on a V130 that requires a data table and had no issues with the table, and program runs fine. However, the times listed in the table are in 12 hours segments, i.e. AM and PM.(using RTC). Customer would like it to be in 24 hour clock, i.e. 00:00 to 23:59.

I am completely unfamiliar with the direct and indirect clock functions and am wondering if that is where the answer lies.

Would really appreciate someone's help

Thanks in advance

Link to comment
Share on other sites

I believe that you would be able to tuse the string function "Real Time Clock to ASCII" to do what you want. You can define that your real time clock value is the time you want without Am/PM and then store that ASCII value in your data table.

Keith

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.