Kubo Posted April 1, 2009 Report Share Posted April 1, 2009 Hello everyone, I can't seem to figure out this little problem. With my program I have made an installer to transfer it to another computer. I put it on one computer (has an older labview on it), and everything seems to work great. Then I put it on another computer without labview on it and it seems that it wont let me select a com port in my control to a serial connection. The rest of the program works fine... it just wont display the serial output which it needs to make the program function correctly. Is this because the measurement & automation program needs to be installed? Or maybe something else? Quote Link to comment
jdunham Posted April 1, 2009 Report Share Posted April 1, 2009 QUOTE (Kubo @ Mar 31 2009, 12:20 PM) Hello everyone,I can't seem to figure out this little problem. With my program I have made an installer to transfer it to another computer. I put it on one computer (has an older labview on it), and everything seems to work great. Then I put it on another computer without labview on it and it seems that it wont let me select a com port in my control to a serial connection. The rest of the program works fine... it just wont display the serial output which it needs to make the program function correctly. Is this because the measurement & automation program needs to be installed? Or maybe something else? If your serial port is selected with a VISA control, then you need to deploy the VISA Runtime in order for the control and the VISA functions to work. You don't need MAX. Quote Link to comment
george seifert Posted April 1, 2009 Report Share Posted April 1, 2009 QUOTE (Kubo @ Mar 31 2009, 03:20 PM) Hello everyone,I can't seem to figure out this little problem. With my program I have made an installer to transfer it to another computer. I put it on one computer (has an older labview on it), and everything seems to work great. Then I put it on another computer without labview on it and it seems that it wont let me select a com port in my control to a serial connection. The rest of the program works fine... it just wont display the serial output which it needs to make the program function correctly. Is this because the measurement & automation program needs to be installed? Or maybe something else? Have you installed VISA? George Quote Link to comment
Kubo Posted April 1, 2009 Author Report Share Posted April 1, 2009 Is there a way I can do that on a computer without labview? Quote Link to comment
Kubo Posted April 1, 2009 Author Report Share Posted April 1, 2009 If the installer didnt install that then it doesn't have it. How would I put it on there Quote Link to comment
PJM_labview Posted April 1, 2009 Report Share Posted April 1, 2009 Add it manually from the additional installer section of the build script PJM Quote Link to comment
Neville D Posted April 1, 2009 Report Share Posted April 1, 2009 Or download latest VISA runtime from the NI website. N. Quote Link to comment
Kubo Posted April 2, 2009 Author Report Share Posted April 2, 2009 QUOTE (PJM_labview @ Mar 31 2009, 10:36 PM) Add it manually from the additional installer section of the build scriptPJM AHHHHH... THANK YOU!! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.