I have an assignment to develop a Java library for communication with a CMMO-ST-C5-1-LKP Festo controller. I have read the controller documentation and it provides a MODBUS TCP/IP communication interface. I have used jamod and managed to connect to the controller. (I have configured and parametrised the axis) The problem is that I don't really understand the communication encoding (what bytes do I need to send to get the axis to move somewhere). I have tried to find some example of the communication (bytes beeing send and recived), but I can't find any.
Does anyone know where I might find an example of communication?
Sorry, if this question is out of place here. I am completly stuck.