282
6-3-3 Suitable occasion
When does free communication need to be used?
As an example, the situation described in the above section is that XINJE PLC communicates
with the temperature control instrument, and the instrument uses its own communication
protocol, which stipulates that the reading temperature should be sent four characters: "R",
"T", "CR". Each character has the following meanings:
PLC needs to send the ASCII code of the above characters to the instrument in order to read
the current temperature value measured by the instrument. The ASCII code values
(hexadecimal) of each character can be obtained by querying the ASCII code table.
Obviously, according to the situation described above, using MODBUS instructions can not
communicate, at this time you need to use free communication. Detailed usage will be used as
an example to program the sample program in later chapters.
6-3-4 Free communication instruction
Send data [SEND]
1)Summary
Write the local data to specified remote station address.
Normally ON/OFF, rising
edge triggering
V3.2.3 and higher version
V3.2.2 and higher version
2)Operand
Local data starting address
tudonghoatoancau.com