Hi,
Looking at the ViPec help, there are two ways to communicate ViPec88 to PMU.
1. You can use some predefined ViPec standard stream. For example "Generic Dash 2" can be read by PMU directly.
Below is a screenshot from ViPec help. GenericDash2 provides some basic channels like RPM. But it lacks some information about the state of outputs, like Fuel Pump Status.
2. The second option is to use User Defined CAN Stream.
Below is an example how to send Fuel Pump (State). It transmits frame 512 decimal (0x200 hexadecimal).
512 is some example ID. It needs to match the one entered in PMU.
And then Create CANbus Mob and CANbus Input in the PMU:
Please note, that PMU uses hexadecimal CAN ID format 0x200, while ViPec uses decimal format 512.