06-23-2021 04:17 AM
Hello! I use PXIe-6570/6571 and need to programmatically stop loading a pattern from my .digipat file. How can this be done?
For example, I can programmatically set start label from which to start bursting the pattern. Is it possible to set the number (or label) of the final vector from the pattern by analogy with the starting one?
I need the pattern to be processed not until the last vector from the file.
I'm using NI-Digital Pattern Driver version 20.6.1.
06-23-2021 07:38 AM
Unfortunately no, you can only set the starting reference to burst a pattern, the ending vector is determined by the execution of pattern based on opcodes.
One alternative is to have multiple versions of the patterns, where each one is a subset that you wish to burst, instead of passing the start and stop vectors to a niDigital API, you would format the pattern name (which you should have already preloaded). It is not exactly what you would like but might get the job done.