Routes trigger and event signals to the output terminal you specify.

Related information


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle identifies a particular instrument session.

  • ci32.png signal

    signal specifies the type of signal to export from a digital pattern instrument.

    Start Trigger (2000)

    Indicates the Start Trigger. You must specify an empty string in the signal ID parameter.

    Conditional Jump Trigger (2001)

    Indicates the Conditional Jump Trigger. You must specify a particular event instance in the signal ID parameter.

    Pattern Opcode Event (2002)

    Indicates the Pattern Opcode Event. You must specify a particular event instance in the signal ID parameter.

    RIO Digital Event (2004)

    Indicates the RIO Digital Event. You must specify a particular event instance in the signal ID parameter.

  • cstr.png signal ID

    signal ID specifies which instance of the selected signals to export.

    None Specifies an empty string.
    conditionalJumpTrigger0 Specifies conditional jump trigger 0.
    conditionalJumpTrigger1 Specifies conditional jump trigger 1.
    conditionalJumpTrigger2 Specifies conditional jump trigger 2.
    conditionalJumpTrigger3 Specifies conditional jump trigger 3.
    patternOpcodeEvent0 Specifies pattern opcode event 0.
    patternOpcodeEvent1 Specifies pattern opcode event 1.
    patternOpcodeEvent2 Specifies pattern opcode event 2.
    patternOpcodeEvent3 Specifies pattern opcode event 3.
    RIOEvent0 Specifies RIO event 0.
    RIOEvent1 Specifies RIO event 1.
    RIOEvent2 Specifies RIO event 2.
    RIOEvent3 Specifies RIO event 3.
    RIOEvent4 Specifies RIO event 4.
    RIOEvent5 Specifies RIO event 5.
    RIOEvent6 Specifies RIO event 6.
    RIOEvent7 Specifies RIO event 7.
  • cstr.png

    output terminal configures properties depending on the type of signal you select in the signal ID parameter.

    Do not export signal. Signal will not be exported.
    PXI_Trig0 Specifies PXI trigger line 0.
    PXI_Trig1 Specifies PXI trigger line 1.
    PXI_Trig2 Specifies PXI trigger line 2.
    PXI_Trig3 Specifies PXI trigger line 3.
    PXI_Trig4 Specifies PXI trigger line 4.
    PXI_Trig5 Specifies PXI trigger line 5.
    PXI_Trig6 Specifies PXI trigger line 6.
    PXI_Trig7 Specifies PXI trigger line 7.

  • cerrcodeclst.png error in

    error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

  • iivrn.png instrument handle out

    instrument handle out returns the handle that identifies the session in all subsequent VI calls.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.