About This File

This is a little program I made in the process of learning how to connect to a omron PLC using Ethernet and UDP FINS with JAVA.

I will put up some samplecode later on to explain how it works in java.

As I see it JAVA is an excellent language to use to this and the only problem that I encountered was how to transform all the strings to make them understandable for the PLC that wants hex-code thru a socket that only can send a byte array.

The program lets you create a socket connection and then you can send commands to the PLC and get the responce.