G25 sequential on DriveClub

Need help? Ask here and someone will help
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: G25 sequential on DriveClub

Post by Matlo »

Sorry, I gave you wrong axis ranges. At rest the axis value is 32767, midway it is 0, and fully pressed it is -32767.
So the macro should be:

Code: Select all

MACRO JAXIS 4 [-32767,0]
KEYDOWN p
MACRO JAXIS 4 [0,32767]
KEYUP p
GIMX creator
Post Reply