01-31-2007 08:53 AM - edited 01-31-2007 08:53 AM
Message Edited by Steve.Briggs on 01-31-2007 09:54 AM
01-31-2007 09:04 AM
01-31-2007 09:24 AM
One of our techs told me that the computer I'm currently on has everything I need. Seems he is wrong...
The NI folder contains only 3 folders; DataSocket, IVI, and Shared.
So what you are saying is I need to install a version of VISA and then make sure that the VISA alias for COM1 is correct. Ok, this is beginning to make sense.
I did a search for "visaconf" on the computer that everything is functional on and 30 files were found. The "vxipnp", and multiple "niVISAe" which are both MSM files. The WinNT did not show up.
Thanks Dennis
01-31-2007 09:32 AM
01-31-2007 09:42 AM
I did not.
My top level vi was my main vi, and included after I added that was the text file LabVIEW FPGA-errors, and the text file PID Control Toolset-errors.
I'm going to add the support file. I went through RT Images to find NI-VISA and NI-VISA server folders, both with 3.1 and 3.3.1 folders within. Within those folders I see numerous files, which is for the run time support of VISA?
Once again, thank you Dennis. Sorry if I seem indolent, I am just completely fried and lost at the moment.
01-31-2007 09:55 AM
I'm confused about the FPGA error file. What are you deploying your application to? A real-time system or normal pc?
Also, the folder I mentioned is under the root - C:\VXIpnp\ etc. To include serial VISA support, in the app builder, you go to the Installer settings and select Create Installer, then click the Advanced button. Check the Serial Port Support box. The created installer will then include your app, the LabVIEW run-time, and serial only VISA run-time.
01-31-2007 10:07 AM - edited 01-31-2007 10:07 AM
Ok, I got the Serial Support portion checked off.
@Dennis Knutson wrote:
I'm confused about the FPGA error file. What are you deploying your application to? A real-time system or normal pc?
After I add my main VI, an "Error Files" window pops up saying:
"Double click to include or exclude error files from:"
Then it gives me the option to check off the FPGA-errors.txt and PID Control Toolset.txt
Just a normal pc..
Thanks Dennis,
Message Edited by Steve.Briggs on 01-31-2007 11:08 AM
01-31-2007 10:41 AM
Okay. If you don't use the PID and obviously you are deploying to an fpga, you don't need to include those.
I think including the serial support and re-installing the app will fix your problem.
01-31-2007 12:11 PM
01-31-2007 01:05 PM - edited 01-31-2007 01:05 PM
I'm not sure if the echo problem is related. I would think that if you can use Hyperterminal to send/receive, then that would verify that the port is okay. I've attached the code for a small VI that uses the VISA Find Resource function to list all of the ports and if the port has an alias, list that. I'm not sure if it would be faster to build this and run it or to install the full version of VISA.
Message Edited by Dennis Knutson on 01-31-2007 12:05 PM