Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
machinshin committed Apr 14, 2021
1 parent b557a87 commit e391c46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/machines/sequential_function_chart.fsl
@@ -1,4 +1,4 @@
machine_name : "Sequenttial Function Chart";
machine_name : "Sequential Function Chart";
machine_author : "MachinShin <machinshin@gmail.com>";
machine_license : MIT;
machine_comment : "#madewithfsl";
Expand All @@ -17,12 +17,12 @@ end_states : ["End Batch"];
=> "Drain Reactor" 'Drain Reactor Complete' -> "Check Reactor";
"Charge A (2000 lbs)" 'Charge A complete'
-> "Charge B (5000 lbs)";

"Charge B (5000 lbs)" 'Charge B1 complete'
=> "Temp Control (100deg C)";
"Charge B (5000 lbs" 'Charge B2 complete'
=> "Pressure Control (5 psig)";

"Temp Control (100deg C)" 'At temperature'
=> "Wait (120 minutes)";
"Pressure Control (5 psig)" 'At pressure'
Expand All @@ -37,7 +37,7 @@ end_states : ["End Batch"];

"Discharge" 'Complete'
=> "End Batch";

state "Start Batch": {
shape: rectangle;
corners: rounded;
Expand Down

0 comments on commit e391c46

Please sign in to comment.