08-05-2019 01:36 AM - edited 08-05-2019 01:55 AM
Hi, I have a problem about schedule different patterns(.digipat). Questions are as follows.
Thank you.
Regards,
ZT
Fig. 1.
Fig. 2.
09-05-2019 11:32 AM
Can you specify how you expect your burst mode to act?
09-05-2019 11:38 AM
I have used Scripts and triggered them as they ran to be able to sequence patterns.
Does that help?
Ben
09-06-2019 12:22 PM - edited 09-06-2019 12:24 PM
If you don't care if there is a gap between the digital patterns bursting, then just change the string element you have on your block diagram to an array and enter the three start labels you want to burst as the first three array elements. Make sure there is a "halt" op code at the end of each digital pattern, and remove the "1" wired to the "N" terminal on your FOR loop since you'll be auto-indexing through array elements.
If you need there to be no gap between the digital patterns bursting (to keep a clock ticking phase-continuously, for example), you'll need to use pattern op codes. See the Digital Pattern help to see how to do that, but you'll probably want to use a "jump" op code to jump from one digipat to the other.
If you post questions about hardware on the appropriate hardware forums instead of in the LabVIEW software forum, you'll get the best help.
09-08-2019 11:41 PM - edited 09-08-2019 11:43 PM
Hi,
Sorry for the late reply. I have implemented this function to burst multiple pattern.
The LabVIEW code like this:
Thanks each help.
Regards,
ZT