Skip to content

Commit

Permalink
Merge pull request #2 from loupeteam/feature/tidy
Browse files Browse the repository at this point in the history
Remove gSimulation from MachineControl.var
  • Loading branch information
dfblackburn authored Dec 3, 2021
2 parents 17a3397 + a6796d7 commit b106082
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions MachineControl.var
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
(********************************************************************
* COPYRIGHT -- Automation Resources Group
********************************************************************
* Package: MachineControl
* File: MachineControl.var
* Author: David Blackburn
* Created: November 10, 2011
********************************************************************
* Variables of package MachineControl
********************************************************************)
VAR
gMachine : Piper_typ := (0);
END_VAR
VAR RETAIN
BootTime : TIME;
END_VAR
VAR
gSimulation : BOOL;
gActiveMode : MODE_MACHINE_ENUM := MODE_MACHINE_AUTO;
gRequestedMode : MODE_MACHINE_ENUM := MODE_MACHINE_AUTO;
END_VAR
(********************************************************************
* COPYRIGHT -- Automation Resources Group
********************************************************************
* Package: MachineControl
* File: MachineControl.var
* Author: David Blackburn
* Created: November 10, 2011
********************************************************************
* Variables of package MachineControl
********************************************************************)
VAR
gMachine : Piper_typ := (0);
END_VAR
VAR RETAIN
BootTime : TIME;
END_VAR
VAR
gActiveMode : MODE_MACHINE_ENUM := MODE_MACHINE_AUTO;
gRequestedMode : MODE_MACHINE_ENUM := MODE_MACHINE_AUTO;
END_VAR

0 comments on commit b106082

Please sign in to comment.