AlbertoBen Posted August 5 Report Posted August 5 Hi everyone I need to convert a T1.current timer to ASCII string, could someone help me? Thank you very much
ORSO2001 Posted August 5 Report Posted August 5 Hi AlbertoBen the T1.current is an UINT32 variable that count milliseconds...so...using "divide" and "modulo" function you will have "days", "hours", "minutes", "seconds", "tenths", "cents" and "thousands". so...take the inspiration from the example "num to ASCII" you will know how to convert a "number" in an "ASCII" character. UniStream_070_Num_To_ASCII.ulpr
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now