User`s manual
Table Of Contents
- MPC-684 family
- The feature of the MPC-684
- Program development environment
- How to connect
- Input commands
- I/O check
- How to input program
- Edit of a program
- How to program save to the PC, load from the PC
- I/O control
- Variable, Array variable, String variable, Memory I/O
- Calculation
- Pulse generation
- Multi-task
- RS-232 communication
- Debugging
- Use touch panel
- Command List

Memory Access
PEEK Readout of User Memory
POKE Write User Memory
Maintenance
ERASE Clear Program of Flash ROM
MEM Memory Test
MPCINIT Initialize RAM Area
TMON Task Monitor
VER Version Data Display
User Command
ADR Obtain the address
COMSET Setting of Command Name
Arithmetic
@ Logical Negation
ABS Absolute value
AND Logical Sum Expression (Logical Multiplication)
ATAN Trigonometric Function
ATAN2 Trigonometric Function
CONST Conversion from variable to constant
COS Trigonometric Functions
DIM Arrays Declaration
DIM Arrays Declaration (two dimensional)
LET Expression Execution
NOT Complement
OR Logical Merge (Logical Sum)
SFTL Array Variables Rotate
SFTR Array Variables Rotate
SIN Trigonometric Functions
SQ Square
SQR Square Root
SWP Switch Upper/Lower Bytes
TAN Trigonometric Functions
Control Statement
BREAK End of Control Flow (BREAK from IF Statement)
BREAK End of Control Flow (BREAK from LOOP)
CASE Conditional Branch Dependent On Value
CASE_ELSE Conditional Branch Dependent On Value
DO Loop
ELSE Conditional Branch
END End of Program
END_IF Conditional Branch
END_SELECT Conditional Branch Dependent On Value
FAST Stop SWAP Function
FOR Loop
GOSUB Subroutine Call
44