08-16-2012 01:31 PM
Hi,
I created a software to communicate with a CLP with Serial RS232, and it works perfectly fine on my computer. I created a .exe version of it to run on another computer but it just wont communicate.
I already checked baud rate and everything. On my computer it works perfectly fine. I guess there is something missing on the other computer, some Visa or Runtime, I already installed Visa serial 3.8, run time engine and some other things, but I just does not work.
Does anyone have had the same problem and solved it somehow? Maybe I'm building it wrong, but I looked for tutorials and it seems right.
I use LabVIEW 2011 and want my software to run in Windows 7.
Thanks
08-16-2012 01:45 PM
LabVIEW Run-time Engine?
08-16-2012 01:46 PM
I instaled Labview runtime engine 2011, NI Visa runtime 3.8, NI system configuration runtime 5.0.0 but nothing worked
08-16-2012 01:48 PM
Do you have a real RS232 port or are you using some sort of USB-RS232 converter device?
08-16-2012 01:50 PM
Your build is immaterial. An exe does not include hardware drivers and this has been discussed numerois times. Did you create an installer? There, you have the options to include LabVIEW runtime and NI-VISA runtime. A VISA serial 3.8 makes no sense unless you really are talking about NI-Serial and are actually using an NI USB-RS232 converter. The latest version of VISA is 5.2.
08-16-2012 01:56 PM
I'm using a USB-serial rs232 converter, I have no real ports (nor in my computer or the other one), but it works fine on my computer.
08-16-2012 01:58 PM
I didn't created an installer, I thought that if I crated an .exe and installed separately the Visa it would work. I will try it!
08-16-2012 02:00 PM
And is it in fact an NI converter? There is no such thing as NI VISA 3.8. And if you do not have an NI product, you have to install the driver that came from the vendor.
08-16-2012 02:10 PM
Not VISA 3.8, sorry, i meant serial 3.8 (that you already told made no sense to install).
I'm not using a NI converter, i'm using the driver from the vendor properly ( i tested it on simple term gold and it works fine on the other computer and on mine).