mcjensen Has anyone heard or seen this issue before? What's the fix?
There are some toggle switches on the left side of the AutoRun's "Shooting Schedule" setup window.
Check your "Group by Slot" toggle switch. Just piss poor naming.
That switch controls whether the sequencing loops each item of the AutoRun sequence before moving to the next item in the sequence, or if the sequencing moves to the next item right after one item is completed. I.e., it chooses between aaa...bbb...ccc... or abcabcabc...
Because the switch conflates two different operations, you cannot do something like aaa...bbb...ccc...aaa...bbb...ccc...... in ASIAIR. There are really two loops, one is an inner loop and the other is an outer loop; but ASIAIR uses a single loop index. When one index is greater than 1, the other index must be 1 in ASIAIR.
Chen