12-06-2019 03:25 PM
Hi,
I'm currently using a PI regler for temperature called Omega CN7800.
The VI always worked fine but when I moved the whole station to a new pc it stopped working.
There is a non labview program that enables me to monitor and control the temperature and it works meaning that the computer is actually communicating with it.
Meaning this problem is from Labview.
Im not getting any error. Im just getting this Warning:
Warning 1073676294 occurred at VISA Read in Omega CN7500.lvlib:CN7500_Software Version.vi->Omega CN7500.lvlib:CN7500_Revision Query.vi->Testing.vi
Possible reason(s):
VISA: (Hex 0x3FFF0006) The number of bytes transferred is equal to the requested input count. More data might be available.
Sadly this is the only cue I have and I dont really understand what the problem is. It works but it doesnt do nothing Im just getting 0 as an input even though the temperature is higher than 0.
12-06-2019 03:38 PM
That is a warning, not a bug. It just says the the number of bytes asked for in VISA was exactly what was returned. (I disagree that it should even be a warning.)
So if the code is otherwise not working, it is probably a bug in the code or the way you configured the device. It is impossible to debug code and when you do not attach the VI's so we can see what they are doing.
You mention a CN7800, but the drivers are named CN7500. Maybe those drivers should still work, or perhaps there are differences between the models that cause the drivers not to work.
12-09-2019 04:11 AM
Here is the Subvi you need.
I could not upload the VI library.
tell me if you need it.
12-09-2019 07:01 AM
Yes. You need to upload the library since that is where most of the work is done.
Why couldn't you upload it? Because of file extension? You can zip it up if that's the case.
12-09-2019 08:43 AM
You can find the libraray in the description. Thank you for you help.