mbus Connect.vi

Description
The Connect function creates a new Tx / Rx session using USB or Ethernet communication.
| Parameters | ||
|---|---|---|
| error in | in | error conditions that occur before entering the function | 
| url | in | URL of the device | 
| username | in | username to connect to the device | 
| password | in | password to connect to the device | 
| exclusive | in | exclusive usage of the device. If false, other users may access device resources | 
| reset | in | device reset on start | 
| USB Connect | in | communication mode selection: Ethernet(0) or USB(1) | 
| USB Device no | in | USB device index to connect to | 
| sessionHandle | out | reference to the current Multibus session | 
| error out | out | error information | 
| function return | out | function execution status | 
Availability
Available in Multibus VI 1.0 and later.
See Also
mbus Ethernet Connect.vi mbus PCIE Connect.vi mbus USB Connect.vi
Example
-