What's new
What's new

Okuma Macro:Special statements of functions

TheDutchMultus

Plastic
Joined
Jun 7, 2017
Does anyone know more special statements of Okuma Macro languages.
The only one i know is FIX.

It's deleting the decimals from a broken number.
 
What are you trying to do? There are a whole slew of functions that can make life easy.
 
check attached



it's rounding with 0.001 precision, towards -infinity

there are no broken numbers, but maybe wrong calculations, thus wrong results delivered by 'broken' functions, that may work, or not, depending on control generation; try this, and see if it delivers 5 : FUP [ [ 5.4 - 3.8 ] / 0.32 ]

Note these functions only work if the machine has the option (User Task II, I believe) I recently needed to use FUP and the lathe I was trying it on would alarm, didn't have UTII
 








 
Back
Top