Search found 30 matches

by vonnieda
Fri May 27, 2016 1:34 am
Forum: OpenPnP software
Topic: Introduction to this forum
Replies: 10
Views: 19309

Re: Introduction to this forum

Jason, I tried to change the polarity. In this case, the Z axis moves in the right direction and coordinates increase when moving up, and decreases when moving down, as it should be. But I still was not able to configure the sensors to the machine properly search home, because sensors are connected...
by vonnieda
Thu May 26, 2016 11:23 pm
Forum: OpenPnP software
Topic: Introduction to this forum
Replies: 10
Views: 19309

Re: Introduction to this forum

It should be possible to invert the Z axis just by changing the configuration in TinyG.

https://github.com/synthetos/TinyG/wiki ... --polarity

If this work, we can just send this command from OpenPnP during connect to make sure it's always set right.
by vonnieda
Wed May 25, 2016 11:35 pm
Forum: OpenPnP software
Topic: Introduction to this forum
Replies: 10
Views: 19309

Re: Introduction to this forum

Thank you JuKu! I'm Jason von Nieda, from OpenPnP. I've been monitoring Pixopax's OpenPnP thread and helping where I can. In the near future I will be working to make sure that OpenPnP works well with the LitePlacer hardware and will, once we have the problems sorted out, be posting a Wiki page with...
by vonnieda
Fri May 13, 2016 4:53 pm
Forum: OpenPnP software
Topic: Openpnp
Replies: 53
Views: 270095

Re: Openpnp

Yes, I had an issue with the homing of Z, Jason made some suggestions on how to overcome that problem, but that did not work. It drives the Z-Axis down when it searches the Limit-Switch. It should drive it up. Jason suggested to rewire the Limit-Switch, but that would not change the wrong direction...
by vonnieda
Wed Apr 20, 2016 4:22 pm
Forum: Using the LitePlacer
Topic: some camera advice/findings
Replies: 20
Views: 15466

Re: some camera advice/findings

I've been having very good luck with this by using the HSV color space. Actually I don't think HSV had anything to do with it... you covered up the curves with a flat disc to hide the curves! :) I'd like to see the before/after shots of your HSV manipulations without the green disc in place. I trie...
by vonnieda
Thu Apr 14, 2016 9:26 pm
Forum: Using the LitePlacer
Topic: some camera advice/findings
Replies: 20
Views: 15466

Re: some camera advice/findings

I've been having very good luck with this by using the HSV color space. I subtract pretty much everything between yellow and blue which gets the vast majority of the nozzle and then the threshold gets everything that was too dark to discern a color from. You can see an example here https://www.youtu...
by vonnieda
Thu Mar 10, 2016 4:21 am
Forum: Ideas and Feature Requests
Topic: Better nozzle with auto change?
Replies: 94
Views: 195652

Re: Better nozzle with auto change?

Just had an idea for the Juki heads, based on the discussion in another thread with the inductance to digital ics.. would it be possible to touch the two ends of the spring at the end of the nozzle to measure the inductance change as it compresses? My main worry with something like this is that get...
by vonnieda
Fri Mar 04, 2016 7:05 pm
Forum: Ideas and Feature Requests
Topic: BGA vision/placement demo
Replies: 30
Views: 17325

Re: BGA vision/placement demo

Hi WayOutWest, Really nice work, and I love the use of MSER. It seems like a great solution to this problem. As others have asked, would you be willing to post source code or a description of your work? I note that you mentioned FireSight, so even if it's just your FireSight pipelines that would be ...
by vonnieda
Wed Mar 02, 2016 7:29 pm
Forum: LitePlacer Software
Topic: Memory Leak
Replies: 19
Views: 9271

Re: Memory Leak

I think the latest release fixed this. (<rant> Once more, one of those "works for me, not for customers" -cases. I really should have an XP, a Vista and a w7 machine - but don't have room for these, so unlikely to happen. </rant> ) JuKu, I invested in a copy of VMWare and copies of the al...
by vonnieda
Sun Feb 28, 2016 8:00 pm
Forum: LitePlacer Software
Topic: The Software drives me crazy
Replies: 27
Views: 13343

Re: The Software drives me crazy

I highly recommend taking 15 minutes and going through this tutorial: https://try.github.io/levels/1/challenges/1 This will help you understand the distributed nature of Git. Once you understand this, branching, pulling, pushing, forking and pull requests make a whole lot more sense. The core concep...