Internal Temp Issue With New Version 5.90 2151


Recommended Posts

In three different systems, after I installed the newest version and restarted the program, the internal temp reads now fail with an error message "C1060 Improper number of parameters"

eGet (LJID, LJ_ioGET_AIN, 14, @KTemp, 0); //U6
eGet (LJID, LJ_ioGET_AIN, 30, @KTemp, 0); //u3
eGet (LJID, LJ_ioGET_AIN, 141, @KTemp, 0);  //UE9 or
eGet (LJID, LJ_ioGET_AIN, 133, @KTemp, 0);  //UE9
 
Other eGet calls are failing as well, for the ei-1050
Link to comment
Share on other sites

Someone just pointed this out (and thanks Ovari!): with the release of the LabJackM driver in 5.90, we renamed LabJack to LabJackUD.  That is fine in channels, but in script it means the line:

 

using("device.labjack")

 

has to be replaced with:

 

using("device.labjackud")

 

We are going to add a workaround so the first will still work and release in a day or two so all the samples and documents are correct.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.