Mf (motion forward), Trippoint – Yaskawa SMC–4000 User Manual

Page 167

Advertising
background image

157

SMC–4000 User Manual

MF (Motion Forward)

[Trippoint]

DESCRIPTION:

The MF command is a trippoint used to control the timing of events. This command will hold up the
execution of the following command until the specified motor moves forward and crosses the position
specified. The units of the command are in quadrature counts. The MF command can also be used when the
encoder is the master and not under servo control, because the actual position is monitored.

ARGUMENTS: MFx, y, z, w or MFX=x or MFa ,b, c, d where

x, y z, w, or a, b, c, d are signed integers

USAGE:

RELATED COMMANDS:

AR (After Relative)

MR (Motion Reverse)

AP (After Absolute Position)

EXAMPLES:

HINT:

The accuracy of the MF command is the number of counts that occur in 2 msec. Multiply the speed by 2 msec to
obtain the maximum error. MF tests for absolute position. The MF command can also be used when the specified
motor is driven independently by an external device.

While Moving

Yes

Minimum Value

-2147483648

In a Program

Yes

Maximum Value

2147483647

Command Line

Yes

Default Value

---

Can be Interrogated

No

Default Format

---

Used as an Operand

No

Virtual Axis

No

#TEST Program

B

DP0 Define

zero

JG 1000

Jog mode (speed of 1000 counts/sec)

BG

Begin move

MF 2000

After passing the position 2000

V1=_TP Assign

V1

position

MG "Position is", V1= ST

Print Message Stop

EN

End of Program

Advertising