Mitsubishi Electronics Q173CPU(N) Home Security System User Manual


 
APP - 31
A
PPENDICES
(c) No.150 : Programming operation
P20
[G202]
!M100 //Did you turn off a stop?
Programming operation
P10
[K150:Real]
1 ABS-2
Axis 1, 0 PLS
Axis 2, 0 PLS
Speed 500000 PLS/s
[F150]
#0L=1000000//1 axis positioning
//address set
#2L=2000000//2 axes positioning
//address set
#4L=500000//Positioning speed set
The motion control step
executed absolute
positioning to application
with it when to start again
after it stops on the way.
P0
[G151]
//Did you turn on PX4, and turn
//off a stop?
PX4*!M100
[G200]
//Did 1 axis and 2 axes execute
//positioning completion?
M2401*M2421
[G154]
//Did you turn on 1 axis and 2 axes
//in-position signal?
M2402*M2422
P20
[K151:Real]
1 ABS-2
Axis 1, # 0 PLS
Axis 2, # 2 PLS
Speed # 4 PLS/s
The motion control step
executed absolute
positioning to application
with it when to start again
after it stops on the way.
[G200]
//Did 1 axis and 2 axes execute
//positioning completion?
M2401*M2421
[G156]
//Did you turn on PX4, and turn
//off a stop?
!PX4*!M100
P0
WAIT transition which
wants to stop substitutes
"The internal relay (M100)
for the stop turns off." for
the AND status.
P10
[G202]
!M100 //Did you turn off a stop?
This program is judged
whether it was stopped by
using the location complete
signal during the location
on the way.
This program is made to
execute the motion control
step of again after internal
relay (M100) of the stop
waits to turn it off when
positioning completion is
not turned on after the
motion control is executed.
This program substitutes
"The internal relay (M100)
for the stop turns off." into
the AND status in WAIT
transition which wants it to
stop.
This program is judged
whether it was stopped by
using the location complete
signal during the location
on the way.
It is made to execute the
motion control step of again
after internal relay (M100)
of the stop waits to turn it
off when positioning
completion is not turned on
after the motion control is
executed.