Call me back | My basket | Checkout | Add to email list

     You are here: Website » Knowledge base

« back to website

DataAndConfigurationMessages / 75ExternalTimeChannel

External time channel

Channel Number75
Total Length6 bytes
ChannelData1Data2Data3Data4Checksum

Sensor location = Data1
Default channel names are as follows, but can be changed by the user as required.

Injector 1 on time 1
Injector 2 on time 2
Injector 3 on time 3
Injector 4 on time 4
Injector 5 on time 5
Injector 6 on time 6
Injector 7 on time 7
Injector 8 on time 8
Coil 1 charge time 9
Coil 2 charge time 10
Coil 3 charge time 11
Coil 4 charge time 12

If Data2 & 0x80 = 0
Time(ms)= (Data3 + Data4 x 2^8) x 10^ Data2
If Data2 & 0x80 = 1
Time(ms)= (Data3 + Data4 x 2^8) x 10^ -(256-Data2)

The range on the time channel is 0 - 65535ms. The resolution is 1ms and the units are ms.

Page last modified on May 07, 2014, at 10:53 AM