February 24, 20251 yr Commercial Member 1. Axis type events (like for potentiometers) now work properly (they only went 50% of the way before) 2. _LEFT and _RIGHT events have been fixed too. You can now do this: For an axis type the DCS event into the "Enter variable" box as a BVar: B:INT_UHF_VOL Set Axis Min to 0 and Axis Max to 65535, Rounding to "Int". For left/right buttons use this: 1000 (>B:INT_UHF_VOL_LEFT) 1000 (>B:INT_UHF_VOL_RIGHT) (variable step size between 1 and 3200) Finally for INC/DEC use this: 1 (>B:AHCP_ALT_SCE_DEC) 1 (>B:AHCP_ALT_SCE_INC) (Fixed step size, can be used with switches too) LORBY-SI
Create an account or sign in to comment