10-11-2017 04:18 PM
10-11-2017 04:37 PM
that's even easierMain loops
SubVI
10-11-2017 04:43 PM
By the way, in the settings of the port (control panel) I recommend setting the size of the receiving fifo buffer equal to 1. Thus, pauses between sending from ~ 50 ms to 3-5 ms decrease. This is due to the fact that the timeout for filling the buffer of the receiving chip is minimized.
10-12-2017 07:49 AM
@Borjomy wrote:
that's even easier
Main loops
SubVI
Hi Borjomy,
Have you seen my Nugget on Action Engines found here?
I ask because your suggestion is very close to the form of an Action Engine but requires the assistance of the seq frames to make it work right. Action Engines can offer a an approach that is just a little bit cleaner and easier to use.
Just trying to help,
Ben
10-12-2017 08:32 AM
Hi, Ben
Sequence is used here only to press the "Stop" button after stopping all cycles.
10-12-2017 08:36 AM
@Borjomy wrote:
Hi, Ben
Sequence is used here only to press the "Stop" button after stopping all cycles.
...and ensure the session is not closed prematurely.
Ben
10-12-2017 11:45 AM