06-10-2011 07:13 AM
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 !
Solved! Go to Solution.
06-10-2011 11:04 AM
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
06-14-2011 01:16 AM
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 !