Last active
June 13, 2016 13:36
-
-
Save baxtheman/c82d7106c30f629e8ea5fbae5469c2bf to your computer and use it in GitHub Desktop.
MachineDatalogTrigger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"onCond": [ | |
{ | |
"varId": 43, | |
"oper": "", | |
"value": [ | |
3 | |
], | |
"cond": "=", | |
"varType": "CAN_L2" | |
}, | |
{ | |
"varId": 43, | |
"oper": "AND", | |
"value": [ | |
21 | |
], | |
"varType": "CAN_L2", | |
"cond": "=" | |
}, | |
{ | |
"varId": 1612, | |
"oper": "AND", | |
"value": [ | |
1 | |
], | |
"cond": "=", | |
"varType": "STD" | |
}, | |
{ | |
"varId": 7, | |
"oper": "AND", | |
"value": [ | |
123 | |
], | |
"varType": "CAN_L2", | |
"cond": "=" | |
}, | |
{ | |
"varId": 1613, | |
"oper": "AND", | |
"value": [ | |
10, | |
20 | |
], | |
"cond": "Between inclusive A and B", | |
"varType": "STD" | |
}, | |
{ | |
"varId": 1612, | |
"oper": "AND", | |
"value": [ | |
123 | |
], | |
"varType": "STD", | |
"cond": "=" | |
} | |
], | |
"offCond": [ | |
{ | |
"varId": 1612, | |
"oper": "", | |
"value": [ | |
12 | |
], | |
"cond": "=", | |
"varType": "STD" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment