not sure the M page would get me any closer to a solution, i want to get 4 sequential trigger pulses from one trigger input.
if i’m understanding correctly now, the loop command executes the command specified within it N times at once instead of N times sequentially?
once again using python as a comparison, if i have a function that takes 2 seconds to complete and i execute it in a for loop, the function is not executed 4 times at the same moment, it is executed sequentially.