It's the copy of the information from the Switchmask. Some ECU does not handle bit extraction.
It's 0 (zero) or 1 (one) passed as the whole bytes in the CAN stream.
Consider using ID2 at 0x666. The support is integrated into EMU BLACK, maybe you can use it in the future.
Search found 61 matches
- Thu Feb 28, 2019 3:05 pm
- Forum: PMU
- Topic: CAN switch board
- Replies: 4
- Views: 2769
- Thu Feb 28, 2019 12:12 pm
- Forum: PMU
- Topic: CAN switch board
- Replies: 4
- Views: 2769
Re: CAN switch board
There is .CANX file for the Switchboard included in the PMU Client (attached a copy).
Please configure the Switchboard using jumpers on the pcbboard for ID2 (the ID will be 0x666).
All 8 switches are switches to ground (Active Low in PMU terminology).
Please configure the Switchboard using jumpers on the pcbboard for ID2 (the ID will be 0x666).
All 8 switches are switches to ground (Active Low in PMU terminology).
- Thu Feb 21, 2019 11:15 pm
- Forum: PMU
- Topic: Math Function: Integral
- Replies: 6
- Views: 149402
Re: Math Function: Integral
Today every Number in the PMU is calculated every 2ms (500 Hz).
- Thu Feb 21, 2019 9:54 pm
- Forum: PMU
- Topic: PMU to Motec M1 CAN stream
- Replies: 10
- Views: 3404
Re: PMU to Motec M1 CAN stream
question 1. in CANBus export "x_PDMtoM1_ID+4_CI=1", can you explain meaning of value 64 in channel 0 This Motec stream is 2bit Compound CAN stream. It means that 2 most significant bits (0x80 and 0x40) of the Byte0 are used to identify what the sub-frame index is. 64 means the CompundID=1, like on ...
- Thu Feb 21, 2019 9:46 pm
- Forum: PMU
- Topic: Math Function: Integral
- Replies: 6
- Views: 149402
Re: Math Function: Integral
The infinite accumulation is a lot easier than calculating integral over some time window. You can do accumulation in the PMU today by adding the number to itself. Something like this: n_number = n_number + y There is one trick to edit such Number. You need to create the Number in TWO steps. -You ne...
- Tue Feb 12, 2019 10:14 am
- Forum: PMU
- Topic: starter pulse
- Replies: 4
- Views: 2064
Re: starter pulse
Hi, You've wrote something like this: o_starter.active = (k_ignition == 2) and pulse(k_starter, rising, 3s) Please change it to something like this: f_go = (k_ignition == 2) and k_starter o_starter.active = pulse( f_go , rising, 3s) It will activate the Pulse operation only if the k_ignition is on a...
- Tue Jan 29, 2019 1:57 pm
- Forum: PMU
- Topic: PMU to Motec M1 CAN stream
- Replies: 10
- Views: 3404
Re: PMU to Motec M1 CAN stream
For AIM MXG I recommend to enable PMU Standard Stream at 0x668 and read it directly in the AIM MXG.
- Tue Jan 29, 2019 1:55 pm
- Forum: PMU
- Topic: PMU to Motec M1 CAN stream
- Replies: 10
- Views: 3404
Re: PMU to Motec M1 CAN stream
(continued)
Two frames need to be sent with different CompoundIndex (bit shift is 6)
- CompoundIndex=0: value 0 at byte0 (it's 0<<6 in C notation)
- CompoundIndex=1: value 64 (0x40) at byte0 (it's 1<<6 in C notation)
Two frames need to be sent with different CompoundIndex (bit shift is 6)
- CompoundIndex=0: value 0 at byte0 (it's 0<<6 in C notation)
- CompoundIndex=1: value 64 (0x40) at byte0 (it's 1<<6 in C notation)
- Tue Jan 29, 2019 1:51 pm
- Forum: PMU
- Topic: PMU to Motec M1 CAN stream
- Replies: 10
- Views: 3404
Re: PMU to Motec M1 CAN stream
Hi, I've added export of these fuelPump and radiatorFan outputs status to M1. The meaning of the status in Ecumaster PMU is as follows: 0 - off 1 - on 2 - undercurrent 3 - overcurrent 7 - thermalShutdown In the Motec PDM the meaning of the status is as follows: 0 - off 1 - on 2 - overcurrent 4 - fau...
- Mon Jan 28, 2019 8:01 pm
- Forum: PMU
- Topic: PMU to Motec M1 CAN stream
- Replies: 10
- Views: 3404
Re: PMU to Motec M1 CAN stream
The Motec PDM CAN stream is available in the document called "Motec PDM User Manual.pdf".
The stream needs to be emulated.
http://www.precisionautoresearch.com/ec ... l%20A5.pdf
The stream needs to be emulated.
http://www.precisionautoresearch.com/ec ... l%20A5.pdf
- Mon Jan 28, 2019 7:53 pm
- Forum: PMU
- Topic: PMU to Motec M1 CAN stream
- Replies: 10
- Views: 3404
Re: PMU to Motec M1 CAN stream
Hi,
What kind of information do you want to send from PMU to M1 exactly?
Analog state or analog voltage?
Output state or output current/voltage?
What kind of information do you want to send from PMU to M1 exactly?
Analog state or analog voltage?
Output state or output current/voltage?
- Mon Jan 21, 2019 7:28 pm
- Forum: PMU
- Topic: Latest software 0.44.2 (experimental)
- Replies: 19
- Views: 14048
Re: Latest software 0.44.2 (experimental)
0.044.2, 2019-01-02
Support for new '2x2 Ecumaster (7 colors)' keypad
Master Retry improvements.
Switching CAN adapter between ADU / PMU / LightClient improved.
See changelog for more details.
If you have any problems with this release please post below or contact us directly.
Support for new '2x2 Ecumaster (7 colors)' keypad
Master Retry improvements.
Switching CAN adapter between ADU / PMU / LightClient improved.
See changelog for more details.
If you have any problems with this release please post below or contact us directly.
- Wed Dec 26, 2018 12:16 pm
- Forum: PMU
- Topic: Change button status
- Replies: 3
- Views: 1763
Re: Change button status
(The project was not tested on the real PMU device, so please let me know if you have any problem with it.)
- Wed Dec 26, 2018 11:59 am
- Forum: PMU
- Topic: Change button status
- Replies: 3
- Views: 1763
Re: Change button status
Hi, Below is a solution to your problem. The keyboard button will have 3 states - OFF, GREEN, BLUE (OFF, ON from CAN and ON by user). When you turn on the ignition it will be controlled by CAN. When you press the button it will turn BLUE and the output will be ON. It will stay until you press the bu...
- Mon Dec 10, 2018 12:42 pm
- Forum: PMU
- Topic: PMU +12 SW Amperage
- Replies: 1
- Views: 1184
Re: PMU +12 SW Amperage
1 Amp for the fuse should be enough.
The +12SW takes only few miliamps.
The +12SW takes only few miliamps.
- Tue Nov 20, 2018 1:56 pm
- Forum: PMU
- Topic: Latest software 0.44.2 (experimental)
- Replies: 19
- Views: 14048
Re: Latest software 0.43.0 (experimental)
0.043.0, 2018-11-20
Support for Grayhill keypads (CANopen version).
Several fixes related to CAN.
See changelog for more details.
If you have any problems with this release please post below or contact us directly.
Support for Grayhill keypads (CANopen version).
Several fixes related to CAN.
See changelog for more details.
If you have any problems with this release please post below or contact us directly.
- Mon Sep 24, 2018 5:21 pm
- Forum: PMU
- Topic: Latest software 0.44.2 (experimental)
- Replies: 19
- Views: 14048
Re: Latest software 0.42.8 (experimental)
0.042.8, 2018-09-19 New features: - Switching CAN adapter between ADU and PMU. You can work with two clients at the same time and switch adapter between them. ADU Client 50.1 or newer is required. Improvements: - Ecumaster USBtoCAN: internal software updated to v0.10 (automatic update offered when s...
- Thu Sep 06, 2018 10:47 am
- Forum: PMU
- Topic: Can Keyboard on CAN1?
- Replies: 7
- Views: 3430
Re: Can Keyboard on CAN1?
Yeah, you are right.
0x615 = 1557 or (1520 + 37).
So you need to disable slot 37. It's EGOv13,14,15,16.
0x615 = 1557 or (1520 + 37).
So you need to disable slot 37. It's EGOv13,14,15,16.
- Mon Sep 03, 2018 12:59 pm
- Forum: PMU
- Topic: Can Keyboard on CAN1?
- Replies: 7
- Views: 3430
Re: Can Keyboard on CAN1?
It seems that MS3Pro has an ability to disable broadcast for the specific ID.
0x615 (1520 + 21) is allocated for Pulse width of Cylinder #13,#14,#15,#16. You probably do not need it.
You can try to disable broadcast for slot 21 decimal.
0x615 (1520 + 21) is allocated for Pulse width of Cylinder #13,#14,#15,#16. You probably do not need it.
You can try to disable broadcast for slot 21 decimal.
- Fri Aug 31, 2018 9:48 pm
- Forum: PMU
- Topic: Can Keyboard on CAN1?
- Replies: 7
- Views: 3430
Re: Can Keyboard on CAN1?
Unfortunately, the 3-color model keypad can't be connected to the CAN1. The CAN1 operate at fixed speed 1 Mbps, but the 3-color model supports only 500, 250 and 125 kbps. We have tested the 3-color model keyboard in very high CANbus traffic and it works very well. Maybe you have some other device th...