Topic
How to display Data/Time values as IRIG time (DDD:HH:SS.sss)
- This topic has 4 replies and 3 voices and was last updated 21 years, 7 months ago ago by Richard Weisang.
-
AuthorPosts
-
02.10.2003 at 22:30 #34278Richard WeisangKeymaster
I downloaded and evaluated your Flexpro ver. 6.0. I thought I read that it would support IRIG Time. It doesn’t show that format in this version. Is that some kind of addon? Or, does it not work with IRIG Time? IRIG= DDD:HH:MM:SS.sss
02.10.2003 at 22:46 #34275Bernhard KantzParticipantFlexPro can display calendar time (date/time) values in a variety of formats.
To format values, FlexPro uses so-called formatters. They control how the values are to be formatted on output. You can apply such formatters at different locations, e. g. for the labeling of an axis. If you do not specify any formatter, then FlexPro uses a default formatter.
If you want a certain data set to be displayed in IRIG format for example, please proceed as follows:
[ol]
[li]Right-click on the data set name in FlexPro Explorer[/li]
[li]In the [b]Properties[/b] dialog box Choose the [b]Format[/b] Tab[/li]
[li]Set the cursor into the format field of the component containing the date/time values[/li]
[li]Type in [b]%(%j:%H:%M:%S)[/b] for IRIG Local Time or [b]%(UTC%j:%H:%M:%S)[/b] for IRIG UTC. You can also click on th [b]Choose[/b] Button and select the format in a special dialog box insted of typing in the formatter manually.[/li]
[/ol]
FlexPro will use the formatter wherever the values of this data set need to be displayed.NOTE: FlexPro uses an override mechanism to choose the formatter. E. g. if an diagram axis should be labeled, then FlexPro looks in the format filed for that axis first to get the formatter. If this field is empty, then it looks in the dataset that is scaled as a curve over this axis. If the datasets format field is empty too, then it used a default formatter with respect to the data type and the regional settings.
20.11.2003 at 02:35 #34276dbyers_rttc@yahoo.comParticipantI can’t get Irig to work as an X axis using odbc. Is this possible since it is delcared in SQL Server as a string?
20.11.2003 at 02:53 #34274Richard WeisangKeymasterI downloaded and evaluated your Flexpro ver. 6.0. I thought I read that it would support IRIG Time. It doesn’t show that format in this version. Is that some kind of addon? Or, does it not work with IRIG Time? IRIG= DDD:HH:MM:SS.sss
20.11.2003 at 02:53 #34277Bernhard KantzParticipantIn FlexPro 6 you cannot convert a string into a calendar time value. You need to export your data first and then import it as an ASCII file.
-
AuthorPosts
- You must be logged in to reply to this topic.