Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/19/2010 in all areas

  1. And now we have DAQmx Events, which let you trigger an event (in an Event Structure) when a digital line changes. I haven't actually used them, but it looks easy enough.
    2 points
  2. Take a look at Sequence.GetNumSteps() and Sequence.GetStep(). We use this code in an OI to pull out all the steps in the Main StepGroup to do almost exactly what you're trying. The preconditions are overkill; You can use Step.SetRunModeEx() directly once you get the Step object. If you want to do this in a VI, generate a default action VI and use the SequenceContext object that gets passed in.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.