LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plese i must to understand how this program is working for my project

i put here the picture of the program please help me understand what say any component.

0 Kudos
Message 1 of 2
(2,318 Views)

Do you have any specific question? Maybe you should ask whoever wrote it.

 

Pictures are pretty useless for code analysis. We prefer actual VIs. What are the names of the subVIs? Do they have any context help? What's in the hidden cases of the case structures? How are the digital IOs configured? What is the FPGA hardware?

 

Just knowing what each part is called is not sufficient to understand LabVIEW code. Maybe you should start with a few tutorials.

 

(Some of he code seems rather silly. Why is there a local variable "A" instead of branching the wire from the terminal? Why are there two instances of the "Low Triangle" local variables read in parallel and each divided by the same constant? Wouldn't once be enough, followed by branching the wire at the very end?)

0 Kudos
Message 2 of 2
(2,292 Views)