ev_tcp_send
Purpose:
-
Relay CyFlex events to remote networks via TCP/IP, processing configuration events and sending data events based on specifications.
See Example for an example spec file that would be read by ev_tcp_specs and sent to ev_tcp_send on the network where the event originates.
Enter:
-
ev_tcp_send &
Where:
-
N/A
Example:
#
# the source_event_name is the event name on the network where the
# event is being ‘‘set’’. This must be the same network on which
# spec file is being processed.
The destination_event_name is the event name on the network where the event is received.
destination_network name source_event_name destination_event_name
ctcnode16 start_it at_speed
bakalarqnx release_it pier_done
# the source_event_name is the event name on the network where the
# event is being ‘‘set’’. This must be the same network on which
# spec file is being processed.
The destination_event_name is the event name on the network where the event is received.
destination_network name source_event_name destination_event_name
ctcnode16 start_it at_speed
bakalarqnx release_it pier_done
Notes:
-
Ensure the program is configured using ev_tcp_specs to set up events and remote networks before operation.
See Also:
-
Cummins SharePoint: Sending Message Events between CyFlex Systems