Hi all
There is a possibility that SA and priority in CAN ID varies depending on the ECU , can we mask the SA and Priority so that the display does not refer to them.? Many thanks!
Best Regards,
Tim
How to Mask Source address and priority for PV780
- TimTian
- Posts: 22
- Joined: Wed Sep 25, 2013 10:26 pm
- bmcrae
- Enovation Controls Development
- Posts: 75
- Joined: Thu Sep 09, 2010 11:20 am
Re: How to Mask Source address and priority for PV780
Tim,
If you create a device that has the CAN source address of 255 it will listen to all device addresses. So if you create or modify the Engine Device so that its Source Address is 255 the gauges will no respond to data sent from any source address. Priority really shouldn't matter at all.
If you create a device that has the CAN source address of 255 it will listen to all device addresses. So if you create or modify the Engine Device so that its Source Address is 255 the gauges will no respond to data sent from any source address. Priority really shouldn't matter at all.
- stalley
- Enovation Controls Development
- Posts: 618
- Joined: Tue Mar 18, 2014 12:57 pm
Re: How to Mask Source address and priority for PV780
Hi TimTian,
PowerVision displays do not filter out received parameters by priority.
We are assuming that your question is about a display receiving parameters from ECUs at different source addresses and not transmitting parameters to a specific address.
Brian's suggestion to use 255 as the source address on a device under CANPort1, for example, eliminates the need for multiple devices on that CANPort1, since it listens to all source addresses and receives parameters from any ECU or unit on the CAN.
The PowerVision Configuration Studio manuals have a lot of useful information. The Murphy Standard configurations provided in every version of the PowerVision Configuration Studio have examples of receiving parameters from ECU/units with different source addresses under CANPort1. In the configuration tool, you can add or delete devices, change source address of the device, add/delete parameters on the devices, as described in the manuals.
Thank you for your interest in PowerVision! This forum is a great place to share information pertaining to PowerVision tools and displays.
PowerVision displays do not filter out received parameters by priority.
We are assuming that your question is about a display receiving parameters from ECUs at different source addresses and not transmitting parameters to a specific address.
Brian's suggestion to use 255 as the source address on a device under CANPort1, for example, eliminates the need for multiple devices on that CANPort1, since it listens to all source addresses and receives parameters from any ECU or unit on the CAN.
The PowerVision Configuration Studio manuals have a lot of useful information. The Murphy Standard configurations provided in every version of the PowerVision Configuration Studio have examples of receiving parameters from ECU/units with different source addresses under CANPort1. In the configuration tool, you can add or delete devices, change source address of the device, add/delete parameters on the devices, as described in the manuals.
Thank you for your interest in PowerVision! This forum is a great place to share information pertaining to PowerVision tools and displays.
Sara Talley
Software Engineer
Enovation Controls
Software Engineer
Enovation Controls
- TimTian
- Posts: 22
- Joined: Wed Sep 25, 2013 10:26 pm
Re: How to Mask Source address and priority for PV780
Brian, Sara , Thank you very much for your patient explanation!