March 16, 201412 yr Hi everyone, this time i´m writing a new script for callout the V-Speed. For the testphase I write it with TEXT, later I will replaced it with a wave file. The line for callout 80 knots works great (standalone for test): 0 BEGIN 2 GOTO 2 #airData_->ADC[0].outputs.IAS < 80 0 GOTO 0 TEXT "80 knots" 0 END But when I make the callout for V1 (standalone for test): 0 BEGIN 2 GOTO 2 #airData_->ADC[0].outputs.IAS < #EFISdata_->bugs.debug_IAS_L_V1_bug 0 GOTO 0 TEXT "V1" 0 END the script write the V1 message when the Dash is still standing. The V1 bug is set to over 100. I do not understand what I'm doing wrong. Can anyone help me? Thanks Best regards Oli
Create an account or sign in to comment