Description M5Stack 6060-PUSH
-
Hello,
I am missing some information at docs of M5Stack 6060-Push.- Where can I find the pinout of the orange connector of M5Stack 6060-Push? At this connector there are power and RS485. Inside the modul I found: G, V, A and B.
I suspected:
- G = GND
- V = +24V (or other voltage?)
- A = RS485-A
- B = RS485-B
- Which command are available?
- ID\r\n -> Get the ID of the modul - I understood
- ID=<number> -> Set the ID - I understood
- ID<number>:X<position> \r\n - If <position> equal 010.1 what will happend? Movement 10.1 mm or 10.1 steps?
..
-ID<number>I\r\n - Read busy - What is the answer?
It would be great if I could get some more details.
- Where can I find the pinout of the orange connector of M5Stack 6060-Push? At this connector there are power and RS485. Inside the modul I found: G, V, A and B.
-
-
@m5stack
I know the link at your answer. At the linked webpage is no information about pinout or details of the commands! Can you help me? -
@sheepdog said in Description M5Stack 6060-PUSH:
@m5stack
I know the link at your answer. At the linked webpage is no information about pinout or details of the commands! Can you help me?The 6060 Push is not well documented.
Have you seen this page?
https://docs.m5stack.com/#/en/uiflow/RS485 -
@sheepdog actually you just need look at the Product Photo . you can found the commands.
-
@ajb2k3 Thank you for the new link, I didn't know this page
@m5stack I saw the commands at the product photo, but this didn't answer my questions:
- Where is which Pin (G = GND , V = Voltage, RS485-A, RS485-B)
- Which voltage is correct? 24V?
- What is the answer of the commands, for example -ID<number>I\r\n - Read busy -
I share the opinion that the component is currently not well documented. Sorry.
-
@sheepdog some more information
Pins are show here.
Voltage is 12 to 24 vdc.https://docs.m5stack.com/#/en/accessory/485t
https://docs.m5stack.com/#/en/base/plc_base
https://docs.m5stack.com/#/en/app/ac_socket -
@m5stack In the descriptions of RS485 I see mention of a 100 (120 ohm in the picture above) ohm termination resistor. Is this in each of the devices or is it needed?
-
Use one 120ohm resistor in each end of the bus.
If unclear try google for "rs485 termination" -
@option said in Description M5Stack 6060-PUSH:
If unclear try google for "rs485 termination"
That's what caused me to ask!
@option I just need to check with m5stack before recording in my book. -
-
@ajb2k3 Usually not required, it is recommended to add it for long distance communication
-
@m5stack Thanks.