evreal
Purpose:
-
Monitor a specified event for messages containing a filter string, parse the message into real numbers, and assign them to specified CyFlex variables.
Enter:
-
evreal <eventname> <filter> <param1> <param2> <param3> <param4>
Where:
-
eventname
Specify the event name to monitor.
filter
Specify a filter string that must be present for the parameters to be processed.
param*
Specify a CyFlex real variable for assignment. Values are assigned in the provided order.
Example:
-
evreal gran_recv RECV my_var1 my_var2
The above command receives all events for gran_recv and looks for the string RECV in the message content string. If found, values are converted from ASCII to reals and assigned to my_var1 and my_var2.
Notes:
-
The program processes only one matching event and then exits, which is not reflected in the existing details.