Hello Guest it is April 26, 2024, 02:28:16 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zafarsalam

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
261
Show"N"Tell ( Your Machines) / Re: My CNC pressbrake build
« on: April 04, 2010, 02:53:30 AM »
Very impressive! Are you using proportional valves or the servo valves. What procedure did you use to tune both the valves to operate in sync. I wonder if this thing can be done with Galil motion controlers hooked with servo valves.

Zafar

Finally got some more time to mess with it. I bent up a bunch of test pieces getting everything dialed in. I bought Solidworks 2010 this week so I am trying to get the K-factor dialed in on the software. Here is a better video of the brake and a test part.


http://www.youtube.com/watch?v=38hfwvIbnjo

262
This one works for me.

Set ObjFSO = CreateObject("UserAccounts.CommonDialog")

ObjFSO.Filter = "G-codes|*.nc|Text Documents|*.txt|All Files|*.*"

ObjFSO.FilterIndex = 3

ObjFSO.InitialDir = "c:\mach3"

InitFSO = ObjFSO.ShowOpen

If InitFSO = False Then
    MsgBox "Script Error: Please select a file!"
Else
    MsgBox "You selected the file: " & ObjFSO.FileName
End If

263
Works in progress / Re: 4 axis screens for 800x600 display
« on: March 16, 2010, 10:01:26 PM »
Here is another machine I put this screen on. Finished it's retrofit last week.

Zafar

264
Machscreen Screen Designer / Re: Window select after screen scroll
« on: March 14, 2010, 10:45:37 AM »
Yep. It's fixed now. Thanks a lot Klaus.

Zafar

265
Machscreen Screen Designer / Re: Window select after screen scroll
« on: March 14, 2010, 09:16:41 AM »
Klaus,

This has been happening with all the versions of Machscreen. Here are two sample snaps. In image1 the window selects the right objects which are lying under the window. This is when the window is not scrolled in any direction. Now I scroll the window down. The image2 shows that the window is selecting the object which were in that position before scrolling.

Zafar

266
Machscreen Screen Designer / Window select after screen scroll
« on: March 14, 2010, 07:03:49 AM »
Klaus,

The window select function loses track of the object position after screen scroll. Causes slight inconvenience when designing larger screens on a small monitor. Can it be fixed?

Zafar

267
Works in progress / Re: 4 axis screens for 800x600 display
« on: March 11, 2010, 09:56:05 AM »
This machine is running on AC servo motors. These are 750 watt Mitsubishi AC servos which I bought used. I'll post photos of the wiring cabinets in a day or two.

Zafar

268
Works in progress / Re: 4 axis screens for 800x600 display
« on: March 11, 2010, 07:39:45 AM »
A photo of the machine I am installing this screen on. It is still under construction.

269
Works in progress / Re: 4 axis screens for 800x600 display
« on: March 10, 2010, 10:36:55 AM »
Here is the screen set file. Again follow the instructions in post #7 and #20 for installation.


270
Works in progress / Re: 4 axis screens for 800x600 display
« on: March 10, 2010, 10:22:48 AM »
Here are the screen shots for the 1024x768 res. screen.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »