Vt1433B Triggering - VXI VT1433B User Manual

8-channel 196 ksamples/s digitizer plus dsp
Table of Contents

Advertisement

VT1433B Triggering

The following is a short discussion of triggering for the VT1433B.
Triggering is defined as the transition from the armed state to the triggered state.
This transition is caused by a low going edge on a TTL trigger line. Which one
of the eight TTL trigger line is chosen by e1432_get_ttltrg_lines().
The low-going transition of the TTL trig line can be caused by any of the
following items:
trigger type
the AUTO TRIGGER circuitry
the e1432_trigger_measure() function
a source trigger
a tach trigger
an external trigger
an input level or bound trigger event
Each of these trigger sources can be enabled or disabled independently, so quite
complex trigger setups are possible. In all cases, however, the first trigger event
kicks off the measurement and the following trigger events become superfluous.
Note that for e1432_set_auto_trigger() the setting E1432_MANUAL_ARM really
means "don't auto trigger" not "expect a manual trigger".
For single VT1433B systems, the TTL trigger signal is not connected to the VXI
backplane. For multiple VT1433B systems, the e1432_init_measure() function
connects the VT1433B trigger lines to the VXI backplane and at that point, the
selection of which TTL trigger lines through e1432_get_ttltrg_lines() is relevant.
Multiple mainframe systems will need to account for the unidirectional nature of
the inter-mainframe MXI extenders which will prevent all but the "upstream"
mainframe from triggering the system.
enabling function
e1432_set_auto_trigger()
e1432_trigger_measure()
e1432_set_trigger_channel()
e1432_set_trigger_channel()
e1432_set_trigger_ext()
e1432_set_trigger_channel()
and e1432_set_trigger_mode()
VT1433B User's Guide
The Host Interface Library
4-23

Advertisement

Table of Contents
loading

Table of Contents