Fl (forward limit), Setting – Yaskawa SMC–4000 User Manual

Page 123

Advertising
background image

113

SMC–4000 User Manual

FL (Forward Limit)

[Setting]

DESCRIPTION:

The FL command sets the forward software position limit. If this limit is exceeded during commanded
motion, the motor will decelerate to a stop. Forward motion beyond this limit is not permitted. The
forward limit is activated at position n + 1. The forward limit is disabled at position 2147483647. The units
are in counts.

When the reverse software limit is activated, the automatic subroutine

#LIMSWI

will be executed if it is

included in the program and the program is executing. See section on Automatic Subroutines.

ARGUMENTS: FL x, y, z, w or FLX=x or FL a, b, c, d

where

x, y z, w, or a, b, c, d are unsigned numbers

USAGE:

OPERAND USAGE:

_FLn contains the value of the forward software limit where n is an axis letter.

RELATED COMMANDS:

BL (Backward Limit)

EXAMPLES:

While Moving

Yes

Minimum Value

-2147483648

In a Program

Yes

Maximum Value

+2147483647

Command Line

Yes

Default Value

2147483647

Can be Interrogated

Yes

Default Format

Position Format

Used as an Operand

Yes

Virtual Axis

No

#TEST

Test Program

AC 1000000

Acceleration Rate

DC 1000000

Deceleration Rate

FL 15000

Forward Limit

JG 5000

Jog Forward

BGX

Begin

AMX

After Motion

TPX

Tell Position

EN

End

Advertising