FP
Σ
User's Manual
8.6 Program Controlled Communication
191
POU Header and LD Body
ST Body
When the variable
bSend
is set to TRUE, the function F10_BKMV copies the characters of
the string
sSendData
to the buffer
awSendBuffer
beginning at
awSendBuffer[1]
.
The first two words of a string contain the string header information (maximum number of
characters and the current number of characters). The string header must not be copied into
the buffer. Therefore, enter an offset of 2 to the starting address of the string before copying
the data.
Make sure that the send buffer is big enough for all the data to be sent. To determine its size
you must take into account that two characters of the string
SendString
can be copied into
each element of the array
SendBuffer
.
SendBuffer[0]
is reserved for the total number of
bytes to be sent by F159_MTRN.
3. Sending the data using the instruction F159_MTRN
Execute F159_MTRN to
-
specify the amount of data to be sent
-
specify the communication port to be used
-
output the data from the communication port to the external device.
When the execution condition of F159_MTRN turns to TRUE and the "transmission done" flag
is TRUE, transmission starts. (For details on flag operation, see page 198.)
When sending data, operation is as follows:
-
The number of bytes to be sent is set in offset 0 of the send buffer.
-
The "transmission done" flag turns to FALSE.
-
The data in the send buffer is sent starting with the low order byte in offset 1.
-
The start and end codes specified in the system registers are automatically added
to the data sent.
-
During transmission, F159_MTRN cannot be executed again.
Содержание AFPG951T34
Страница 7: ......
Страница 17: ......
Страница 18: ...Chapter 1 Safety Measures ...
Страница 21: ......
Страница 22: ...Chapter 2 Overview ...
Страница 32: ...Chapter 3 CPU Types ...
Страница 47: ...CPU Types FPΣ User s Manual 30 LD Body ...
Страница 51: ...CPU Types FPΣ User s Manual 34 POU Header and LD Body ...
Страница 55: ...CPU Types FPΣ User s Manual 38 LD Body ...
Страница 57: ......
Страница 58: ...Chapter 4 Expansion ...
Страница 73: ......
Страница 74: ...Chapter 5 I O Allocation ...
Страница 81: ......
Страница 82: ...Chapter 6 Installation and Wiring ...
Страница 104: ...FPΣ User s Manual 6 4 Input and Output Wiring 87 A FPΣ 1 Output terminal 2 Load 3 Inductor COM 2 1 3 ...
Страница 115: ......
Страница 116: ...Chapter 7 High Speed Counter and Pulse Output ...
Страница 169: ......
Страница 170: ...Chapter 8 Communication ...
Страница 227: ...Communication FPΣ User s Manual 210 LD Body ST Body ...
Страница 233: ...Communication FPΣ User s Manual 216 POU Header LD Body ...
Страница 236: ...FPΣ User s Manual 8 6 Program Controlled Communication 219 POU Header LD Body 1 2 ...
Страница 237: ...Communication FPΣ User s Manual 220 2 2 ST Body ...
Страница 266: ...Chapter 9 Security Functions ...
Страница 273: ......
Страница 274: ...Chapter 10 Other Functions ...
Страница 277: ......
Страница 278: ...Chapter 11 Troubleshooting ...
Страница 289: ......
Страница 290: ...Chapter 12 Appendix ...