this software draws NC program (NC data) used with a machine tool -- it is soft.
NC program is a lathe system.
The coordinates of XZ are drawn.
In a single step function, NC program and its locus are drawn synchronously.
A single step function is performed by a tap.
The pinch performs expansion and reduction.
A drug performs movement.
Drawing speed can be changed by a seek bar.
The starting point of the drawn line, a terminal point, the circle central point, and a radius are displayed.
A menu has CLEAR", "Setting", and "CLOSE."
A screen is cleared by "CLEAR."
A drawing color etc. are set up by "Setting."
Application is cleared by "CLOSE."
The code and address which can be drawn are as follows.
Code: G00, G01, G02, G03, G17, G18, G19, G50
Address: IK, R, UW, XZ
Version2.2
Changed part:
1,The display of NC program was canceled.
2,"It opening" and "drawing" are excluded from a menu, and it was made to operate it with a button on a starting screen.
3,The "stop" and the "automatic scale" were added with the button.
4,A "seek bar" is added and it enabled it to change imaging speed.
5,NC program of a drawing line, the starting point, a terminal point, the circle central point, and a radius were displayed.