Search found 30 matches

by sgraves
Fri Jul 15, 2016 10:38 pm
Forum: LitePlacer Software
Topic: PictureBox Crashes
Replies: 23
Views: 13390

Re: PictureBox Crashes

Danal, Juha made a bug release and had a link to it a few posts back. Here it is again. It doesn't have the tab switching fix, but that isn't a common failure (especially if you aren't switching tabs much). You could make a new build off of my branch. Steve http://www.liteplacer.com/Downloads/LitePl...
by sgraves
Fri Jul 15, 2016 6:39 pm
Forum: LitePlacer Software
Topic: Lessons learned and to be learned
Replies: 0
Views: 3160

Lessons learned and to be learned

I thought I would put a few things out here and get some feedback. The biggie is that for the up camera the GetClosestCircle does not think that the center is where the cross hairs are. My new needle offset algorithms take this into account, but I have implemented an up camera place feature and the ...
by sgraves
Thu Jul 14, 2016 9:25 pm
Forum: LitePlacer Software
Topic: PictureBox Crashes
Replies: 23
Views: 13390

Re: PictureBox Crashes

We have not had a PictureBox related crash since my last fix. I am changing the program a lot and have created a few other crashes, but those are directly traceable to me. It feels like the PictureBox crashes are fixed.
by sgraves
Tue Jul 12, 2016 9:46 pm
Forum: LitePlacer Software
Topic: Adjusting a part over the up camera
Replies: 4
Views: 3321

Re: Adjusting a part over the up camera

I think we are talking about three different things. At this point I was talking about a fully manual operation. Picking up a part that I know what it is, but the machine doesn't. Moving the part to the camera, making adjustments, setting them to be used by place here, moving to the spot and placing...
by sgraves
Tue Jul 12, 2016 2:04 am
Forum: LitePlacer Software
Topic: PictureBox Crashes
Replies: 23
Views: 13390

Re: PictureBox Crashes

It seemed like the last crash was happening at tab switches. During tab switching the camera ImageBox is set to new PictureBoxes. I decided to add the ImageBox setter to the region protected by the _locker lock. It has been pushed to the PictureBoxCrashFix branch. https://github.com/sgraves/LitePlac...
by sgraves
Mon Jul 11, 2016 10:55 pm
Forum: LitePlacer Software
Topic: Are we doing needle calibration right?
Replies: 38
Views: 19547

Re: Are we doing needle calibration right?

Some notes on what we have found. First, the cameras are not secure in their body. The cable flexing can change where the camera is looking. We have 3-D printed a bracket to hold the cable securely and prevent it from moving. Second, the Up Camera position on the setup camera tab minus the Needle Of...
by sgraves
Mon Jul 11, 2016 9:43 pm
Forum: LitePlacer Software
Topic: Adjusting a part over the up camera
Replies: 4
Views: 3321

Adjusting a part over the up camera

We are finding that the parts in the tape do not align precisely. This misalignment (particularly when there is a rotation) causes the part to be misplaced. Ultimately I would like to have the part aligned over the up camera during automatic placement. Presently, I would be happy to be able to do it...
by sgraves
Mon Jul 11, 2016 7:52 pm
Forum: LitePlacer Software
Topic: Are we doing needle calibration right?
Replies: 38
Views: 19547

Re: Are we doing needle calibration right?

Juha,
I already assumed as much. I figured you would check in occasionally, but would "vacate" according to plan. I expect you to largely forget about us for now. That is if we are one of your sources of stress. And seeing some of the posts, I expect that we are.

Steve
by sgraves
Mon Jul 11, 2016 7:11 pm
Forum: LitePlacer Software
Topic: PictureBox Crashes
Replies: 23
Views: 13390

Re: PictureBox Crashes

Still no crashes due to sharing violations, but we have had a new one. Tracking this one down... It results in the same red cross. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Argument...
by sgraves
Mon Jul 11, 2016 6:52 pm
Forum: LitePlacer Software
Topic: Small movement pipeline issue
Replies: 1
Views: 1924

Re: Small movement pipeline issue

Ok, I am seeing the problem. The CurrentX and CurrentY values are set from the Tiny G status message (sr), as shown below (the setCurrX function sets CurrentX). So the G0 command is issued and before it actually moves another CNC move is made. That move sees that it is very close to the "curren...