03-17-2008 02:54 PM
03-17-2008 03:08 PM
Please stop using the initialize function for anything except what it is intended for. Your Write program is just plain silly. It makes absolutely no sense at all. I don't think you have any concept of how serial communication works and how the VISA Read and VISA Write is supposed to work.
Stick with the functions that are in the driver. Don't try to write any of your own. I thought you said you were able to read from the instrument? Have you tried any of the example VIs that are part of the driver (i.e. Getting Started 647)?
03-17-2008 03:30 PM
03-17-2008 04:56 PM
06-07-2008 06:41 AM
hi, i want to control mks 647 C from pc but i dont make rs232 cable connection. There are three rs232 handshake,
1. No handshake,
2. Software handshake
3. Hardware Handshake,
Which i will use in that handshake ??
pls help me.
06-09-2008 03:57 PM
09-12-2008 01:40 PM
04-21-2010 04:54 PM
memoman,
I've tried running your program to communicate w/ the 647c, but the device does not respond at all. I've done a loopback test and confirmed my COM port works fine. Do you have any hints/suggestions that might help me out?
Thanks in advance,
-Mike
04-22-2010 04:27 PM
Dennis,
I came upon this thread while trying to communicate with the same device (MKS 647C). I downloaded the same drivers as the original poster, but cannot communicate with the controller at all (I cannot even read any data from the unit). I am very new to LabView and serial communication in general, and would appreciate it if you could suggest any way in which I can go about resolving this problem.
I believe to have confirmed that the PC's COM port is functioning properly, via a loop-back test.
Thanks in advance,
-Mike Brendel
University of Illinois at Urbana-Champaign
04-22-2010 05:26 PM
Mike,
I have issues with this software as well. But I was able to communicate and control the flow meter with this program. I haven't used this program in a while. I will check it again to see if there is an error in the communication. However, there was a minor bug with the initialization of connection and I didn't try to fix it back in the day.