Serial TX on ION

I am using serial commands from show control on an ION job which works fine.

Is there a way to send serial back out of ION/EOS?  Like maybe an execute string "Serial xyz"?

Cheers

Parents Reply Children
  • Thanks - ths would be vry useful.

    Also, it is very necessary to be able to assert the state of I/O devices, i.e. to set SMPTE/MIDI/SERIAL to be either on or off, rather than just being able to toggle the current state.  This is a must for show control.

    Can I have this by Monday? :)

  • Most macros that toggle, and append the command [Enable] or [Disbable] to the command line can be changed from "toggle" macros, to "absolute" macros, by adding [Enable] or [Disable] to the macro in the macro editor. This can only be done from the macro editor, because learning the macro will always result in a toggle macro.

    Ex:

    [Learn 1 ]

    [SMPTE_Time_Code]

    [Learn]

    Results in a macro that toggles SMPTE on and off, and displays enable or disable on the command line. To make this macro always enable SMPTE, edit the macro in the macro editor, and add the command [Enable] (from the 3rd row of buttons) after [SMPTE]. Now this macro will always enable SMPTE, and never diable SMPTE.

    This ability has not been documented, because not all toggles handle the [Enable/Disable] command yet, but Setup, and ShowControl commands do work.

     

     

  • I miscommunicated regarding the abilities of Congo on this topic. Congo does support the ability to send Serial commands from it's interface.

    In Congo Action Macros can be attached to any Sequence Step, or as part of an Event Trigger, and can do a combination of actions, including sending different strings out of multiple different I/O Gateways and the local serial, plus multiple console playback actions as part of the same Action Macro.

     

    The syntax is explained in the Congo manual and online help - search for “Serial”

  • Thats very helpful Dan - thanks a lot. Tested, working and implemented!
Related