Step sequence program call

This calls all sequences defined in the hardware zone.

Copy

// ----------------------------- <Sequence1> -----------------------------
   // Input mapping
      <Sequence_name>_InputMapping();
      
   // Sequence program call
      <Sequence_name>();
   
   // Output mapping
      <Sequence_name>_OutputMapping();

<***>Variable name, comment and data type are automatically taken from the Studio

Last updated

Was this helpful?