09-02-2014 05:43 PM
So I'm automating some testing for a company and I'm not too familiar with Labview. I have some Sylvac digital gages (that I have working properly) and a F25-ME Refrigerated/Heating Circulator. I'm currently having trouble getting any input from it. I downloaded a sample VI I found on these forums for a different Julabo and when I use the command to get actual bath temperature the operation times out. I've checked the baud rate and all the other serial settings on the actual cooler and they match what I have in Labview. Any suggestions?
09-02-2014 05:54 PM
09-03-2014 04:06 PM
Well I was just using a sample VI from Julabos website, but I checked the cable and I was provided with straight through cables for this and as I found that's not correct. I have never used Labview or interfaced through the RS232, so I wasn't aware of this. Although the post seemed pointless, your reply actually helped me a ton. I appreciate it. I've ordered null modem cables and I hope the Julabo drivers work properly for this model.
09-08-2014 04:12 PM
So I've integrated the bath with the new cable and I can make it work with the exact VI for the bath but the second I put it in the same VI as this Sylvac gage all I can get out of the bath is timeout errors on visa read. I assume it's because they're sometimes reading in unison or something along those lines but I'm not sure as I'm not very experienced with this.
Short story - that VI for the bath works, but when thrown in the same one as the gage, it gets timeout errors.
Any ideas or suggestions? I've tried changing the bytes to read, I tried putting a wait between the write and read on the bath, I've tried putting a wait before both, I've tried many things but most of them are suggestions to slightly related problems or shots in the dark.
09-09-2014 08:56 AM
With the Gage you are not opening up VISA serial communication to it.
They cannot both be on the same COM port.
With your VI as currently written, it will do one reading of the Gage and one of the Bath.