PDA

View Full Version : newb needs help with POV



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!

Bob Church
25th June 2008, 10:38 PM
Hi Irimi-Ai,

No problem. You're script is okay. Make sure that the actual POVs are unassigned. They default to just having the CM Device assigned, set it to "None" like the CM Control.

Next, go over to the CMS buttons, set them to DX mode, and then scroll down the list. Below "Button 32" you'll find the POV positions. Assign the eight CMS buttons to fire those and you should be good to go.

Best regards,

- Bob

The StickWorks
http://www.stickworks.com