12-18-2007 12:22 PM
12-19-2007 03:07 PM
12-19-2007 03:10 PM
12-20-2007 10:00 AM
12-20-2007 10:35 AM
12-21-2007 02:10 PM
12-21-2007 02:12 PM
12-21-2007 07:19 PM
12-27-2007 07:20 AM
Hi Haider,
You can access the properties in the configuration dialog box by converting the "Simulate Arbitrary Signal" Express VI to a standard subVI:
1. Place the "Simulate Arbitrary Signal" Express VI on the block diagram.
2. Configure the Express VI.
3. Right click on the "Simulate Arbitrary Signal" Express VI and select "Open Front Panel."
4. "Convert" to a standard subVI. Once it is converted, you can no longer access the configuration dialog box.
5. Replace the data array with the "Read From Measurement File" Express VI. (You will need to use "Convert from Dynamic Data" to convert the signal to an array.)
6. Create a control for File Name, and now you can choose the file from the front panel.
Hope this helps.