Author Topic: I am trying to convert CAN rx info into an input  (Read 4261 times)

bship

  • Guest
I am trying to convert CAN rx info into an input
« on: December 31, 2012, 04:37:25 AM »
I am trying to take a proportional signal from CAN (Byte 1, joystick 1 command) and input it to a 'scale' for a PVE driver. I don't know which component to use, can anyone point me in the right direction?

Offline Neil

  • PLUS+1 Expert
  • ****
  • Posts: 96
  • Karma: +2/-0
Re: I am trying to convert CAN rx info into an input
« Reply #1 on: January 13, 2013, 07:58:44 PM »
Hi
you have a number of options, the mathematical scale would be the simplest to use, take your input and scale it to a -10,000 – 10,000.
Or use a 3pt sensor calibration block from the function library if you wish to use fault monitoring and dead band calibration.

Neil