Microstick LOCK/UNLOCK compiles for only MIX or MIY
-
Hello, I am hoping somebody can help me figure out how to get the Foxy compiler to successfully compile LOCK/UNLOCK for both MIX and MIY. Currently, I’m only able to get the compiler to successfully compile either MIX or MIY, but not both. When trying (see below) to define lock/unlock for both MIX and MIY, I get this cryptic compiler error stating I have max exceeded number of logical flags or more than 48 which does not make any sense. Here’s a snippet of the Foxy statement, and attaching a screenshot of the compiler error:
USE SWAP (TOEBRAKES, MICROSTICK)
Rem ** USE SWAP TOEBRAKES AS MICROSTICK configured Cougar CCP, and in the Falcon UI for the purpose of Radar Cursor controls
MIX /I LOCK (MIX, LASTVALUE) 6 25 ( 1 2 3 4 6 10 12 14 17 21 25 30 36 43 58 65 71 76 80 84 87 90 93 95 97 98) MSY(2-) MSY(2+) MSY(0)
/O UNLOCK (MIX)
MIY /I LOCK (MIY, LASTVALUE) 6 25 ( 1 2 3 4 6 10 12 14 17 21 25 30 36 43 58 65 71 76 80 84 87 90 93 95 97 98) MSX(2-) MSX(2+) MSX(0)
/O UNLOCK (MIY)NOTE: What I am trying to accomplish is a solution whereby I can configure L and R toebrakes within Falcon BMS 4.33 for Radar Cursor as an analog mouse using the UNLOCK function, and S3 (out) button to use the microstick as a digital mouse or LOCK (MIX and MIY, LASTVALUE).
-
OK… never mind
as I’ve found the problem. For some strange reason, this statement “USE HAT1_SENSITIVITY (20)” will not co-mingle nicely. So I’ve remarked the culprit as I’d rather have the microstick LOCK/UNLOCK funtionality, and now radar cursors as analog will even slew diagonally, and more accurately.