jefferson palhano 0 Posted April 13, 2024 Share Posted April 13, 2024 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 https://forum.aerosoft.com/index.php?/topic/177654-tug-for-atr-72/ Share on other sites More sharing options...
FlyHukken 0 Posted August 12, 2024 Share Posted August 12, 2024 Hi@jefferson palhano Did you find any solution, I'm struggling with the same problem trying to create a custom profile for the ATR. Link to comment https://forum.aerosoft.com/index.php?/topic/177654-tug-for-atr-72/#findComment-1120443 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now