Hi,
Did anyone use PXI-6570 in the below instances. If yes, I would like to know how 6570 behaves in the below specified use case.
UseCase1:
- Assume that I am using two PXI- 6570's. One for each site. Inside the DPI project, I have a pin_map as per the below mapping.
Site | PinName | Channel | Instrument
0 | Swd_Clk | 0 | DPI_1
0 | Swd_Dat | 1 | DPI_1
1 | Swd_Clk | 0 | DPI_2
1 | Swd_Dat | 1 | DPI_2
My execution flow in the code is as follows:
- Both the DPIs are initialized (I will have 2 instrument handles after initialization) and the DPI project is loaded.
- If I call "niDigital Burst Pattern.vi", wire the instrument handle corresponding to DPI_1 and give the site numbers as 0, 1. Will it run the pattern in both the sites or in site 0 alone?
The same question is applicable for the other VIs (like load timings, levels, etc ) as well.
To summarize, Can I burst pattern or change the settings of site 1 using the instrument handle of DPI_1? ( Since the instrument resource allocation is already available in the pinmap that is linked to the loaded project will it work?)