Panasonic FP Series Programming Manual page 918

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

TM_10ms_FB
This timer for 0.01s units works as an ON-delay timer. If the start contact of the function block is in
Description
the ON state, the preset time SV (set value) is started. When this time has elapsed, the timer
contact T turns ON.
For the TM_10ms_FB function block declare the following:
start
SV
T
EV
ON
Time
OFF
chart
start
X
SV
0
X
EV
0
ON
OFF
T
download
PROG mode
 The number of available timers is limited and depends on the
settings in the system registers 5 and 6.
 The system timer functions (TM_1s, TM_100ms, TM_10ms, and
TM_1s) use the same NUM* address area as the system timer
function blocks (TM_1s_FB, TM_100ms_FB, TM_10ms_FB, and
TM_1s_FB). For the timer function blocks the compiler
automatically assigns a NUM* address to every timer instance. The
addresses are assigned counting downwards, starting at the
highest possible address. In order to avoid errors (address
conflicts), these timer functions and function blocks should not be
used together in a project.
PLC types Availability of TM_10ms_FB (see page 1332)
Timer for 10ms intervals (0 to 327.67s)
start contact
each time a rising edge is detected, the set value SV is copied to the elapsed
value EV and the timer is started
set value
the defined ON-delay time (0 to 327.67s)
timer contact
is set when the time defined at SV has elapsed, this means when EV becomes
0
elapsed value
count value from which 1 is subtracted every 0.01s while the timer is running
RUN mode
Timer instructions
917

Advertisement

Table of Contents
loading

Table of Contents