Configuration examples for MPC1

Note that the base maps are for all kinds of firmware versions, it is recommended that you convert the file to the latest firmware version as well as upgrading the firmware on your ECU

File Info
canrxpwmexample.cud Receives a byte on CAN ID 0x333 and uses it to control PWM duty cycle using general purpose PWM out
custom curve example.cud Using a custom strategy, a section is added to the configuration where an input can be selected and based on that input a real time variable is assigned a value based on the value of the selected input using a transfer function
custom table example.cud Using a custom strategy, a section is added to the configuration where two inputs can be selected and based on the values of those inputs a real time variable is assigned a value using a lookup table
gbenz-hlutfoll.cud Receives speed values from ABS on a Mercedes G-class W463 on CAN 1, modifies the speed to correct for larger tyres and transmits the corrected values on CAN interface 2. Routes traffic received on CAN 2 unmodified to CAN 1
mpc1-simplebroadcast.cud Transmits the voltages of analog inputs 0-3 on CAN ID 0x808 via CAN interface 1
speedo frequency adjustment.cud Receives speed signal on digital input 1, and outputs a speed signal at a different frequency on output 1
variablefrequency.cud Using a custom strategy, takes in speed on digital input 1, and analog voltage on analog input 0. Then outputs a variable frequency signal with 50% duty cycle on output 1 based on values entered into a lookup table

Return to main page