Hi
I have written this program using the dex interface:
CODE: SELECT ALL
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.84.030 (Firmware Version 9.20.8973)
' Target device: DT80LM3-4
password=""
S1=30,130,590,2565
RS1S
RA"BMW Running"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1035-CV
LOGONA
1TK("T1~degC",=1001CV,LM,NA)
1*TK("T2~degC",=1004CV,LM,NA)
2TK("T3~degC",=1007CV,LM,NA)
2*TK("T4~degC",=1010CV,LM,NA)
4*V("PT1Scaled~bar",=1033CV,LM,S1,NA,GL3V)
4V("PT2Scaled~bar",=1034CV,LM,S1,NA)
4*V("PT1~mV",=1013CV,W,NA,GL3V)
4V("PT2~mV",=1014CV,W,NA)
' User defined
RA1S 1HSC(=1CV,R,RS,W);
CALC("Speed~kph",=1032CV,LM)=1CV/25
1DS("ReadASwitch_7~",=1035CV,LM)
1C("LowSpeedCounter_8~",=1036CV,LM,1000)
END
The schedule should start when the "1DS" channel switch changes from 1 to 0, however the schedule starts as soon as it is loaded into the DT80M or whenever the DT80M is booted. I must be missing something but I am not sure what.
Regards
Andrew
Hi
I have written this program using the dex interface:
CODE: SELECT ALL
BEGIN"config"
' Generated by dEX Configuration Builder Version 1.84.030 (Firmware Version 9.20.8973)
' Target device: DT80LM3-4
password=""
S1=30,130,590,2565
RS1S
RA"BMW Running"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1035-CV
LOGONA
1TK("T1~degC",=1001CV,LM,NA)
1*TK("T2~degC",=1004CV,LM,NA)
2TK("T3~degC",=1007CV,LM,NA)
2*TK("T4~degC",=1010CV,LM,NA)
4*V("PT1Scaled~bar",=1033CV,LM,S1,NA,GL3V)
4V("PT2Scaled~bar",=1034CV,LM,S1,NA)
4*V("PT1~mV",=1013CV,W,NA,GL3V)
4V("PT2~mV",=1014CV,W,NA)
' User defined
RA1S 1HSC(=1CV,R,RS,W);
CALC("Speed~kph",=1032CV,LM)=1CV/25
1DS("ReadASwitch_7~",=1035CV,LM)
1C("LowSpeedCounter_8~",=1036CV,LM,1000)
END
The schedule should start when the "1DS" channel switch changes from 1 to 0, however the schedule starts as soon as it is loaded into the DT80M or whenever the DT80M is booted. I must be missing something but I am not sure what.
Regards
Andrew