The Daily CLAD

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

Re: LabVIEW Symbols: P

SercoSteveB
Active Participant

What does the For Loop 'P' Terminal, identified by the arrow, indicate?

For Loop P Symbol.bmp

a) That the loop is configured for parallel execution

b) That each iteration of the loop will pause for the duration, in milliseconds, passed to the terminal

c) That the loop is configured to run as a While loop

d) That the loop will pause when the iteration count terminal reaches the value passed to the terminal

Comments
Musale
Member

Answer is A

LordNobady
Member

A


Learning LabVIEW since January 2013
JGmitter
Member

A

nmpundlik
Member

Answer is A.

crossrulz
Knight of NI

A


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

A.

RAMESHB
Member

Answer is A.

            More informetion see this link

                                  

                               http://zone.ni.com/reference/en-XX/help/371361J-01/glang/for_loop/

2verb
Member

A

adiveppa
Member

Ans is A

jagadishj
Member

Answer is A

sumapatil
Member

Answer is A

SercoSteveB
Active Participant

Answer: A.  Nice one Musale, LordNobady, J-MACK, nmpundlik, crossrulz, MrStevenUND, RAMESHB, 2verb, adiveppa, jagadishj & sumapatil.

Has anyone got a use case for Parallel For Loop execution?

JGmitter
Member

Only use case I can see is performance increases.  I have not used this yet but I probably should be.  See link.

http://www.ni.com/white-paper/9393/en#toc1

crossrulz
Knight of NI

I haven't used them myself, but I hear from some people where they are good for massive computations.  The CLA-R prep material has a question where the computing of FFTs are the best choice for parallelization.


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
LordNobady
Member

as a use case I think some calibration on single array values can be used.

lets say you have an array of collected analog data that to get the correct working value needs some single elements calculations ( lets say an offset and a factor )

by Paralizing you can use all the machine's CPU's to calculate it. ( is mostly interesting with more time consuming actions )


Learning LabVIEW since January 2013
mini09
Active Participant

Agreed A as well... I`m not used parallel for loop...

skian
Member

A