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

Controller module
Table of Contents

Advertisement

CCPU_ToBufHG
This function writes data to the fixed cycle communication area of the CPU module mounted on the specified module position.
Format
short CCPU_ToBufHG(unsigned short usIoNo, unsigned long ulOffset, unsigned long ulSize, unsigned short* pusDataBuf,
unsigned long ulBufSize)
Argument
Argument
Name
usIoNo
Module position
ulOffset
Offset
ulSize
Data size
pusDataBuf
Data storage destination
ulBufSize
Data storage destination size
Description
• This function writes data in the data storage destination (pusDataBuf) for the size specified to the data size (ulSize) to the
fixed cycle communication area of a CPU module specified to the module position (usIoNo). Data is written by specifying an
offset address from the start of the fixed cycle communication area to the offset (ulOffset).
• The fixed cycle communication area can be accessed only when the fixed cycle communication area setting under the
multiple CPU setting is configured.
• When executing this function while the operating status of a CPU module is not RUN, the STOP/PAUSE error (-28640)
occurs.
Return value
Return value
Description
0 (0000H)
Normal
Other than 0
Error
For details on the error, refer to the following:
Page 225 ERROR CODE LIST
Relevant functions
• Page 94 CCPU_FromBuf
• Page 142 CCPU_ToBuf
• Page 95 CCPU_FromBufHG
Description
Specify the module position as follows.
Start I/O number divided by 16 (3E0H to 3E3H)
Specify the offset in word units.
Specify the write data size in word units.
Specify the storage destination of write data.
Specify '0'.
3 DETAILS OF FUNCTION
3.1 C Controller Module Dedicated Functions
3
IN/OUT
IN
IN
IN
IN
IN
143

Advertisement

Table of Contents
loading

Table of Contents