EasyManua.ls Logo

CSS CANedge2 - Page 43

CSS CANedge2
66 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
CANedge2 Docs, Release FW 01.04.02
Example: Start / stop on simple discrete value. In this example the start / stop is controlled via a single
byte.
Start trigger:
High: 01
16
on
Low: 01
16
on
Stop trigger:
High: 00
16
off
Low: 00
16
off
"start": {
"id_format": 1,
"id": "00435354",
"id_mask": "1FFFFFFF",
"data_mask": "FF",
"data_high": "01",
"data_low": "01"
},
"stop": {
"id_format": 1,
"id": "00435354",
"id_mask": "1FFFFFFF",
"data_mask": "FF",
"data_high": "00",
"data_low": "00"
}
Example: Start / stop on J1939 broadcast speed. This can be used to start logging when a vehicle is
moving.
Start trigger:
High: 0000070000000000
16
7 km/h
Low: 0000030000000000
16
3 km/h
Stop trigger:
High: 0000010000000000
16
1 km/h
0.4. Configuration 39