pachterlab / poseidon

poseidon system - open source syringe pumps and microscope for laboratories
https://pachterlab.github.io/poseidon
BSD 2-Clause "Simplified" License
171 stars 54 forks source link

Commands are not reflected in motor movement #37

Open gallagherk17 opened 3 years ago

gallagherk17 commented 3 years ago

Describe the bug A clear and concise description of what the bug is. I have connected to the controller and have sent the settings but when I try to jog or run the motor nothing happens. The code seems to be sending to the Arduino but nothing is occurring as the output

To Reproduce Steps to reproduce the behavior: 1) Set settings to: image 2) Try to Jog + (10mm) 3) No response from motor

No error is populated in code image

Expected behavior A clear and concise description of what you expected to happen. I would expect the motor would jog forward about 10mm

Screenshots If applicable, add screenshots to help explain your problem. My Arduino set up image

Software versions (please complete the following information):

Additional context I am new to arduinos but I have been trying to follow all the steps you have laid out. Any help on how to solve this issue would be greatly appreciated.

sbooeshaghi commented 3 years ago

Have you placed jumpers underneath the motor controller (in the CNC shield) to correspond to 32 microstepping?

Mubeen5611 commented 1 year ago

Have you placed jumpers underneath the motor controller (in the CNC shield) to correspond to 32 microstepping?

Is you resolve that issue plz guide me

Mubeen5611 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. I have connected to the controller and have sent the settings but when I try to jog or run the motor nothing happens. The code seems to be sending to the Arduino but nothing is occurring as the output

To Reproduce Steps to reproduce the behavior:

  1. Set settings to: image
  2. Try to Jog + (10mm)
  3. No response from motor

No error is populated in code image

Expected behavior A clear and concise description of what you expected to happen. I would expect the motor would jog forward about 10mm

Screenshots If applicable, add screenshots to help explain your problem. My Arduino set up image

Software versions (please complete the following information):

  • OS: Windows
  • Python version 3.6

Additional context I am new to arduinos but I have been trying to follow all the steps you have laid out. Any help on how to solve this issue would be greatly appreciated.

Is you resolve that problem