Rnd (round), Function – Yaskawa SMC–4000 User Manual

Page 207

Advertising
background image

197

SMC–4000 User Manual

@RND (Round)

[Function]

DESCRIPTION:

@RND rounds a number or variable given in square brackets. Note that the @RND command is a
function, which means that it does not follow the convention of the commands, and does not require the
underscore when used as an operand.

ARGUMENTS: @RND [n]

where

n is a number

USAGE:

EXAMPLES:

While Moving

Yes

Minimum n value

-2147483648.9999

In a Program

Yes

Maximum n value

2147483648.9999

Not in a program

Yes

Default Value

---

Can be Interrogated

No

Default Format

---

Used as an Operand

Yes

#TEST

Program TEST

VAR1=123.456

Set variable

MG @RND[VAR1]

Display the value of VAR1 rounded to the

nearest integer

VAR2=@RND[VAR1]+25

Perform calculation

EN

End of program

Advertising