12-17-2013 01:26 AM
Sir/Madam,
I have made a few sub VI programs of 'Keithley 2400', but I am having problem in connecting them together through the main program. Actually the created sub VI programs are not showing any activation button when I connect 'action.vi' file in 'read.vi' file (attachted).
Please give suggestions.
Regards
Yachika Manglik
Solved! Go to Solution.
12-17-2013 06:34 AM
You need to connect up your controls and indicators to the connector pane in order to have inputs and outputs for your subVIs.
12-17-2013 11:13 PM
Thanks for quick response.
Can you please elaborate on how to connect the controls and indicators on the connector pane? Also where is the dialog box for the connector pane?
12-17-2013 11:21 PM
12-18-2013 05:24 AM
Thanks for quick suggestion.
I am sending you converted labview programs of version 12. Now can you elaborate how to connect controls and indicators on connector pane?
12-18-2013 05:26 AM
In continuing to first message , the attached files are here.
12-18-2013 05:41 AM - edited 12-18-2013 05:42 AM
Yes, Did you follow my second link properly? That will exactly guide you how to connect controls and indicators on the connector pane.
-For example Please follow this link which shows how to connect controls and indicators to connector pane.
http://www.youtube.com/watch?v=OFfD59YSn3w
-Please connect the appropriate wires and it Will work.
12-18-2013 11:41 PM
Hello
Thanks for your suggestion.
I have successfully implemented connections in my code according to your given suggestion .
Now I am facing problem to link a file named 'control1.ctl'(attached) that I have made for selecting option 'select type of action' and need to add' control1.ctl' in 'read.vi' file. It is showing following error( below).
Error: " required input ' GPIB action' is not wired.
OR
"Enumeric conflict"
So can you please suggest how this error can be removed?
12-18-2013 11:47 PM
12-18-2013 11:57 PM
Hello
The converted version of VI's are attached here.