Search found 11 matches
- Tue Sep 29, 2015 8:49 pm
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
- Fri Sep 18, 2015 4:52 pm
- Forum: Lua Scripting
- Topic: AEM Infinity CAN Message ID
- Replies: 1
- Views: 2833
AEM Infinity CAN Message ID
I pulled the CAN information and have attached the logs and for whatever reason i am only receiving the even Hexadecimal. ANything on the odd hexadecimal is not coming through even though i see it working on the AEM.. Why would this be?
- Thu Sep 17, 2015 10:45 pm
- Forum: Lua Scripting
- Topic: scripts for staged, variable blinking ShiftX light
- Replies: 14
- Views: 14907
- Mon Sep 14, 2015 9:26 pm
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
- Sun Sep 13, 2015 9:19 pm
- Forum: Lua Scripting
- Topic: scripts for staged, variable blinking ShiftX light
- Replies: 14
- Views: 14907
- Sat Sep 12, 2015 12:05 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
- Fri Sep 11, 2015 4:41 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
- Thu Sep 10, 2015 4:49 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
- Wed Sep 09, 2015 10:10 pm
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
So if there data on other ID's not associated with this first one, can i add it to the end of this script CAN_map = { [32546816] = function(data) map_chan(rpmId, data, 0, 2, 0.39063, 0) map_chan(tpsId, data, 4, 2, 0.0015259, 0) map_chan(atsId, data, 6, 1, 1, 0) map_chan(ctsId, data, 7, 1, 1, 0) end ...
- Wed Sep 09, 2015 10:02 pm
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
- Wed Sep 09, 2015 4:08 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 23989
AEM infinity CAN BUS data
Hello all, please excuse my noobness but I am just not understanding how to translate the can bus data i am receiving and creating a virtual channel to display that information. I have converted the ID that AEM gives Message ID: 0x01F0A000 Sources: AEM V2 & EMS‐4 (30‐6XXX) In...