Hello,
I could not find a way to temporarily stop the PV780 from transmitting J1939 messages. The display needs to stop transmitting when a config tool sends a message out, indicating that it will start reprogramming a device on the bus. It then needs to begin transmitting again, when the "all clear" message is received. I believe I can see how to do this with free form messages, but I would like to be able to this with the J1939 library, and can't figure it out.
Thanks,
- Mike, Pilot Systems
Pause J1939 Tx
- pilotsystems
- Posts: 5
- Joined: Mon Aug 24, 2015 2:25 pm
- stalley
- Enovation Controls Development
- Posts: 618
- Joined: Tue Mar 18, 2014 12:57 pm
Re: Pause J1939 Tx
Hello Mike,
You can use the DM13, PGN 57088, to suspend most network traffic. The PV780 should stop transmitting requests or other parameters transmitted with the J1939 Transmitter. If your config is transmitting free form messages, you will need to program the control yourself.
The J1939 application has a DM13 Status variable that you should be able to monitor to determine when to stop/start transmission.
You can use the DM13, PGN 57088, to suspend most network traffic. The PV780 should stop transmitting requests or other parameters transmitted with the J1939 Transmitter. If your config is transmitting free form messages, you will need to program the control yourself.
The J1939 application has a DM13 Status variable that you should be able to monitor to determine when to stop/start transmission.
Sara Talley
Software Engineer
Enovation Controls
Software Engineer
Enovation Controls
- pilotsystems
- Posts: 5
- Joined: Mon Aug 24, 2015 2:25 pm
Re: Pause J1939 Tx
Thanks! I'll try it out when I get a CAN tester up and running.