Thang Nguyen Posted February 13, 2007 Report Posted February 13, 2007 Hi,I am doing a project with the Yokogawa wt1600 digital power meter. I meet a problem when trying to use the read VI. When I run the program in the Highlight execution, it's can read the data well, but when I read it in normal mode, I meet the error. It looks like the program meet the time out with no receive message. Is there anyone meet this case before?Thank you so much for your time.Thang Nguyen Quote
Ashish Uttarwar Posted February 13, 2007 Report Posted February 13, 2007 Thang, I am assuming that you are communicating to the power meter via serial port. This is what I usually do to write/read serial port. You will have to provide the necessary information in each of the functions based on your device communication parameters. There might be a better way to do it. Anyone...? Hope this helps. Regards, Ashish Quote
Thang Nguyen Posted February 13, 2007 Author Report Posted February 13, 2007 QUOTE(ashishuttarwar @ Feb 12 2007, 11:16 AM) Thang,I am assuming that you are communicating to the power meter via serial port. It's true that I use the serial port. The problem, I think, is about the time out number. I don't know how to do it right here. The problem is I can read the data well in the highlight execution mode but not in the normal. It's weird. Thank you! Thang Nguyen Quote
AnalogKid2DigitalMan Posted February 13, 2007 Report Posted February 13, 2007 As shown in the image, you may need some sort of delay between the write and read functions. Quote
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.