Irimi-Ai
25th June 2008, 09:32 PM
Hi there,
I have a CH yoke & Pro Throttle. I need to map/copy the inputs from the POV on the yoke to the POV on the throttle...actually need to make them equivalent (i.e., be able to use either interchangeably for the same function in a program). This needs to appear to the program as 1 controller input. I already tried using the POV in DX mode and running it through a CMS script like this:
CMS.B1 = (JS1.B25 OR JS3.B31);
CMS.B2 = (JS1.B26 OR JS3.B32);
CMS.B3 = (JS1.B27 OR JS3.B25);
CMS.B4 = (JS1.B28 OR JS3.B26);
CMS.B5 = (JS1.B29 OR JS3.B27);
CMS.B6 = (JS1.B30 OR JS3.B28);
CMS.B7 = (JS1.B31 OR JS3.B29);
CMS.B8 = (JS1.B32 OR JS3.B30);
But the program specifically needs to sense it as a POV. I basically need a script that makes the state of js1.POV equal to the state of js2.POV and vice versa.
Please help!
I have a CH yoke & Pro Throttle. I need to map/copy the inputs from the POV on the yoke to the POV on the throttle...actually need to make them equivalent (i.e., be able to use either interchangeably for the same function in a program). This needs to appear to the program as 1 controller input. I already tried using the POV in DX mode and running it through a CMS script like this:
CMS.B1 = (JS1.B25 OR JS3.B31);
CMS.B2 = (JS1.B26 OR JS3.B32);
CMS.B3 = (JS1.B27 OR JS3.B25);
CMS.B4 = (JS1.B28 OR JS3.B26);
CMS.B5 = (JS1.B29 OR JS3.B27);
CMS.B6 = (JS1.B30 OR JS3.B28);
CMS.B7 = (JS1.B31 OR JS3.B29);
CMS.B8 = (JS1.B32 OR JS3.B30);
But the program specifically needs to sense it as a POV. I basically need a script that makes the state of js1.POV equal to the state of js2.POV and vice versa.
Please help!