使用此MATLAB工具包,可以将DL和SL系列仪器轻松地连接到MATLAB。此软件可用于在MATLAB中控制支持的DL和SL系列仪器,或者通过GP-IB、USB或以太网将数据从DL和SL系列仪器传输到MATLAB。
When you install this software program, the MEX-Functions for WDF files are installed. The MEX-Functions for WDF files enables MATLAB-characteristic dialog-based programming. The followings are examples of using the MATLAB command window and the MEX-Functions for WDF files in m files.
Example of mexDLGetWave command usage: Retrieves the measured data and plot them. |
|
Example of mexDLSend command usage: Sends a message to the device (DL). The device (DL) can be controlled remotely. Also, a data can be received from the device (DL) and imported into MATLAB. |
|
Example of mexWdfScaleDataRead command usage: Gets the specified channel and physical value block data from the specified WDF file. |
The MATLAB tool kit supports the following models.
Note:
The mexDLControl command, which starts the DL control window, is not available on and after the Matlab tool kit (701991) version 2.00. Please use Xviewer or Xwirepuller free sotware instead.
The Xviewer and/or Xwirepuller cannot be used together with the MEX-Functions for DL control.
提示: 此软件程序无法加载由DL上逻辑输入采集的数据(DL850/DL850V除外)。
Model: | 701991 |
---|---|
Supported OS: | Windows 7 (32 bit/64 bit), Windows 8 (32 bit/64 bit) |
Supported MATLAB version: | MATLAB R2011b or later |
Supported DL (SL) models: | DLM2000 series DLM4000 series DL6000/DLM6000 series DL850/DL850V SL1000 |
Command | Function |
---|---|
Communication configuration related command | |
mexDLComStart mexDLComEnd mexDLSetTimeout mexDLSetTerm mexDLSetRen |
Establish connection to the selected DL Close connection to the selected DL Set timeout for communication Set terminator for communication Set the selected DL to Remote/Local |
Status related command | |
mexDLCheckEnd mexDLGetLastError |
Check whether or not the message is delivered Return the number of the last error |
Command Receive/Send from DL | |
mexDLDeviceClear mexDLSend mexDLReceive mexDLGetWave mexDLGetHistoryWave |
Execute Device clear Send message to DL Reveive data from DL Acquired waveform data from DL Acquire history data from DL |