Re: After building Application,VI doesn't work proper

2004-05-26 Thread Dennis Knutson
The first I would recomend is that you get rid of the string control for port selection and just wire a VISA Resource Name control directly to the VISA Configure Serial Port. You have a pretty classic race condition with the local variable. You could also redesign it so that the serial port is init

Re: After building Application,VI doesn't work proper

2004-05-25 Thread Dennis Knutson
Does it only not work on a pc without the LabVIEW development system. If that the case, then did you include VISA as part of the installer? If you did install VISA and it doesn't work, are you using aliases for the com ports (i.e. com1, com2) instead of the actual VISA resource name (ASRL1::INSTR,

After building Application,VI doesn't work proper

2004-05-25 Thread milind_v
I have designed one serial application by using "VISA Read/Write" when i run this VI it works fine giving satisfactory results but when i build application or installer for this VI & when i run this app it doesn't work .what must be the problem..