Hi Mike
The IadsClocks.IadsIRIGClock ActiveX control will accept time in 4 formats: IRIG Binary, IRIG BCD, Acra BCD and IADS Native Time which is really total seconds since the beginning of the year. If you can make a derived parameter to express your time time in total seconds, you can drop it into the display as “IADS Native Time” and change the type to “TimeFormat” in the display’s format to “IADS Native Time”.
You can also drop your total seconds parameter in an IADS text primitive as the Value and set the ValueFormat to %T and that will also display time.
When you make your total seconds parameter make sure you set it to type “double”.
If you have another specific format you’d like to see represented in the IadsIRIGClock control, please let me know.
-Kathy
From: ia...@googlegroups.com [mailto:ia...@googlegroups.com] On Behalf Of Mike Delaney
Sent: Friday, November 30, 2012 10:43 AM
To: ia...@googlegroups.com
Subject: [IADS] Displaying times using the IRIG time display
I've got multiple times coming in from a system (elapsed time, GPS time, etc.). I have separate int parameters for hours, minutes, seconds and milliseconds.
Thanks,
Mike
--