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.