Mitsubishi Electronics FX3UC Garage Door Opener User Manual


 
589
FX3S/FX3G/FX3GC/FX3U/FX3UC Series
Programming Manual - Basic & Applied Instruction Edition
24 Others – FNC181 to FNC189
24.2 FNC184 – RND / Random Number Generation
21
FNC160-FNC169
Real Time Clock
Control
22
FNC170-FNC179
External Device
23
FNC180
Alternate
Instructions
24
FNC181-FNC189
Others
25
FNC190-FNC199
Block Data
Operation
26
FNC200-FNC209
Character String
Control
27
FNC210-FNC219
Data
Operation 3
28
FNC220-FNC249
Data
Comparison
29
FNC250-FNC269
Data Table
Operation
30
FNC270-FNC276
Ex-Device
24.2 FNC184 – RND / Random Number Generation
Outline
This instruction generates random numbers.
1. Instruction format
2. Set data
3. Applicable devices
Explanation of function and operation
1. 16-bit operation (RND and RNDP)
This instruction generates a pseudo-random number ranging from 0 to 32767, and stores it as a random number to
.
In the pseudo-random number sequence, the source value of a random number is calculated at every time, and this
instruction calculates a pseudo-random number using the source value.
Pseudo-random number calculation equation:
(D8311, D8310) = (D8311, D8310) *
1
× 1103515245 + 12345.....(1)
= “([D8311, D8310]>>16)&<logical product>00007FFFh”
*1. To (D8311, D8310), write a non-negative value (0 to 2,147,483,647) only once when the PLC mode switches
from STOP to RUN.
[K1 is written to (D8311, D8310) as the initial value when the power is restored.]
Program example
In the program example shown below, a random number is stored to D100 every time X010 turns ON.
When the PLC mode switches from STOP to RUN, the time data converted into seconds and added by the value
“(Year + Month) × Day” is written to D8311 and D8310.
Operand Type Description Data Type
Head device number storing a random number 16-bit binary
Oper-
and
Type
Bit Devices Word Devices Others
System User Digit Specification System User
Special
Unit
Index
Con-
stant
Real
Number
Charac-
ter String
Pointer
XYMTCSD
.b KnX KnY KnM KnS T C D R
U\G
V Z Modify K H E "
"P

P
FNC 184
RND
Mnemonic Operation Condition
16-bit Instruction
3 steps
RND
RNDP
Mnemonic Operation Condition
Continuous
Operation
Pulse (Single)
Operation
32-bit Instruction
D
D
D
FNC 184
RND
Command
input
D
D
Data in hour, minute and second
Data in second
X010
FNC184
RNDP
D100
END
M8002
FNC166
TRD
D0
FNC164
DHTOS
D14D3
FNC 20
ADD
D10D1D0
FNC 20
DADD
D8310D12D14
The clock data is read.
The data in second is added by the value “(Year +
Month)
×
Day”, and written to D8311 and D8310.
FNC 23
MUL
D12D2D10