LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find New File,Write file and close file?

Hi All,

         I am using LabVIEW version 8.5.I am doing the tutorial release notes of labVIEW version 8.2.I found that some functions from 8.2 and 8.5 is  is not same.I found difficulties for drawing block diagram in tutorial.so anyone can show me what difference.?the function that i can't find is as shown in pic. Thanks all for your help

Best Regards

Nyan Lin

0 Kudos
Message 11 of 19
(1,552 Views)
Hi Nyan,

that's a "Unbundle by name" found in the clusters palette...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 19
(1,545 Views)
Hi Sir
        Thanks for helping me and solve my problem.If you don't mind,please help me find another funcions also.The function that i want to know is as shown in fig.I am a new user of LabVIEWand all the keywords and functions is not use to it for me yet.So please help me sir,
 
thanks a lot for ur help
 
 
with regards
Nyan Lin
0 Kudos
Message 13 of 19
(1,532 Views)

Hi Nyan Lin,

you can right click on the connector of your vi and select create -> constant, control or indicator. The color of the error cluster has changed in LV8.

Hope this helps.

Mike

0 Kudos
Message 14 of 19
(1,527 Views)
Hi Sir
        After i draw finish my block diagram,i can't connect wire connect from boolean V to event structure.And I can't put label on top of
the sampling info.The correct block diagram and my block diagram is as shown in figs.Please help me check what wrongs with my diagram.
Thanks for your help
 
Best Regards
Nyan Lin
Download All
0 Kudos
Message 15 of 19
(1,521 Views)

Hi Nyan Lin,

in the original picture is another event case, maybe with a stop event. So add this event to your event structure and connect a boolean control to it.

Mike

0 Kudos
Message 16 of 19
(1,515 Views)

Hai,

Just right click on the event structure tunnel border and select "use default if unwired"

Hope it helps

Mathan

0 Kudos
Message 17 of 19
(1,513 Views)
Hi mathan,
this is not necessary on an event structure. Use "default if unwired" is default on an event structure. Smiley Happy The problem here is that there is nothing connected to this output.
Mike
0 Kudos
Message 18 of 19
(1,508 Views)


mathan wrote:

Hai,

Just right click on the event structure tunnel border and select "use default if unwired"

Hope it helps

Mathan




Just and additional comment:   It is a better practice to wire across each case of an event structure when it goes to a shift register.  For instance the default value for a numeric is 0 while it is FALSE for a boolean.  If you use the default values as sugested and that event case runs, it will reset the value in your value in the shift register.  Unless that is what you want to do.  If it is, then place a comment that says "this even resets the value".  But as normal practice, don't use default values arbitrarily because it will affect the outcome of running your VI.

In the particular case where it is to stop the application (or loop),  which is based on something like a STOP button (and other cases, such as an error), then as mentionned, it is ok to use the defaut value instead of having lots of FALSE constants (and wires)..  🙂

Just wanted to make it clear that it is ok in this case, but not for everything.. 🙂



Message Edited by JoeLabView on 05-09-2008 08:20 AM
0 Kudos
Message 19 of 19
(1,488 Views)