Author Topic: BJM1Rx1 Jostick interlocked to Boolean switch  (Read 6312 times)

briandyck

  • Guest
BJM1Rx1 Jostick interlocked to Boolean switch
« on: June 15, 2011, 11:56:19 PM »
Hello all,

I am using a CAN based Sauer Joystick (JS1000 series) and would like to interlock the joystick to a boolean switch to add functionality.  I am using 'X' axis to control up/down function of a hydraulic component and the 'Y' axis to control up/down function of a second hydraulic component.  What I would like to add is a boolean switch - call it an activation button - so that in my code I can write 'X' axis not activation button function one, 'X' axis and boolean switch function 2, 'Y' axis not boolean switch function 3 and so on.

Any ideas would greatly be appreciated.  I think that I likely need to convert the boolean signal to an integer but am currently unsure of how to do this.

jsaluk

  • Guest
Re: BJM1Rx1 Jostick interlocked to Boolean switch
« Reply #1 on: July 25, 2011, 11:41:04 PM »
Not sure I understand your question: do you have two other functions that you wish to activate with the joystick based on switch selection?  For example, no switch X-function 1, then switch input enables X-function 2 rather than function1

briandyck

  • Guest
Re: BJM1Rx1 Jostick interlocked to Boolean switch
« Reply #2 on: August 19, 2011, 11:32:48 PM »
Yes,

I have 2 functions that I would like to control with the 'X' axis and 2 functions to control with the 'Y' axis. 

Volker

  • Guest
Re: BJM1Rx1 Jostick interlocked to Boolean switch
« Reply #3 on: September 05, 2011, 11:05:13 AM »
You can use Boolean controlled switches for the Joystick signals.
You should take care that the switching between the two functions is only enabled when the joystick is in neutral position.