mic_k86 Posted February 5, 2009 Report Share Posted February 5, 2009 i am using numeric control to control the delay time of my sensor input signal. with using the dbl, i able to change the duration in seconds. is that possible to modify so that the program can have three numeric control ( one for hour, one for minute, and one for second) and conected together to the delay time? help... Quote Link to comment
Antoine Chalons Posted February 5, 2009 Report Share Posted February 5, 2009 Hello, First, just one comment on the code you posted : there conversion node "to DBL" looks pretty useless because you numeric control is already in DBL format. Now on your question, this is a possibility : hope this helps Quote Link to comment
LAVA 1.0 Content Posted February 5, 2009 Report Share Posted February 5, 2009 The easiest method is to adjust the display format of the numeric to Relative time HH:MM:SS: Ton Quote Link to comment
Antoine Chalons Posted February 5, 2009 Report Share Posted February 5, 2009 QUOTE (Ton @ Feb 4 2009, 11:30 AM) The easiest method is to adjust the display format of the numeric to Relative time HH:MM:SS: http://lavag.org/old_files/monthly_02_2009/post-2399-1233743426.png' target="_blank"> Ton didn't know about that ! It's cool ! Quote Link to comment
mic_k86 Posted February 8, 2009 Author Report Share Posted February 8, 2009 ton and antonie, instead of using three numeric control, i just want to used one numeric control. is it possible? how to do it? one more question, i cant find the dbl icon as in the image you post. as you can see from my image my dbl icon has different shape and no arrow. how to find the type you display? i am using labview 8.5 Quote Link to comment
jg69 Posted February 8, 2009 Report Share Posted February 8, 2009 ZITAT(mic_k86 @ Feb 7 2009, 03:49 AM) ton and antonie, instead of using three numeric control, i just want to used one numeric control. is it possible? how to do it? ton gave you an answer to this. Open the context menu (right mouse button) of the numeric, select "Display format", and then choose "relative time". ZITAT(mic_k86 @ Feb 7 2009, 03:49 AM) one more question, i cant find the dbl icon as in the image you post. as you can see from my image my dbl icon has different shape and no arrow. how to find the type you display? i am using labview 8.5 Just open the context menu on the numeric in the BD and select "View as icon". You can change this in the options of LabVIEW (Menu Tools->Options, Category Block Diagram). Jens Quote Link to comment
mic_k86 Posted February 8, 2009 Author Report Share Posted February 8, 2009 antoine, i connected my circuit like the style you post, it work well. but one problem arise when the user selected 00:00:00, it will keep continued saving data. how to modify so that when 00:00:00, no data is saved? Quote Link to comment
GSR Posted February 8, 2009 Report Share Posted February 8, 2009 QUOTE (Ton @ Feb 4 2009, 10:30 AM) The easiest method is to adjust the display format of the numeric to Relative time HH:MM:SS: http://lavag.org/old_files/monthly_02_2009/post-2399-1233743426.png' target="_blank"> Ton Thanks! I learn something new Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.