ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Separate array values.vi

Solved!
Go to solution

Hi! I‘m newcomer, in labview7.0\examples\general\arrays.llb, there are a example "separate array values.viwhich place can i found this lable. thank you!

0 Kudos
Message 1 of 8
(6,823 Views)

Hi hilda,

Do you mean lable " positive array" ? (guessing from attached image)

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 2 of 8
(6,807 Views)

Those labels are typically an Array Indicator given an apropriate name. To create one, either r-click the output of a function and "create indicator" or Create Array indicator on the front panel and place a numeric in it. (if you get a control you can r-click and change to indicator)

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 8
(6,788 Views)

thanks for all the responses! my question is what's the differences between two "negative array"?. the first is original  in VI. where can i find it?

0 Kudos
Message 4 of 8
(6,761 Views)

Hello Hilda,

 

Other Negative Array indicator (with zeros at the end) does not hide the trailing zeros? Try Right click->properties->Display Format->Hide Trailing Zeros. Try also change digits.

 

BR,

Jick

0 Kudos
Message 5 of 8
(6,752 Views)

No, it's not about "trailing zeros". I want to know the differences between "[DBL]negative" and "the label of array" in the Block Diagram.

0 Kudos
Message 6 of 8
(6,731 Views)
Solution
Accepted by hilda

Do you mean placing front panel terminals as icons?

 

In block diagram: Tools->Options->Block diagram->Place front panel terminal as icons (uncheck). Now, create array indicator again.

 

Jick

Message 7 of 8
(6,724 Views)

You can also r-click the block and (de)select "show as icon"

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 8 of 8
(6,689 Views)