Hello Guest it is April 19, 2024, 02:06:11 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 - Ya-Nvr-No

881
VB and the development of wizards / Re: Emco Turn tool changer macro
« on: December 03, 2010, 04:07:06 PM »
I just fixed your errors, not sure it will do what you want but it will compile and you can at least step thru it.

Code: [Select]
'M6Start.M1s
'Input1 is an optical sensor used to count tool positions
'Input2 is from a microswitch used to determine tool 0 position
'OUTPUT3 drives the tool changer forward, de activating it allows the tool changer to rotate back against the ratchet pawl at low power and is the default

NewTool = GetSelectedTool()
OldTool = GetCurrentTool()
MaxToolNum = 6 'Max number of tools for the changer
CurrPos = OldTool

While (NewTool > MaxToolNum)
    NewTool = Question ("Enter New Tool Number up to " & MaxToolNum)
Wend

    'there is nothing to do so we just exit
If (NewTool = OldTool) Then
    Exit Sub
End If

'If OldTool is 0 that means we dont know where the tool changer is currently positioned and need to reference to the microswitch for tool 1 position.
    'need to establish tool 0 position from microswitch
If (OldTool = 0) Then
    While Not IsActive(INPUT2)
        ActivateSignal(OUTPUT3) ' rotate tool changer forward
    Wend
    ' Input 2 must Now be active so the microswitch has been triggered
    DeActivateSignal(OUTPUT3)
    CurrPos = 1
End If

If (CurrPos <> NewTool) Then
    While CurrPos <>  NewTool
        ActivateSignal(OUTPUT3) 'start rotating forward
        If Not IsActive(INPUT1) And Not IsActive(INPUT2) Then
            CurrPos = CurrPos +1
            If CurrPos = 7 Then
                CurrPos = 1
            End If
            If IsActive(INPUT2) Then
                CurrPos = 1
            End If
            If CurrPos = NewTool Then
                DeActivateSignal(OUTPUT3) 'stop rotating forward, rotate backward now
                CurrentTool = NewTool 'sets up the current tool variable as the start point for a future tool change
                Sleep(200) 'Allow a time interval for the toolchanger to settle back against the ratchet pawl
            Else
                Sleep(100) 'wait for the motor to rotate past the current position then test again
            End If
        End If
    Wend
End If


882
I finally found a way to find the vendor and product id
Nice program USBView.exe

So It is supported just not sure why it wont work, also found that Microsoft has not or will not write a driver for the chatpad on windows platform

Device Descriptor:
bcdUSB:             0x0200
bDeviceClass:         0xFF
bDeviceSubClass:      0xFF
bDeviceProtocol:      0xFF
bMaxPacketSize0:      0x08 ( 8 )
idVendor:           0x045E (Microsoft Corporation)
idProduct:          0x028F
bcdDevice:          0x0204
iManufacturer:        0x00
iProduct:             0x00
iSerialNumber:        0x00
bNumConfigurations:   0x01

ConnectionStatus: DeviceConnected
Current Config Value: 0x01
Device Bus Speed:     Full
Device Address:       0x01
Open Pipes:              0

Configuration Descriptor:
wTotalLength:       0x0012
bNumInterfaces:       0x01
bConfigurationValue:  0x01
iConfiguration:       0x00
bmAttributes:         0xA0 (Bus Powered Remote Wakeup)
MaxPower:             0x32 (100 Ma)

Interface Descriptor:
bInterfaceNumber:     0x00
bAlternateSetting:    0x00
bNumEndpoints:        0x00
bInterfaceClass:      0xFF
bInterfaceSubClass:   0x5D
bInterfaceProtocol:   0xFF
iInterface:           0x00

883
I am not getting the controller type to find the xbox, shows none, where do I find the VenderIds and ProductIds, I have to assume this being a recent product "wireless with charger play USB cable" that it is not supported as of yet. Mach3 starts fine, the green light is on the xbox and I can change the config screen but in the lower right corner (controller type) it shows None and is grayed out.

version 2.3.5.0 Thanks for any help to get me going.

1.20.146.0 xbox accessories version

Also any chance  this will support the keyboard/Chatpad in the future?

884
Feature Requests / Re: Rotational offset on Z plane
« on: December 01, 2010, 06:20:39 PM »
Once I have the 0,0 (lower left corner) point,  I have a routine that finds the center of a block/rectangle  based on its rough size, and then makes a new 0,0 point to the center coordinates. There is always a way to get what you want. That's why we love this program, even with the minor issues. It just keeps getting better with everyone's input.

885
Feature Requests / Re: Rotational offset on Z plane
« on: December 01, 2010, 03:07:17 PM »
I created a DRO box, I just type in the angle I want, or
I also have a probing routine that finds the angle by touching off two sides and computes it for me, then moves to the new 0,0 point

So it is possible, though it can get confusing watching the numbers on the screen, ;)

886
I'd post the program but it is all done in macro B with a rotating turn around station I created. Cycle time under 2.5 minutes each, complete. Uses a gantry robot and 14 station pallet loader. It looks like they sell so well I need to create a new center.  

Some Fanuc ladder (Fapladder) additions to integrate the SMC hardware

887
I've never came across one, with the offset, Not to say they don't make one. Though they do use a lot of pressed-in inserts that are offset.

Yep, Overloaded that looks close to the ones I programmed (though they look like the ole style). Hard to tell, they do make a lot of them, I programmed about 26 variations, (So far) parametric program, same basic shapes just a variation each. Small block, Big block Chevy/Ford/Racing of each style.

888
Forgot to mention you can use automotive body filler (bondo) to repair it too.

889
General Mach Discussion / Re: Bug in formulas
« on: November 30, 2010, 07:36:32 AM »

Did you check the version?
Go to:
Control panel
System icon
Hardware tab
Device manager button
Look for
Mach X Pulsing Engines
Plus button
Mach3 Driver
Right click it, go to Properties
Mach3 Driver Properties
go to Driver tab
should see for version 5.50.0.0

890
Thanks

It's easy and fast to cut, can be repaired easily by cutting out the area and gluing (gorilla glue) in the new piece then re-machine. Relatively light and very durable, nothing soaks into it, you can paint it with anything, even house paint. Very stable, so it will not warp over time. Good for any weather. And the list goes on...

Look up Signfoam3, I use 18lb density 2" thick The cost is steep ($500 and about 97 lbs) but one board produces around 6 times or more in revenue. So you could say "I am lovin it". And it is safer than cutting some of the woods I do that can be harmful to my health.

Only other tools I use are a wood rasp and sand paper, the fastest way to get it ready for primer.
Well worth the cost for 3D sculpturing. Cuts fast, I rough at 70-150 inches per minute. When I get my next machine finished it will triple that speed.