Display macro text in DFP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Nad
    Automated Home Guru
    • Jul 2008
    • 145

    Display macro text in DFP

    Hi all,

    I've written a macro to do a power cycle on one of the QRH channels and I was wondering if anyone has any ideas on how to get a DFP to display the action message as text ranter than speak out via the speaker?

    e.g.

    1 - Speak message - "Enter password to do that thing"
    2 - Trigger object - Password verification
    3 - Wait for event - Password state output
    4 - If - Password state output - True
    5 - Speak message - "The thing is about to start"
    6 - blah blah blah

    So I'm trying to get the text on the DFP to clear and output the speak message lines as text.

    Thanks,
    Nad
  • Viv
    Automated Home Ninja
    • Dec 2004
    • 284

    #2
    [QUOTE=Nad;27996]

    5 - Speak message - "The thing is about to start"

    In All Display object create a Text Message e.g. Item 1 > "The thing is about to start"

    In Macro, replace item 5 above and trigger All Display object local item 1 and Annunciate to the required DFP display.

    Viv

    Comment

    • Nad
      Automated Home Guru
      • Jul 2008
      • 145

      #3
      Excellent! Thanks Viv

      Comment

      Working...
      X