Export your AutomationView sequences as Studio 5000 L5X Files with native Ladder Diagram (RLL) Routines, coordinated via JSR (Jump to Subroutine) calls for Allen-Bradley ControlLogix and CompactLogix controllers.
AutomationView exports your project directly into the native Studio 5000 execution hierarchy:
[Controller: TargetProcessor]
|
v
[Tasks: Periodic 10ms]
|
v
[Programs: MainProgram]
|
+---> [Tags (Program Scope)]: Step bits, Timer structures
|
+---> [Routines]
|
+---> [MainRoutine (RLL)]: Calls sequences via JSR
|
+---> [Station1_Sequence (RLL)]: Ladder rungs for steps/transitions
|
+---> [Station2_Sequence (RLL)]: Ladder rungs for steps/transitions
| Export Component | Type in L5X | Description |
|---|---|---|
| Program Container | <Program> |
Hosts program-scope tags and sequence routines |
| Main Routine | MainRoutine (RLL) |
Auto-generated ladder containing JSR rungs to each sequence routine |
| Sequence Routines | <Routine Type="RLL"> |
Generated relay ladder rungs executing step activations and transition logic |
| Periodic Task | <Task Type="PERIODIC"> |
Pre-configured 10 ms periodic execution task |
MainRoutine JSR calls, and sequence ladder routines.MainProgram)..L5X file exported by AutomationView.TIMER, DINT, BOOL).Step_Active bits, sequence watchdog timers, intermediate transition flags).bE_Stop_OK).