Java Application for Substation ES Trigger Service

This Java application program uses S7RClientSSj class to connect to a Substation ES TCP interface. It verifies user-id and password with Substation ES and then registers a trigger service.

After registering, the program loops on the following:
  • Read and wait for messages (in string format) from Substation ES
  • Print the first part of the message

When done, the program closes the connection and terminates.

Note: Add the TIBCO Mainframe TCP library path (<TIBCO-Home>\mainframe\tcp\version\lib) to your environment class path in order to compile and run the application.