I am trying to attach a new load cell to the datalogger.
Load Cell type and details can be found here: http://www.adiartech.com/productdetail.aspx?pid=105&cid=1
Its a simple compression type load cell of 10T capacity with a sensitivity of 2mV/V, with four wires.
I used the current bridge - BGI - 4W as I have a long lead wire.
As mentioned on the load cell and in the calibration report from the manufacturer:
I/P+ : Green
I/P- : Black
O/P+ : White
O/P- : Red
I have connected the load cell to DT-85 analog port number 16 as follows:
Green : *
Black : #
White : +
Red : -
The program running is :
Job Program - CONFIG
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.29.1924 (Firmware Version 9.08.3932)
' Target device: DT85-2
password=""
RS1S
RA"Schedule_1"("b:",ALARMS:OV:100KB:W60,DATA:OV:2KB)
LOGOFFA
16BGI(II,4W,"Load_Cell_current~ppm",LM,NA,350)
END
The output in ppm without load is around : 6.8 ppm as of this writing, and is varying around. Also, there is no deterministic variation in the reading when I put some test weights in the range of few kgs.
What am I doing wrong here ?
I am trying to attach a new load cell to the datalogger.
Load Cell type and details can be found here: http://www.adiartech.com/productdetail.aspx?pid=105&cid=1
Its a simple compression type load cell of 10T capacity with a sensitivity of 2mV/V, with four wires.
I used the current bridge - BGI - 4W as I have a long lead wire.
As mentioned on the load cell and in the calibration report from the manufacturer:
I/P+ : Green
I/P- : Black
O/P+ : White
O/P- : Red
I have connected the load cell to DT-85 analog port number 16 as follows:
Green : *
Black : #
White : +
Red : -
The program running is :
Job Program - CONFIG
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.29.1924 (Firmware Version 9.08.3932)
' Target device: DT85-2
password=""
RS1S
RA"Schedule_1"("b:",ALARMS:OV:100KB:W60,DATA:OV:2KB)
LOGOFFA
16BGI(II,4W,"Load_Cell_current~ppm",LM,NA,350)
END
The output in ppm without load is around : 6.8 ppm as of this writing, and is varying around. Also, there is no deterministic variation in the reading when I put some test weights in the range of few kgs.
What am I doing wrong here ?