• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

HU: Seems that Cerasim released new helicopter AS365N3

Hi did you check if engines are running but rotor is just not spinning? I asked you because I had a similar problem and i resolved it changing "engine type" from 5 to 3 (turboprop to helo-turbine) in aircraft.cfg file.
It's weird, but probably the original setting didn't like to my Fsx installation!

Thanks Sag. No joy with that. Looking at the fine print again to see where I screwed up. Something is not right, that's for sure.
 
I have a feeling that the aircraft not banking while on AP is somewhere in this code

(A:AIRSPEED INDICATED, knot) 40 > if{ 1 (>L:autocord, bool) }}



(L: pfcs_l1_sw, bool) (L: pfcs_l2_sw, bool) || if{ 1 (>L:mast_ap_ch, bool) } els{ 0 (>L:mast_ap_ch, bool) }
(L:mast_ap_ch, bool) (L:ap_cpl, bool) and (L:ShedBusDc, bool) and (L: pfcs_norturb_sw, bool) ! and if{ 1 (>L:mast_ap_pw, bool) } els{ 0 (>L:mast_ap_pw, bool) }

(A:Eng2 Combustion, bool) (A:Eng3 Combustion, bool) or if{ 1 (>L: pweng_ap, bool) } els{ 0 (>L: pweng_ap, bool) }

(A:AIRSPEED INDICATED, knot) 20 > (L: pweng_ap, bool) and (L:mast_ap_pw, bool) and (L:coll_ga_sw, bool) and if{ 1 (>L:ap_ga_m, bool) } els{ 0 (>L:ap_ga_m, bool) }


(A:AIRSPEED INDICATED, knot) 40 > (L:ap_alt, bool) and (L:mast_ap_pw, bool) and if{ 1 (>L:ap_alt_m, bool) } els{ 0 (>L:ap_alt_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L: pweng_ap, bool) and (L:ap_ias, bool) and (L:mast_ap_pw, bool) and if{ 1 (>L:ap_ias_m, bool) } els{ 0 (>L:ap_ias_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L:ap_hdg, bool) and (L:mast_ap_pw, bool) and if{ 1 (>L:ap_hdg_m, bool) } els{ 0 (>L:ap_hdg_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L: pweng_ap, bool) and (L:ap_vs, bool) and (L:mast_ap_pw, bool) and if{ 1 (>L:ap_vs_m, bool) } els{ 0 (>L:ap_vs_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L:mast_ap_pw, bool) and (L:ap_vor_cap, bool) and if{ 1 (>L:ap_vor_m, bool) } els{ 0 (>L:ap_vor_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L:mast_ap_pw, bool) and (L:ap_loc_cap, bool) and if{ 1 (>L:ap_loc_m, bool) } els{ 0 (>L:ap_loc_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L:mast_ap_pw, bool) and (L:ap_nav_cap, bool) and if{ 1 (>L:ap_nav_m, bool) } els{ 0 (>L:ap_nav_m, bool) }
(A:AIRSPEED INDICATED, knot) 40 > (L: pweng_ap, bool) and (L:mast_ap_pw, bool) and (L:ap_gs_cap, bool) and if{ 1 (>L:ap_gs_m, bool) } els{ 0 (>L:ap_gs_m, bool) }


(A:NAV TOFROM:1, enum) 0 == (L:ap_vor, bool) and if{ 1 (>L:ap_vor_arm, bool) } els{ 0 (>L:ap_vor_arm, bool) }
(A:NAV TOFROM:1, enum) 0 != (L:ap_vor, bool) and if{ 1 (>L:ap_vor_cap, bool) } els{ 0 (>L:ap_vor_cap, bool) }

(A:GPS IS ACTIVE WAY POINT, bool) ! (L:ap_nav, bool) and if{ 1 (>L:ap_nav_arm, bool) } els{ 0 (>L:ap_nav_arm, bool) }
(A:GPS IS ACTIVE WAY POINT, bool) (L:ap_nav, bool) and if{ 1 (>L:ap_nav_cap, bool) } els{ 0 (>L:ap_nav_cap, bool) }

(A:NAV HAS LOCALIZER:1, bool) ! (L:ap_loc, bool) and if{ 1 (>L:ap_loc_arm, bool) } els{ 0 (>L:ap_loc_arm, bool) }
(A:NAV HAS LOCALIZER:1, bool) (L:ap_loc, bool) and if{ 1 (>L:ap_loc_cap, bool) } els{ 0 (>L:ap_loc_cap, bool) }

(A:NAV HAS GLIDE SLOPE:1, bool) ! (L:ap_gs, bool) and if{ 1 (>L:ap_gs_arm, bool) } els{ 0 (>L:ap_gs_arm, bool) }
(A:NAV HAS GLIDE SLOPE:1, bool) (L:ap_gs, bool) and if{ 1 (>L:ap_gs_cap, bool) } els{ 0 (>L:ap_gs_cap, bool) }

(L:ap_ga_m, bool) (L:ap_nav_m, bool) || (L:ap_loc_m, bool) || (L:ap_vor_m, bool) || (L:ap_hdg_m, bool) || if{ 1 (>L:ap_rtrim, bool) } els{ 0 (>L:ap_rtrim, bool) }
(L:ap_hdg_m, bool) (L:ap_vor_m, bool) || (L:ap_nav_m, bool) || (L:ap_loc_m, bool) || (L:ap_ga_m, bool) || if{ 1 (>L:ap_rctrim, bool) } els{ 0 (>L:ap_rctrim, bool) }
(L:ap_ga_m, bool) (L:ap_ias_m, bool) || if{ 1 (>L:ap_astrim, bool) } els{ 0 (>L:ap_astrim, bool) }
(L:ap_alt_m, bool) (L:ap_vs_m, bool) || if{ 1 (>L:ap_coltrim, bool) } els{ 0 (>L:ap_coltrim, bool) }


I am however no wizz on it so if someone could advise that would be great

thanks in advance
 
or perhaps this section

(A:Autopilot flight director bank, degrees) (A:Attitude indicator bank degrees:1, degrees) - dnor
s1 180 > l1 360 < and if{ l1 360 - } els{ l1 } -35 max 35 min 35 + 3.6285714 *
(>L:adi fd roll,enum)

(A:Autopilot flight director pitch, degrees) (A:Attitude indicator pitch degrees:1, degrees) - dnor
s1 180 > l1 360 < and if{ l1 360 - } els{ l1 } -20 max 20 min 20 + 5.95 *
(>L:adi fd pitch,enum)
</Value>
 
Thanks Sag. No joy with that. Looking at the fine print again to see where I screwed up. Something is not right, that's for sure.

Hi did you check wind speed? Cerasim support suggested me to set it below 5 kts.

Could you please tell me better about the problem? So you turn on battery, generators, inverters.. and switch yellow engines levers on Flt.. but engines (watch engines' panel) are not starting up? Did you try pressing Ctrl+E continuosly?
 
Hi did you check wind speed? Cerasim support suggested me to set it below 5 kts.

wind is set to calm.
Could you please tell me better about the problem? So you turn on battery, generators, inverters.. and switch yellow engines levers on Flt.. but engines (watch engines' panel) are not starting up? Did you try pressing Ctrl+E continuosly?

Engines are not starting up. Tried the Ctrl+E as well. Nothing. I'm becoming more convinced it's something to do with the Steam version, or possibly with windows 10, although I have several other helicopters, and a number of fixed wing that work just fine.
Thank you for your comments and suggestions.
Still waiting on a response from Carasim.
 
Engines are not starting up. Tried the Ctrl+E as well. Nothing. I'm becoming more convinced it's something to do with the Steam version, or possibly with windows 10, although I have several other helicopters, and a number of fixed wing that work just fine.
Thank you for your comments and suggestions.
Still waiting on a response from Carasim.
My theory is that some helos are a pain to start because of my default flight which is the stock Cessna in a 'cold and dark' state.

Anyways, here's my quick and dirty way to get the engines up and running.

First step is to turn on the battery with a keyboard shortcut. I've assigned Shift+V for that.
Second step is to open up the menu with Shift+1 and select 'Ready to Fly'
Last step is the keyboard command Ctrl+Shift+F4 which sets the mixture to full rich. Make sure your throttle is set to 0%, of course.

Don't ask me why or how, but it works for me. I haven't tried the manual start, at least not until someone puts together a nice 'how-to' video.

Cheers :very_drunk:
 
Hepl, Startup problem with the Cera AS365

Warhorse, you hit the memory bank:applause:
Defaulted the Cessna and fired it up. Changed AC to the 365 and found the engines up and running, clicked on the quick start to make sure all the switches a on.
Thank you very much guys for all your help.
 
My theory is that some helos are a pain to start because of my default flight which is the stock Cessna in a 'cold and dark' state.

Anyways, here's my quick and dirty way to get the engines up and running.

First step is to turn on the battery with a keyboard shortcut. I've assigned Shift+V for that.
Second step is to open up the menu with Shift+1 and select 'Ready to Fly'
Last step is the keyboard command Ctrl+Shift+F4 which sets the mixture to full rich. Make sure your throttle is set to 0%, of course.

Don't ask me why or how, but it works for me. I haven't tried the manual start, at least not until someone puts together a nice 'how-to' video.

Cheers :very_drunk:

manual start ? do you mean with the manual backup handles of with the fadecs ?

the checklist that comes with the aircraft is quite good and Im waiting for one of my buddies to throw me a copy of the real manual so I can provide an a5 size checklist.

anyone found a solution to the missing banking when on AP ?
 
so I got a reply from Cerasim on the lack of banking when on AP

"We are improving our product, We can not increase the bank, this will cause problems in the flight dynamics"

surely there must be a way around this as other aircraft are able to do this ?

thoughts anyone ??
 
the checklist that comes with the aircraft is quite good and Im waiting for one of my buddies to throw me a copy of the real manual so I can provide an a5 checklist

Hi, about this.. does nobody of you have the possibility to share the AS365N3 Flight Manual in pdf? I cannot find it on the web notwithstanding all my efforts!
Thanks
 
Well all systems are working now from the quick start menu- don't ask me how. Messing around with a repaint. Picture taken at a lighthouse on the west side of Vancouver Island BC.

attachment.php
 

Attachments

  • AS365 at lighthouse 2.jpg
    AS365 at lighthouse 2.jpg
    44.7 KB · Views: 23
  • AS365 at Lighthouse.jpg
    AS365 at Lighthouse.jpg
    41.7 KB · Views: 4
Just did this one. If anybody interested, soon available in the library
encouragement.png

3º BAvEx HM-1 Pantera (AS365K). Brazilian Army.





 
Last edited:
Hi I'm looking for this aircraft's flight manual to better understand it. Do you have a pdf to share with me?
Thanks!
 
Rotor Correction for Traverse City

It was pointed out to me that the Rotor textures were not showing in the Traverse City version of the CeraSim's AS365 Repaint USCG Traverse City texture. The corrected textures can be downloaded HERE!!!
 
Back
Top