burt4munger Posted March 12, 2014 Posted March 12, 2014 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
AzeoTech Posted March 12, 2014 Posted March 12, 2014 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.
AzeoTech Posted March 12, 2014 Posted March 12, 2014 Good. And we have modified DAQFactory so using("device.labjack") will work. That will be in the 5.90.8 release very shortly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.