Div_Time(_E) - Mitsubishi Electric MELSEC FX Series Structured Programming Manual

Hide thumbs Also See for MELSEC FX Series:
Table of Contents

Advertisement

FXCPU Structured Programming Manual
(Application Functions)
5.9.4

DIV_TIME(_E)

Outline
This function performs division using time data.
1. Format
Function name
DIV_TIME
DIV_TIME_E
*1.
Output variable
2. Set data
Variable
EN
Input
_IN1 (
variable
_IN2 (
ENO
Output
variable
*1
In explanation of functions, I/O variables inside ( ) are described.
Explanation of function and operation
1) This function performs division (
and outputs the operation result expressed as time data to devices specified in
2) The contents of devices specified in
Cautions
1) Use the function having "_E" in its name to connect a bus.
2) When handling 32-bit data in structured programs, you cannot specify 16-bit devices directly, different
from simple projects. Use labels when handling 32-bit data.
You can specify 32-bit counters directly, however, because they are 32-bit devices.
Use global labels when specifying labels.
Error
1) An operation error occurs when the divisor stored in devices specified in
not executed.
2) An operation error occurs when the operation result exceeds "2,147,483,647".
204
FX
3U(C)
Expression in each language
Structured ladder
DIV_TIME
Label 1
_IN1
Label 2
_IN2
DIV_TIME_E
X000
EN
Label 1
_IN1
Label 2
_IN2
Execution condition
Head word device which stores time data to get division
)
s1
Division data, or head word device which stores such data
)
s2
Execution status
Head word device which will store the operation result
(
)
d
/
s1
FX
3G
FX
2N(C)
FX
DIV_TIME(_IN1,_IN2);
Example:
*1
Label 3
Label 3:=
DIV_TIME(Label 1,Label 2);
DIV_TIME_E(EN,_IN1,_IN2,
Output label);
Example:
ENO
DIV_TIME_E(X000,Label 1,
*1
Label 3
Label 2,Label 3);
Description
) using time data stored in devices specified in
s2
are ANY_NUM type data except "0".
s2
5.9 Functions Of Time Data Types
1N(C)
FX
1S
FX
U
/FX
2C
ST
Bit
Time
ANY_NUM
Bit
Time
.
d
is "0", and the function is
s2
FX
0N
FX
0(S)
Data type
and
,
s1
s2

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx-kp-ok-e09r927

Table of Contents