12-27-2005 01:42 AM
12-27-2005 01:58 AM
Hi Aari,
You say that if time is 14 hours 20 minutes, you want an integer display as '1420'? Am i correct?
well, this will work.
But, if you have to represent 00 hours and 1 minutes as an integer, you can represent it only as '1' and not '0001' !
So if this type of time as 'integer' representation is ok for your application, the attached VI will help
Regards
Dev
12-27-2005 05:47 AM
Since you won't be able to open the 7.1 VI, the way to find your old posts is click on your name on the left and then select the Find All Posts... link. The function Ben used can be found in the Time & Dialog palette. To find VIs in palettes, you can use the search button which should appear on the top of the palette when you open any palette.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
12-27-2005 06:03 AM
Oh sorry!
herez the VI in LabVIEW 7
12-27-2005 04:42 PM