Added current speed control to PDP-11 control panels
This commit is contained in:
parent
854b40c419
commit
b3c7d4e361
4 changed files with 4 additions and 0 deletions
|
|
@ -115,5 +115,6 @@
|
|||
<control type="button" binding="step">Step</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
<control type="button" binding="setSpeed">Fast</control>
|
||||
<control type="description" binding="speed" padleft="8px">Stopped</control>
|
||||
</control>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -31,5 +31,6 @@
|
|||
<control type="button" binding="step">Step</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
<control type="button" binding="setSpeed">Fast</control>
|
||||
<control type="description" binding="speed" padleft="8px">Stopped</control>
|
||||
</control>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -92,5 +92,6 @@
|
|||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
<control type="button" binding="setSpeed">Fast</control>
|
||||
<control type="description" binding="speed" padleft="8px">Stopped</control>
|
||||
</control>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
<control type="button" binding="setSpeed">Fast</control>
|
||||
<control type="description" binding="speed" padleft="8px">Stopped</control>
|
||||
</control>
|
||||
</panel>
|
||||
|
|
|
|||
Loading…
Reference in a new issue