GithubHelp home page GithubHelp logo

mtu-most / linear-actuator Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 19.0 34 KB

Code and model files for open source linear actuator

CSS 3.84% JavaScript 9.70% OpenSCAD 58.02% Python 21.03% HTML 7.41%

linear-actuator's People

Contributors

wijnen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linear-actuator's Issues

End mount hole issue when using M8 lead screw

I tried modifying the actuator to use an M8 leadscrew and lead nut instead of an M5. And also increased cc_guides from 50 to 60. Everything worked great except for the end mount holes did not move to the expected location. The following modification to module end_mount_holes() seems to fix the problem:
was:
translate([i * (cc_guides - idler[0] - d_lead_nut) / 2, offset_guides + j * w_ends / 2, 0])
changed to:
translate([i * (cc_guides - l_ends/2 + d_lead_nut/2 + 1) / 2, offset_guides + j * w_ends / 2, 0])

License

Hi, I am trying to figure out the licensing of the Open Source Syringe Pump design. Is it referenced anywhere? I didn't see it on the webpage or any mention of it in the paper.

Question about the note

Hello:

I am quite new for the server and could you explain how to make the server work.

In your latest note mentioned that

"make sure you copy (or link) rpc.js from the python-websocketd repository to the html directory."
Where is the python-websocketd repository? I did not see the rpc.js file?

Looking forward your reply.

Kind regards.

Fengzhou

Working with the raspberry pi

Hello,
I was interested in trying to make this project myself, but I had a few questions.
Does the old control method with the Raspberry Pi still work and if so, is the code 'pump-server' along with the 'rpc.js' the only files required for this?
Thanks very much!
Kai

comments on all input variables in scad file

It would be nice if there were comments on all the input variables (and what options are available). Also maybe a pdf with technical drawings of which variables are which.

Regards
Rasmus

pump-server rejects browser

pump-server rejects any connection from a browser with:

Rejecting (non-TLS?) connection for ('10.1.64.141', 56334): [Errno 1] _ssl.c:504: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

Pump Server Not Sending Signal to Stepper Driver

Dear All,

I hope that this is the correct place to look for help with this program, if not I apologize. As far as I can tell, everything in my setup functions correctly except for the part that actually sends a signal to the driver. The webpage looks correct and I can move the motor using a simple program of my own devising, but clicking the push button doesn't send any signals to the driver. Is it possible that I have the configuration of the pump-server wrong somehow?

Thanks,
Nick.

Pump server not sending signal to stepper

Dear Bas,

I have a similar problem as Nick had (on one of the closed topics). I am not sure whether you would get a notification on an already closed topic, so I thought to reopen it again here.

Just like Nick I was using chrome as well, but on firefox I have similar issues. I am able to connect to the server, but on the webpage, the server also has "-" instead of numbers. I have looked up the web console on firefox and it gives following error:
"Rpc is not defined".
Also, this is one of the errors which I get on the Terminal (rpc.js not found).

Do you happen to know how to solve this.

Thanks in advance... I would be thrilled if I get the stepper motor to work.

Best regards,
Jeroen.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.