04-08-2008 01:58 PM
04-08-2008 02:30 PM
If you have a timestamp control, you can click its browse button to select a specific date and time. You can then convert it to a DBL using the To DBL primitive (found in the Programming>>Numeric>>Conversion palette).
I didn't look at it carefully, but there are some other issues with your code, the one which stands out most being the ubiquitous use of the Value (Signaling) property. For most controls, there is usually no need to set their value anywhere else other than in the terminal, and in any case, a local variable is usually better than a value property.
To learn more about LabVIEW, I suggest you try looking at some of these tutorials.
04-08-2008 02:55 PM