Working with Receive Data Process
Process Purpose
The Receive Data process is used to define the structure of the data (type and receiving variables) to be received through a port, from an auxiliary device.
When you add a process, you are required to define its settings. This occurs in the process's properties window which is displayed automatically after having added the Receive Data process.
If any subsequent edition is required, double-click the process to open its properties window and enter the necessary modifications.
Proceed as follows:
Aux |
|
Aux Name |
Select the auxiliary device profile that will receive data from the drop-down list. If required, click |
Flush Buffer After “Receive Data” |
Check this option to empty the buffer before receiving the file. |
Start Character |
|
Select the “Start Character” that identifies the beginning of received data. Either check “None”, “STX” or “Other” (in this case, enter the intended character in the box that activates when "Other" is checked). See Abbreviations. |
|
Stop Character |
|
Select the “Stop Character” that identifies the end of received data. Either check “ETX", “CR”, “Other” (enter the intended character in the box that activates when "Other" is checked) or "Length (insert a number in the newly activated box). See Abbreviations. |
|
Store Result into Variable |
|
Result Variable |
Click |
If Communication Error |
|
Go to |
Select a target location from the drop-down list or the |
Detail of a window:
"S:Menu" is a screen included in the same program as the process.
"R:Routine_1" is a routine included in the same program as the process.
Use the following recurring icons (located on the upper right corner of the process window) to execute specific operations:
• | Click ![]() |
• | Click ![]() |
After filling in the required options, click to conclude or
to abort the operation.
The added process is displayed in the corresponding "Actions" tab or "Process" window.
Abbreviations
This process uses the following abbreviations:
Abbreviation |
Meaning (hexadecimal) |
STX |
Start of Text (02 hex) |
ETX |
End of Text (03 hex) |
CR |
Carriage Return (0D hex) |
LF |
Line Feed (0A hex) |
Use the right click in MCL-Designer's input boxes to access certain features regarding the input box's option as well as general actions such as "Copy"; "Paste"; "Search".
Ex: If you right-click the "Variable" input box (included in a "Conversion's" properties window), you are provided with the "Search..."and "Variable Select" options.
If you right-click another input box, it will provide other possibilities.