Author Topic: Engine control from 2 locations  (Read 3895 times)

Offline deaks57

  • PLUS+1 Developer
  • ***
  • Posts: 24
  • Karma: +3/-0
Engine control from 2 locations
« on: July 13, 2020, 06:37:57 AM »
We have a John Deere engine already being controlled by TSC1 (0C000003) from a third party device. We would like to control the speed but have found, the 2 TSC1 messages are interfering with each other. I've used a higher priority and Tx rate but the speed still comes in 100 rpm low and wobbly. Is there a simple way around this?

Offline FluidPowerTom

  • PLUS+1 Guru
  • *****
  • Posts: 363
  • Karma: +33/-0
Re: Engine control from 2 locations
« Reply #1 on: July 13, 2020, 06:13:51 PM »
I think you're going to be out of luck unless you can disconnect the other 3rd party device.  Changing priority is only for when messages 'collide' with each other on the CAN bus and need arbitration; it won't effect how the engine ECU reads them or decides what to do with them.

Is this other 3rd party device doing anything else, or can you simply disconnect it?

A long shot, and I don't know anything about the config capabilities of the John Deere, is maybe you can configure the John Deere engine to only accept the TSC1 message from a specific source address so that it ignore the message from the other device.  I wouldn't expect that to be a configurable option, but maybe it is.
Controls Engineer
Hydra-Power Systems

Offline deaks57

  • PLUS+1 Developer
  • ***
  • Posts: 24
  • Karma: +3/-0
Re: Engine control from 2 locations
« Reply #2 on: July 15, 2020, 12:28:37 AM »
Thanks FluidPowerTom, I've come to the same conclusion. It does engine control, start/stop and temp/pressure monitoring/shut down and has a pretty display. I said right from the start we could do everything but the customer went out on his own - must have a money to burn. I've suggested using theirs as an input to MC50 and then re-transmit the message but he's looking at a remote input device from the same manufacturer (I think it may be RS232/485 but he is yet to confirm - so that will be a no go for us)
Cheers

Offline deaks57

  • PLUS+1 Developer
  • ***
  • Posts: 24
  • Karma: +3/-0
Re: Engine control from 2 locations
« Reply #3 on: July 28, 2020, 01:05:03 AM »
Turns out the device uses MODBUS over RS232. Has anyone experience is controlling this using DP7xx? Cheers

Offline pinias

  • PLUS+1 Guru
  • *****
  • Posts: 215
  • Karma: +7/-0
Re: Engine control from 2 locations
« Reply #4 on: July 28, 2020, 09:55:35 PM »
Deaks57,

what side is the Modbus? on the engine side?

So far I have worked with displays that uses Modbus but the Engine side is J1939.

in any case  if you have a Modbus on one side and CAN on the other side all what you need is a Gateway Modbus to J1939.

a good one is the one from Pyramid solutions a little expensive but really easy to work with

can you do a sketch of what you ahve in your system in regards of comm protocols?