National Instruments Switch Executive - Manual
National Instruments Switch Executive – Manual, read for free online in PDF format. We hope this helps you resolve any issues you may have. If you have further questions, please contact us through the contact form.
Table of Contents:
- Page 2 – Functions†; niSE Connect And Disconnect
- Page 3 – Functions continued on the next page; niSE Find Route
- Page 5 – Route Specification Strings; routeOrGroup; Note; channel
- Page 6 – Error Codes
- Page 7 – Error Codes continued on the next page
- Page 8 – Switch Control Functions; Programming Flow
QUICK REFERENCE GUIDE
National Instruments
TM
Switch Executive
This document contains quick reference information about examples, VIs/functions,
route specification strings, and error codes for NI Switch Executive (NISE).
Examples
ICON
VI/FUNCTION NAME AND DESCRIPTION
Using Find Route to Connect Two Channels
Uses Find Route to determine a path between two channels and then
connects the path.
Sequenced Connect And Disconnect
Uses Connect and Disconnect to sequence through different switching
system states.
Route Specification Syntax Example
Demonstrates the many different aspects of route specifications, including
usage of routes, route groups, fully specified routes, and combinations of
route types.
Interactive Control
Uses many of the API functions through an interactive tool.
Getting Started
Opens a session and makes a route connection.
323249d.qxp 7/22/2004 4:39 PM Page 1
"Loading the manual" means you need to wait until the file loads and becomes available for online reading. Some manuals are very large, and the time they take to appear depends on your internet speed.
Summary
NI Switch Executive Quick Reference Guide 2 ni.com Functions† ICON TYPE PARAMETER VALUE TO SET, COMMENTS NISEConstString virtualDeviceName Name of the NISE virtual device to open a session to NISEConstString options Used to pass information to each of the IVI devices on startup NISESession* [out] se...
ICON TYPE PARAMETER VALUE TO SET, COMMENTS niSE Connect And Disconnect (continued) NISEInt32 multiconnectMode • USE_DEFAULT_MODE (–1)• NO_MULTICONNECT (0) • MULTICONNECT_ROUTES (1) NISEInt32 operationOrder • BREAK_BEFORE_MAKE (1)• BREAK_AFTER_MAKE (2) NISEBoolean waitForDebounce • NISE_TRUE• NISE_FA...
Route Specification Strings Route specification strings are the paths connecting two channels and are composed of one or more routes delimited by ampersands ( & ). For example, in the following line of syntax, there are three defined routes or route groups: routeOrGroup & routeOrGroup & ...