Modbus does use tcp to transport the data packets (there is a serial version which uses 232/485 protocol) but it’s much more structured than tcp/ip - the “master” device sends requests/commands and expects an answer back within a set time frame.That answered my original question when I saw the original post. Seemed potentially dangerous to leave a stepper motor to the vagaries, lack-of-precision and non-guaranteed delivery / time-of-delivery of TCP/IP!
I doubt that would fit and I’d need to buy a stepper driver but apart from that…
No problem. I'm going to play around with this one. Enjoy your new motor.I doubt that would fit and I’d need to buy a stepper driver but apart from that…![]()
![]()
Got anything in mind for it? The size of it I bet it’s got some torque on it!No problem. I'm going to play around with this one. Enjoy your new motor.
Nothing planned as yet. I've got too many motors and no bench space at present.Got anything in mind for it? The size of it I bet it’s got some torque on it!
Apologies!Does this conversation come with sub titles for the hard of thinking?![]()
ve it but #
![]()
And still for some reason i've still read all the postsDoes this conversation come with sub titles for the hard of thinking?![]()
![]()
![]()
I think that about sums it up - Modbus is sending/receiving high level data, not the really time critical stuff. The real fast stuff is integral to the drive, things like encoder counting etc Modbus just wouldn’t be able to handle, unless it was a really slow motor!Apologies!
In summary, back in the days when everything was wired (pre wi-fi) there was already a huge problem with what we referred to as "deterministic protocols", i.e. I send you a message and not only do I guarantee that you're going to receive it but I even guarantee that you'll receive it within ten milliseconds.
Loads of people invested huge amounts of time and money in coming up with protocols (I'm looking at you, QoS) that were going to address this but it was all for nought; the protocols that are under what we tend to refer to as "wifi", "ethernet", "the internet" and others are basically unreliable. Add in radio transmission (wi-fi) and you only make it less reliable or predictable.
Hence my concern that a stepper motor that could be hurtling a 100KG mass at a distant object (possibly human) was depending on this network to say "ummm... probably stop there, buddy" as its safety net.
Dale's clarification that the original stepper motor is on a proprietary, closed-loop system is very comforting. I might have got the details wrong so back to @daleyd for clarification![]()