11-26-2013 12:53 PM
I am struggling with placing multiple plots on a Vision Builder Custom Inspection Interface.
This is trivial in Labview of course. In Vision Builder you can only add one datapoint to the chart in the Update UI step.
I have tried to run a Labview VI in Vision Builder, but cannot utilize the multi-signal group or working chart from the VI.
Can this be done?
Help is appreciated,
JC
11-26-2013 05:02 PM
Yes, you can add code to the diagram of the custom UI (LabVIEW primitives only), and request Vision Builder to run that code.
11-27-2013 07:36 AM
When creating a new Custom UI, I see the option to run a Labview VI.
However, I have an existing Custom UI that has quite a bit of time invested in it.
How do I add a VI to an existing Custion Inspection Interface?
Is the solution then:
1. export my existing UI as a Labview VI
2. Add the function blocks and capabilities to the exported VI
3. Re-import the modified VI into Vision Builder
4. I assume that the 'Update UI' steps will need to be relinked to the new UI.
A time consuming endeavour in this case, but if that is the only solution...
Any other insight? Am I on the right track?
JC
11-27-2013 09:19 AM
If you defined your custom UI using the Inspection Interface Editor, then yes, you have the solution and steps right.
If you're not changing the names of the controls on your UI, you should not have to relink the controls in the Update Inspection UI step. It should just work.
You just need to edit the step to enable the checkbox "Run theVI after updating indicator".
Christophe