Skip to content

Commit

Permalink
made flashall name 8 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
DPSS Computer committed Aug 4, 2021
1 parent 7982d67 commit 47bc0c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions galil_stage_program/2021_07_20_high_accuracy.dmc
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ WT 20
ENDIF
' If the endstop is hit, flash all the lights
IF (limithit=1)
JS#FLASHALL
JS#FLASHAL
ENDIF
limithit=0
'
Expand Down Expand Up @@ -443,15 +443,15 @@ WT 300
EN
'
'
#FLASHALL
#FLASHAL
bit2=@OUT[2]
bit3=@OUT[3]
SB 1;SB 2;SB 3
WT 300
CB 1;CB 2;CB 3
WT 300
loopnum=loopnum+1
JP#FLASHALL,loopnum<5
JP#FLASHAL,loopnum<5
IF bit2=1;SB 2;ENDIF
IF bit3=1;SB 3;ENDIF
WT 300
Expand Down

0 comments on commit 47bc0c5

Please sign in to comment.