AlbertoBen Posted August 5 Report Share Posted August 5 Hi everyone I need to convert a T1.current timer to ASCII string, could someone help me? Thank you very much Link to comment Share on other sites More sharing options...
ORSO2001 Posted August 5 Report Share 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 Link to comment Share on other sites More sharing options...
AlbertoBen Posted August 6 Author Report Share Posted August 6 thank you very much for your help👍 Link to comment Share on other sites More sharing options...
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