02-13-2006 08:00 PM
02-14-2006 12:25 AM
Hi
you usually find that an example is provided with the instrument library -so I would use that as a starting point.
If you are going to impliment just 'one ' vi I suggest that you create sub vi's so that your BD does not become so complex that you lose the overview.
A state machine solution would be smarter.
xseadog
02-14-2006 02:53 AM
Hi I dun reli understand this. So after I put in the subVI into the original, I copied manually the subVI's front panel into the original(since it does not automatically appear.) Hence I hafta begin wiring... is this procedure correct or usual?
However I do have some problems after I wired up: The error out cannot be connected....
Any idea?
02-14-2006 03:17 AM
Well
if you post the code plus instrument driver
then I can have a look
xseadog
02-14-2006 03:24 AM
02-14-2006 03:32 AM
Hi
NO instrument driver -no help![]()
02-14-2006 03:43 AM
02-14-2006 05:05 AM
Hi KK
Amend your diagram:
connect visa session output from Initialise vi to input of Channel configuration.
likewise do the same for error terminal.
Connect dup visa session fromChannel Configuration to appropiate shift register on while loop.
Repeat for Error terminal
02-14-2006 08:07 PM
Hi x,
Have tried, but not working. Attached is the particular sub VI driver tt I wanted to put. If I just run this driver alone, everything will work.
There's quite some internal wirings... haf a look. Channel operation config is the one I want to integrate into Getting started VI.
My apologies tt I did not attached these particular drivers.
Many thanx!
02-14-2006 09:46 PM