LabSmith HVS448 User Manual page 38

High voltage sequencer
Hide thumbs Also See for HVS448:
Table of Contents

Advertisement

Enter
Enter
Usage:
The instruction Enter makes a copy of the X register and adds it to the numerical stack.
Example:
10
; X contains 10
16 ms ; X contains 16 ms, Y contains 10
Enter ; X contains 16 ms, Y contains 16 ms
DropX
DropX
Usage:
The instruction DropX removes the number from the top of the stack.
Example:
10 mA ; X contains 10 mA
16 ms ; X contains 16 ms, Y contains 10 mA
59 V
; X contains 59 V, Y contain 16 ms
DropX ; X contains 16 ms, Y contains 10 mA
SwapXY
SwapXY
Usage:
The instruction Swap exchanges the values of the numbers in the X and Y registers, leaving the rest of the stack unchanged.
Example:
10 s
; X contains 10 s
16 uA ; X contains 16 uA, Y contains 10 s
SwapXY
ClearX
ClearX
Usage:
ClearX sets the X register to 0 without changing the other values in the stack.
Example:
10
; X contains 10
16
; X contains 16, Y contains 10
ClearX
+
Usage: +
The instruction + removes the top two numbers on the stack (X and Y) and places the sum of these numbers at the top of the
stack (X).
Example:
10
; X contains 10
16
; X contains 16, Y contains 10
12
; X contains 12, Y contains 16
+
; X contains 28, Y contains 10
-
Usage: -
38
; X contains 10 s, Y contains 16 uA
; X contains 0, Y contains 10

Advertisement

Table of Contents
loading

Table of Contents