Bug Reports
dEX giving incorrect codings

Hi,

I seem to be having problems with the dEX v1.50.012. There seems to be times when the dEX doesn't generate the code it is supposed to. I've faced this problem on several occasion when using this dEX version.

For instance, I wanted to use a temperature sensor with resistive output. Whilst it would read without problem using the normal 2-wire resistance setting, the readings would go out of range once I applied a span to it. Upon checking the code, I noticed the problem. The code changed as below. I had to enter a manual channel, and key in the "I,2W" setting. Only then did I get the reading.

1R(I,2W,"Resistance_10~",=1023CV,LM,0,NA) -----> 1R("Resistance_10~",=1023CV,LM,S1,0,NA)

Another time I tried to read an input of 4-20mA, using external shunt of 510ohm. But the dEX would not allow me to change the input from 30mV-3V to 300mV-30V. I ended up having to use the manual channel again.

Could you have solution to this? Like say, downgrade to the earlier dEX version?

Hi, I seem to be having problems with the dEX v1.50.012. There seems to be times when the dEX doesn't generate the code it is supposed to. I've faced this problem on several occasion when using this dEX version. For instance, I wanted to use a temperature sensor with resistive output. Whilst it would read without problem using the normal 2-wire resistance setting, the readings would go out of range once I applied a span to it. Upon checking the code, I noticed the problem. The code changed as below. I had to enter a manual channel, and key in the "I,2W" setting. Only then did I get the reading. 1*R(I,2W,"Resistance_10~",=1023CV,LM,0,NA) -----> 1*R("Resistance_10~",=1023CV,LM,S1,0,NA) Another time I tried to read an input of 4-20mA, using external shunt of 510ohm. But the dEX would not allow me to change the input from 30mV-3V to 300mV-30V. I ended up having to use the manual channel again. Could you have solution to this? Like say, downgrade to the earlier dEX version?

Hi arivan,

Sorry for the inconvenience, we noticed some interface issues within dEX v1.50.012 which caused that error.

For solution, you may need to use native language through command interface or if you prefer to use dEX you need to downgrade your firmware to 9.10.

I will send you the link to download the previous version of firmware to your email.

Best regards,
Rudy Gunawan

Hi arivan, Sorry for the inconvenience, we noticed some interface issues within dEX v1.50.012 which caused that error. For solution, you may need to use native language through command interface or if you prefer to use dEX you need to downgrade your firmware to 9.10. I will send you the link to download the previous version of firmware to your email. Best regards, Rudy Gunawan

Hi Rudy,

I've received your email. Thank you very much. smile

Hi Rudy, I've received your email. Thank you very much. :)

Hi,
I'm seeing the same problem. This has never happened before.

I regularly calibrate RH sensors on my set-up. Yesterday when doing so DEX assigned the wrong channels.

I use shared voltage terminals on channels 15 and 16.
On DEX I have always assigned the sensors to these channels: 15V for RH1, 15+V for RH2, 15-V for RH3, 16V for RH4, 16+V for RH5 and 16-V for RH6

I've cleared the cache, deleted all jobs, carried out a hard and soft reset and rewritten the program but the same thing happens.
Nothing has changed on my system.
Any ideas?
Thanks,
Dan

This is how DEX sent the program to the DT85 (series2):

BEGIN"config"

' Generated by dEX Configuration Builder Version 1.50.012 (Firmware Version 9.14.5407)

' Target device: DT85-2

password=""

S1=0,100,0,1000

S2=0,100,0,1000

S3=0,100,0,1000

S6=0,100,0,1000

S7=0,100,0,1000

S8=0,100,0,1000

RS1S

RA"JUNE2015" ("b:",ALARMS:OV:100KB:W60,DATA:OV:10D)20S

LOGONA

6PT385(II,"CH6~'C",=1001CV,LM,NA)

7PT385(II,"CH7~'C",=1002CV,LM,100,NA)

8PT385(II,"CH8~'C",=1003CV,LM,100,NA)

9PT385(II,"CH9~'C",=1004CV,LM,100,NA)

10PT385(II,"CH10~'C",=1005CV,LM,100,NA)

11PT385(II,"CH11~'C",=1006CV,LM,100,NA)

12PT385(II,"CH12~'C",=1007CV,LM,100,NA)

13PT385(II,"CH13~'C",=1008CV,LM,100,NA)

15*V("RH1~%RH",=1009CV,LM,S1,NA)

1+V("RH2~%RH",=1010CV,LM,S2,NA)

1-V("RH3~%RH",=1011CV,LM,S3,NA)

16*V("RH4~%RH",=1012CV,LM,S6,NA)

1+V("RH5~%RH",=1013CV,LM,S7,NA)

1-V("RH6~%RH",=1014CV,LM,S8,NA)

END

Hi, I'm seeing the same problem. This has never happened before. I regularly calibrate RH sensors on my set-up. Yesterday when doing so DEX assigned the wrong channels. I use shared voltage terminals on channels 15 and 16. On DEX I have always assigned the sensors to these channels: 15*V for RH1, 15+V for RH2, 15-V for RH3, 16*V for RH4, 16+V for RH5 and 16-V for RH6 I've cleared the cache, deleted all jobs, carried out a hard and soft reset and rewritten the program but the same thing happens. Nothing has changed on my system. Any ideas? Thanks, Dan This is how DEX sent the program to the DT85 (series2): BEGIN"config" ' Generated by dEX Configuration Builder Version 1.50.012 (Firmware Version 9.14.5407) ' Target device: DT85-2 password="" S1=0,100,0,1000 S2=0,100,0,1000 S3=0,100,0,1000 S6=0,100,0,1000 S7=0,100,0,1000 S8=0,100,0,1000 RS1S RA"JUNE2015" ("b:",ALARMS:OV:100KB:W60,DATA:OV:10D)20S LOGONA 6PT385(II,"CH6~'C",=1001CV,LM,NA) 7PT385(II,"CH7~'C",=1002CV,LM,100,NA) 8PT385(II,"CH8~'C",=1003CV,LM,100,NA) 9PT385(II,"CH9~'C",=1004CV,LM,100,NA) 10PT385(II,"CH10~'C",=1005CV,LM,100,NA) 11PT385(II,"CH11~'C",=1006CV,LM,100,NA) 12PT385(II,"CH12~'C",=1007CV,LM,100,NA) 13PT385(II,"CH13~'C",=1008CV,LM,100,NA) 15*V("RH1~%RH",=1009CV,LM,S1,NA) 1+V("RH2~%RH",=1010CV,LM,S2,NA) 1-V("RH3~%RH",=1011CV,LM,S3,NA) 16*V("RH4~%RH",=1012CV,LM,S6,NA) 1+V("RH5~%RH",=1013CV,LM,S7,NA) 1-V("RH6~%RH",=1014CV,LM,S8,NA) END

Hi Dan_Lew,

Please upgrade your logger firmware to 9.16 version.
We have several interface issues on 9.14.

Best regards,
Rudy Gunawan

Hi Dan_Lew, Please upgrade your logger firmware to 9.16 version. We have several interface issues on 9.14. Best regards, Rudy Gunawan

Hi Rudy,

I've upgraded the firmware with the same results. All previous jobs and cache cleared.

Dex still does not input the correct shared channels.
Info shown below.

Any ideas?
Thanks,
Dan

dataTaker 85 Version 9.16.5728 Flash 2014/10/03 17:46:55
Product: DT85-2
Serial Number: 089196

DT85> showprog
Job Program - CONFIG
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.50.012 (Firmware Version )

' Target device: DT85-2

password=""

S1=0,100,0,1000

S2=0,100,0,1000

S3=0,100,0,1000

S4=0,100,0,1000

S5=0,100,0,1000

S6=0,100,0,1000

RS1S

RA"JUNE2015" ("b:",ALARMS:OV:100KB:W60,DATA:OV:12D)30S

LOGONA

2PT385("CH2~",=1001CV,LM,100,NA)

3PT385("CH3~",=1002CV,LM,100,NA)

4PT385("CH4~",=1003CV,LM,100,NA)

5PT385("CH5~",=1004CV,LM,100,NA)

6PT385("CH6~",=1005CV,LM,100,NA)

7PT385("CH7~",=1006CV,LM,100,NA)

8PT385("CH8~",=1007CV,LM,100,NA)

9PT385("CH9~",=1008CV,LM,100,NA)

15-V("RH1~%RH",=1011CV,LM,S1,NA)

15-V("RH2~%RH",=1012CV,LM,S2,NA)

15-V("RH3~%RH",=1013CV,LM,S3,NA)

16-V("RH4~%RH",=1014CV,LM,S4,NA)

16-V("RH5~%RH",=1015CV,LM,S5,NA)

16-V("RH6~%RH",=1016CV,LM,S6,NA)

END

DT85> CH2 18.6
CH3 18.9
CH4 106.6
CH5 18.9
CH6 19.4
CH7 19.4
CH8 19.7
CH9 19.2
RH1 85.3 %RH
RH2 85.3 %RH
RH3 85.4 %RH
RH4 50.5 %RH
RH5 50.5 %RH
RH6 50.5 %RH

Hi Rudy, I've upgraded the firmware with the same results. All previous jobs and cache cleared. Dex still does not input the correct shared channels. Info shown below. Any ideas? Thanks, Dan dataTaker 85 Version 9.16.5728 Flash 2014/10/03 17:46:55 Product: DT85-2 Serial Number: 089196 DT85> showprog Job Program - CONFIG BEGIN"config" ' Generated by dEX Configuration Builder Version 1.50.012 (Firmware Version ) ' Target device: DT85-2 password="" S1=0,100,0,1000 S2=0,100,0,1000 S3=0,100,0,1000 S4=0,100,0,1000 S5=0,100,0,1000 S6=0,100,0,1000 RS1S RA"JUNE2015" ("b:",ALARMS:OV:100KB:W60,DATA:OV:12D)30S LOGONA 2PT385("CH2~",=1001CV,LM,100,NA) 3PT385("CH3~",=1002CV,LM,100,NA) 4PT385("CH4~",=1003CV,LM,100,NA) 5PT385("CH5~",=1004CV,LM,100,NA) 6PT385("CH6~",=1005CV,LM,100,NA) 7PT385("CH7~",=1006CV,LM,100,NA) 8PT385("CH8~",=1007CV,LM,100,NA) 9PT385("CH9~",=1008CV,LM,100,NA) 15-V("RH1~%RH",=1011CV,LM,S1,NA) 15-V("RH2~%RH",=1012CV,LM,S2,NA) 15-V("RH3~%RH",=1013CV,LM,S3,NA) 16-V("RH4~%RH",=1014CV,LM,S4,NA) 16-V("RH5~%RH",=1015CV,LM,S5,NA) 16-V("RH6~%RH",=1016CV,LM,S6,NA) END DT85> CH2 18.6 CH3 18.9 CH4 106.6 CH5 18.9 CH6 19.4 CH7 19.4 CH8 19.7 CH9 19.2 RH1 85.3 %RH RH2 85.3 %RH RH3 85.4 %RH RH4 50.5 %RH RH5 50.5 %RH RH6 50.5 %RH
31
5
3
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft