LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting : add error cluster

Solved!
Go to solution

Hi,

i'can't find how programaticaly adding an error cluster (control and indicator) using "New VI Object" function :
In vi object class, I can't find anything like "error cluster"

Any Idea ?

Thanks !

V-F
0 Kudos
Message 1 of 3
(3,024 Views)
Solution
Accepted by topic author ramses64

Those are TypeDef controls and not built-in so you need to use the path input.  You can find them in vi.lib/errclust.llb

 

ScriptErrorControls.png

Message 2 of 3
(3,014 Views)

Hi,

thanks for your reply, I had solved the problem by using my a ctl with an error in//out cluster, but your solution is quite smarter !

 

Thanks for all,

 

Solved !

V-F
0 Kudos
Message 3 of 3
(2,983 Views)