![Okuma OSP-P200L Programming Manual Download Page 21](http://html1.mh-extra.com/html/okuma/osp-p200l/osp-p200l_programming-manual_3667818021.webp)
5238-E P-8
SECTION 1 PROGRAM CONFIGURATIONS
•
Arc tangent (1) (ATAN)
LE33013R0300300080005
θ
= ATAN [b/a]
Arc tangent (2) (ATAN2)
θ
= ATAN2 [b/a]
•
Integer implementation (ROUND, FIX, FUP)
Converts a specified value into an integer by rounding off, truncating, or raising the number at
the first place to the right of the decimal point.
(in units of microns)
6.
Block Delete
[Function]
This function allows the operator to specify whether specific blocks are executed or ignored in
automatic mode operation.
Blocks preceded by "/" are ignored during automatic mode operation if the BLOCK DELETE switch
on the machine operation panel is set on. If the switch is off, the blocks are executed normally.
When the block skip function is activated, the entire block is ignored.
[Supplement]
7.
Comment Function (CONTROL OUT/IN)
A program may be made easier to understand by using comments in parentheses.
•
Comments must be parenthesized to distinguish them from general operation information.
•
Comments are also subject to TV and TH checks.
Example:
LE33013R0300300100001
•
The slash "/" code must be placed at either the start of a block or immediately after a sequence
name (number). If it is placed in another position in a block, it will cause an alarm.
•
The slash "/" may not be contained in the program name block.
•
Blocks which contain a "/" code are also subject to the sequence search function, regardless of
the BLOCK DELETE switch position.
•
The block delete function is not possible during SINGLE BLOCK mode. The succeeding block
is executed, and then the operation stops.
N100
G00 X200 (FIRST
STEP)
Comment