10-14-2005 04:46 PM
Yeah, that's fine. You'll also need to add addtional items in the string arrays for the load and save events. These create the different section names for each instrument. Also, I don't know if you noticed but the example I sent that uses the state machine instead of events has local variables to update the front panel controls after doing a load. You should look at that example and add it to this one.
To group controls into a cluster, you just have to add a cluster control on the front panel, select the controlsyou want, and drag them into the cluster.
10-17-2005 04:13 PM
10-17-2005 04:25 PM
10-18-2005 10:48 AM
Could you please explain more on the "local variables to update the front panel controls after loading event?" I am vague on how to understand your statement.Thanks
10-18-2005 11:10 AM
10-18-2005 04:27 PM
10-18-2005 04:46 PM
10-19-2005 01:18 PM
I have added 8648 controls in the "run" event...I wonder if there may be any conflict with the current set up....8648 will need to get set first so that 8133s can be triggered/configured with appropriate setting(s)..please see the modified VI for your comment/recommendation...
Thanx
10-21-2005 10:15 AM
It is quite a daunting task to output; 1) crosstalk graph, 2) save measurement data in txt & xls files.... I did download the tds8000 driver and looked at a few example VIs, but do not have a clue where to begin...
I think I need to set the scope before start measuring
Could you provide some guidance how I should approach?