Pause J1939 Tx

Discuss issues and ideas you have to configuring displays with PowerVision
pilotsystems
Posts: 5
Joined: Mon Aug 24, 2015 2:25 pm

Pause J1939 Tx

Post by pilotsystems » Tue Sep 15, 2015 10:01 am

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
stalley
Enovation Controls Development
Enovation Controls Development
Posts: 618
Joined: Tue Mar 18, 2014 12:57 pm

Re: Pause J1939 Tx

Post by stalley » Tue Sep 15, 2015 3:08 pm

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.
Sara Talley
Software Engineer
Enovation Controls
pilotsystems
Posts: 5
Joined: Mon Aug 24, 2015 2:25 pm

Re: Pause J1939 Tx

Post by pilotsystems » Thu Sep 17, 2015 1:35 pm

Thanks! I'll try it out when I get a CAN tester up and running.