上海维宏电子科技股份有限公司
Weihong Electronic Technology Co., Ltd.
Specialized, Concentrated, Focused 69
7 PLT Support
At present, the system supports PLT instructions as below:
//PU Pen Up
// PU [ X,Y [,...]] [;]
//PD Pen Down
// PD [ X, Y [,...]] [;]
//PA Plot Absolute
// PA [X, Y [,...]] [;]
//PR Relative Coordinate Pen Move
// PR [X, Y [,...]] [;]
//AA Absolute Arc Plot
// AA X, Y, qc [, qd] [;]
//AR Relative Arc Plot
// AR X, Y, qc [, qd] [;]
//CI Circle
// CI r [, qd] [;]
//EA Edge Absolute Rectangle
// EA X, Y [;]
//ER Edge Relative Rectangle
// ER X, Y [;]
//EW Edge Wedge
// EW r, q1, qc (, qd) [;]
Besides, PA, PR, PU, PD also support three-dimensional instructions.
Notes:
PLT format has strong expansibility and different products have different instructions. If you meet
unidentifiable instructions, please contact us as soon as possible, so that we can develop a
corresponding interpreter for you.