Jump to content

Tug for ATR 72


jefferson palhano

Recommended Posts

Hello,
I followed the instructions in the Pushback Pro manual to create a profile for the Asobo ATR 72 600 as the default profile displays the TUG for light aircraft (such as the Cesnna Grand Caravan), which is obviously not correct.
Unfortunately I was unsuccessful.
In the Aerosoft, TPP, AircraftProfiles folder, I created the file microsoft_atr_72_600.json (maybe this name is not correct), containing the following codes:

{
     "aircraft": "atr 72 600 asobo",
     "tug_type": "default",
     "services": {
         "jetway": false,
         "stairs": false,
         "catering": true,
         "baggage": true,
         "fuel": true,
         "power": true,
         "asu": false
     },
     "doors": {
         "fwd": 0,
         "aft": 4,
         "position": false,
         "closeall": false,
         "custom_01": {
             "name": "DOOR 1",
             "action": "TPP_API.SetSimVar('K:TOGGLE_AIRCRAFT_EXIT', 'Number', 1);"
         }
     },
     "other": {
         "wheel_chocks": false,
         "pitot_cover": false,
         "custom_01": {
             "name": "START ENGINE",
             "action": "TPP_API.SetSimVar('K:ENGINE_AUTO_START', 'Bool', 1);"
         },
         "custom_02": {
             "name": "STOP ENGINE",
             "action": "TPP_API.SetSimVar('K:ENGINE_AUTO_SHUTDOWN', 'Bool', 1);"
         }
     },
     "pushback": {
         "events": {
             "on_tug_connect": null,
             "on_push_request": null
         },
         "steering": {
             "state": null
         },
         "parking_brake": {
             "input": "TPP_API.SetSimVar('K:PARKING_BRAKES', 'Number', 1);",
             "state": "TPP_API.GetSimVar('BRAKE PARKING POSITION', 'Bool');"
         }
     }
}

Please point out the errors or what I should do to make it work.
Thanks
Jefferson

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use