InfoFieldTime('FileIndex',"'InfoField'",'Begin'=0,'End'=Text end)
Arguments
|
'FileIndex' |
Index of the data file |
|
'InfoField' |
Info field to read; put in quotation marks. |
|
'Begin' |
Optional: First character of the field content to be read. If you do not specify a value, the entire content is read. |
|
'End' |
Optional: Last character of the field content to be read. If you do not specify a value, the content is read from 'Begin' to the last character. |
Description
This function interprets the content of an info field as time, if possible, and returns the relative time since the start of ibaAnalyzer in seconds. The result is a constant value in the graph.
Note |
|
|---|---|
|
The InfoFieldTime function expects that the specified info field can be interpreted as time (date, hours, minutes, seconds, ...). If this is not possible, an empty graph is generated. If the info field is to be read out as a numerical value or as text, you must use the InfoField or InfoFieldText functions. |
|
Note |
|
|---|---|
|
If you double-click on the desired info field in the signal tree that describes a time (e.g. "starttime"), ibaAnalyzer automatically inserts the corresponding function as new signal into the signal table. If required, you then only have to adjust the signal name, beginning and end. This method also works in the input box of the Expression builder. The function will then be inserted at the cursor position. |
|