How can I intergrate include 'SequenceFilePostStep' in ModelSequence

How can I intergrate ' SequenceFilePostStep / PostUUT / PreUUT... ". "integrate into ModelSequence, I want to keep a main sequence for each project."

The Greens are easy.  They already exist in the process template.  It just take your code and move it to the process template and then remove them from your file of the client's sequence.

The purple wire (engine/Reserved recalls) are just as easy.  The trick is to know the difference between the 3 levels of engine callbacks.  You have basically 3 levels:

SequenceFile

  • Applies only to the steps and the file in which it resides

ProcessModel

  • Applies only to the steps and the file that is a client to the process template
  • Cannot be applied to a sequence file marked as model

Station

  • Can exist only in StationCallbacks.seq
  • Applies to all the steps and files (except StationCallbacks.seq) on the whole station

So in your case you just move the purple to your process model and rename them to be prefixed with ProcessModel (e.g. SequenceFilePostStep becomes ProcessModelPostStep).

Hope this helps,

Tags: NI Software

Similar Questions

Maybe you are looking for