You have the best LabView videos on UA-cam. But this practice exam question confused me in light of this video. Can you clarify? 4. You have a control on the front panel of a VI and you need to modify one of its properties at run time. Which of the following is the best approach you would take? a. Create an implicit property node and select the property to modify b. Create a control reference, pass the reference to a property node and select the property to modify c. Create a linked shared variable and select the property to modify the property d. Create a local variable and select the property to modify 4. Correct Answer: A Topic: VI Server Justification: Property Nodes are designed for modifying front panel objects programmatically. Answers C and D do not make sense because modifying front panel objects is not what variables do. Because we are not using subVIs, answer A is a better choice than answer B because an implicit Property Node will work and does not require the extra inputs that the explicit Property Node requires. References: Controlling Front Panel Objects Programmatically from a SubVI, VI Server Reference
Great question on the error tunnels! The short answer for this case is no. There are several reasons for putting shift registers on tunnels, but the most typical is in the instance where code in the loop is checking the error cluster for an error and then implementing some logic as a result, like stopping a loop, or transitioning to another state in a state machine. In the VI in this video we aren't implementing any logic as a result of the error condition, so the shift registers aren't needed.
when create the subvi, the control refnums must correspond exactly to the calling vi? or just the type need to be matched? intuitive video, thanks a lot!
Li Wei The data types and the VI Server class must be compatible. In other words, the reference being wired in must the same class or a sub class of the refnum in the subVI. Hope this helps!
That Control - Explicit - Parental advisory joke, that got me going for like half an hour. I dont think i know anyone who can realy appreciate that.
+Anders Pedersen We're happy when you're happy. Thanks for dropping us a line :)
You have the best LabView videos on UA-cam. But this practice exam question confused me in light of this video. Can you clarify?
4. You have a control on the front panel of a VI and you need to modify one of its properties at
run time. Which of the following is the best approach you would take?
a. Create an implicit property node and select the property to modify
b. Create a control reference, pass the reference to a property node and select the
property to modify
c. Create a linked shared variable and select the property to modify the property
d. Create a local variable and select the property to modify
4. Correct Answer: A
Topic: VI Server
Justification: Property Nodes are designed for modifying front panel objects programmatically. Answers
C and D do not make sense because modifying front panel objects is not what variables do. Because we
are not using subVIs, answer A is a better choice than answer B because an implicit Property Node will
work and does not require the extra inputs that the explicit Property Node requires.
References: Controlling Front Panel Objects Programmatically from a SubVI, VI Server Reference
Great question on the error tunnels! The short answer for this case is no. There are several reasons for putting shift registers on tunnels, but the most typical is in the instance where code in the loop is checking the error cluster for an error and then implementing some logic as a result, like stopping a loop, or transitioning to another state in a state machine. In the VI in this video we aren't implementing any logic as a result of the error condition, so the shift registers aren't needed.
@tsitsibe, no problem. Glad you're enjoying the episodes. Keep posted!
when create the subvi, the control refnums must correspond exactly to the calling vi? or just the type need to be matched? intuitive video, thanks a lot!
Li Wei The data types and the VI Server class must be compatible. In other words, the reference being wired in must the same class or a sub class of the refnum in the subVI. Hope this helps!
Still very relevant and useful. Thank you
Shouldn't the error tunnels have been replaced by shift registers
Just what I was looking for, Thanks
Perfect explanation. Tnx for sharing. Cheers! mate :D
What does the error cluster do?
nice!thanks!