First of all, I have to admit that I sadly have almost 0 knowledge about the network stack topic. Can somebody help me on this one ?
So my Goal is to “simply” move a Motor with is connected to a “SIEMENS CU305PN” with an Arduino with an Ethernet shield (W5500).
So I captured a packet with Wireshark (the hex dump is down below) while I send a parameter with the included software.
Is it somehow possible to replicate the same packet with the Arduino ethernet shield? Or is my approach completely wrong ?
If it is possible sending a hex dump “Raw”, does someone have an example?
Hey
Thanks for the answer ^^
I already searched for libraries like this
The problem is that if I would use libs like this, I would have to use a whole PLC from SIEMENS, and they cost a lot, to translate my instructions from the Arduino to the Inverter.
I've not looked at the library. Are you saying it does only talk to a PLC?
To your original question, sending raw bytes over ethernet is possible but understanding the protocol and answers from your units would be necessary if you are doing any real work (I assume you wouldn't play with a CU305PN if it was not a "serious" application)
Yes
at least to my knowledge
yeah it is not serious at all XD It is only for fun.
if it was I wounded be allowed to use a normal Arduino at all XD
So just sending things would be enough.
do you have an example ?
Tanks ^^
Nils