The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Less frequently used Structure types

SercoSteveB
Active Participant

Name the following Structure types from top to bottom?

Structure Types.bmp

a) Diagram Disable, Conditional Disable, Maths Script Node, Formula Node

b) Conditional Disable, Diagram Disable, Maths Script Node, Formula Node

c) Diagram Disable, Conditional Disable, Formula Node, Maths Script Node

d) Conditional Disable, Diagram Disable, Formula Node, Maths Script Node

Comments
LordNobady
Member

I think it is B


Learning LabVIEW since January 2013
crossrulz
Knight of NI

B

I use three of those quite often (not the Math Script node).  I find the formula node a lot more readable when doing a lot of weird math.  I use the Conditional Disable Structure when I need the program to behave slightly differently when using an EXE vs the LabVIEW IDE.  And the Diagram Disable is great for troubleshooting (remove bits of code until you find your problem).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
MrStevenUND
Member

B

Conditional Disable I've used for one project.  Change a variable at the project level and you can have some lower level vi's act differently.

Disable I use all the time, great for troubleshooting as Crossrulz says.

I've only seen the math script used in NI's examples

Formula is great when you have to do several math steps.  Much cleaner, although I don't use it very often.

RAMESHB
Member

Answer is B

nmpundlik
Member

ANS B.

llx
Member
Member

B.

Sumithra_Nagappan
Member

Ans B

somashekar_kako
Member

answer B

Asha_Nagaraj
Member

Ans is B.

sumapatil
Member

The answer is B

jagadishj
Member

Answer is B

adiveppa
Member

Ans is B

SercoSteveB
Active Participant

Answer: B.  Nice one LordNobady, crossrulz, MrStevenUND, RAMESHB, nmpundlik, llx, Sumithra_Nagappan, somashekar_kakollu, Asha_Nagaraj, sumapatil, jagadishj & adiveppa

Popular one this one.  Nice to see a few new faces (welcome)

I have nothing further to add other than that provided by crossrulz and MrStevenUND thanks guys

mini09
Active Participant

Aggreed B....

ersmt444
Member

Hello SercoSteveB

Please give some questions on these functions : Conditional Disable, Diagram Disable, Maths Script Node

Then it will be more clear that how to work with it.