bus interface functions.
ret = QBF_WriteLinkDevice(path, usIoNo, sDevType,
ulSize, pusDataBuf, ulBufSize);
ret = mdSend(path, stno, devtyp, devno, size, data);
ret = mdRandW(path, stno, dev, buf,bufsize);
ret = mdDevSet(path, stno, devtyp, devno);
ret = mdDevRst(path, stno, devtyp, devno):
ret = QBF_ReadLinkDevice(path, usIoNo, sDevType,
ulSize, pusDataBuf, ulBufSize);
ret = mdReceive(path, stno, devtyp, devno, size, data);
ret = mdRandR(path, stno, dev, buf,bufsize);
CC-Link IE controller network
ret = mdReceive(path, stno, devtyp, devno, size, data);
ret = QBF_SEND(path, usIoNo, psControlData, pusDataBuf,
ulBufSize, psAddinfo);
ret = mdSend(path, stno, devtyp, devno, size, data);
ret = QBF_RECV(path, usIoNo, psControlData, pusDataBuf,
ulBufSize, psAddinfo);
ret = mdReceive(path, stno, devtyp, devno, size, data);
<Example>
C Controller module
/* Reads device data of the other station programmable controller CPU */
Message
or
/* Receives a message from the other station via CC-Link IE controller network */
or
/* Sends a message to the other station via CC-Link IE controller network */
C Controller module
C Controller module
Link device access
/* Writes data to the link device*/
or
/* Reads data from the link device*/
or
1) Sends or receives a message to or from another station via a
CC-Link IE controller network module.
3) Reads data of the programmable controller CPU of another
station.
2) Writes or reads data to or from link devices.
Link
device
CC-Link IE controller network module
C Controller module
Internal
buffer
2)
2)
1)
Device data
Programmable
controller CPU
3)