RCU Forums - View Single Post - ** Digitech Central Telemetric Unit for Jeti **
Old 02-10-2018, 11:47 AM
  #18  
digitech
My Feedback: (10)
 
digitech's Avatar
 
Join Date: Aug 2004
Location: klimmenlimburg, NETHERLANDS
Posts: 3,653
Received 10 Likes on 10 Posts
Default

Hi Guys

we are now currently working on the Lua (Scripts for Jeti)
the lua is a interactive tool that displays info about the turbine.
it is great for when starting the turbine in a noisy surrounding , it shows you all status messagen when the turbine is spooling up.
now we support the lua with the possibility to have sound support also.

here is a example of the Kingtech script.
you can see on what message a sound should be plaid.
"brand": "Kingtech G2",
"message": {
"0": {
"text": "Trim Low",
"speech":"STANDBY.wav"
},
"1": {
"text": "Ready",
"speech":"ARMED.wav"
},
"2": {
"text": "Sticklo!",
"speech":"warningsticklow.wav"
},
"3": {
"text": "Glow test",
"speech":"Glow_test.wav"
},
"4": {
"text": "Burner on",
"speech":"BURNER ON.wav"
},
"5": {
"text": "Start on",
"speech":"tbe.wav"
},
"6": {
"text": "Ignition",
"speech":"FUELIGNIT.wav"
},
"7": {
"text": "Preheat",
"speech":"FUELHEAT.wav"
},
"8": {
"text": "Fuelramp",
"speech":"RAMP-UP.wav"
},
"9": {
"text": "Running",
"speech":"turbineidle.wav"
},
"10": {
"text": "Stop",
"speech":"turbineoff.wav"
},
"11": {
"text": "Cooling",
"speech":"cool_down.wav"
},
"12": {
"text": "Glow Bad",
"speech":"kerofail.wav"
},
"13": {
"text": "Startbad",
"speech":"bad_start.wav"
},
"14": {
"text": "Low RPM",
"speech":"lowrpm.wav"
},
"15": {
"text": "High Temp",
"speech":"hightemp.wav"
},
"16": {
"text": "Flameout",
"speech":"flameout2.wav"
},
"17": {
"text": "Primevap",
"speech":"FUELHEAT.wav"
},
"18": {
"text": "Stage 1",
"speech":"Stage_1.wav"
},
"19": {
"text": "Stage 2",
"speech":"Stage_2.wav"
},
"20": {
"text": "Stage 3",
"speech":"Stage_3.wav"
},
"255": {
"text": "ECU Offline",
"speech":"ecu_is_off_line.wav"
}
}


}


now your input :
i am looking for sounds , warning signals in WAVE format.
what would you guys like to hear?
Overtemp in start
Fuel low status
think about flameout warning , you can program a warning when : Turbine is on run more BUT rpm is low AND Temp is below 200 . a "possible"flameout is eminent.
you CAN set the CTU altimeter to a LOW Altitude , when it reaches LOW (10ft) WITHOUT landing gear active (down) you can set a audible alarm...


so what sounds do we need? like the real ones?
just text to speech?
any ideas? drop them here.
we like to hear about your input!

Br Sandor