Mitsubishi Electric MELSEC iQ-R C Series Programming Manual page 207

Controller module
Table of Contents

Advertisement

mdRandWEx
This function writes devices randomly.
Format
long mdRandWEx(long lPath, long lNetNo, long lStNo, long* plDev, short* psBuf, long lBufSize)
Argument
Argument
Name
lPath
Channel
lNetNo
Network number
lStNo
Station number
plDev
Randomly selected device
psBuf
Write data storage destination
lBufSize
Write data storage destination
size
The specification method for the randomly selected device (plDev) is as follows:
plDev
Description
plDev[0]
Number of blocks
plDev[1]
Device type
plDev[2]
Start device number
plDev[3]
Number of write points
plDev[4]
Device type
plDev[5]
Start device number
plDev[6]
Number of write points
plDev[3(n-1)+1]
Device type
plDev[3(n-1)+2]
Start device number
plDev[3(n-1)+3]
Number of write points
Description
• This function writes data to a device, which is specified to the randomly selected device (plDev), of a module specified to
the network number (lNetNo) and the station number (lStNo).
• The data to be written is stored to the write data storage destination (psBuf) in word units. A bit device is stored per 16
points, a word device is stored per 1 point, and a double-word device is stored in word units.
• Specify so that the total number of write points specified for each block is 10240 points or less. Otherwise, a size error (-5)
occurs.
• Note that the extension comment information will be deleted when the data is written to the block to which an extension
comment is assigned (extension file register).
• Also, note that sub 2 or sub 3 program will be deleted when data is written to a block (extension file register) overlapping
with the program setting area for sub 2 or sub 3.
Description
Specify the path of the channel.
Specify the network number of target module.
Page 44 Argument specification
Specify the station number of target module.
Page 44 Argument specification
Specify the number of blocks, device type, start device number, and device points of
devices to be written.
Specify the storage destination (address) of write data.
Reserve a continuous area for the write data storage destination.
Unused (Even if a value is specified, the operation is not affected.)
IN/OUT
IN
IN
IN
IN
IN
IN
Block 1
Block 2
Block n
3 DETAILS OF FUNCTION
3.3 MELSEC Data Link Functions
3
205

Advertisement

Table of Contents
loading

Table of Contents