Hello Guest it is April 26, 2024, 08:35:55 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 - DazTheGas

631
Mach4 General Discussion / Re:
« on: November 05, 2015, 06:22:50 PM »
For mach4 to set an output first it needs to know what output to set high, somewhere in your config you must have assigned this??  IE output1, without this nothing can happen.

Daz

632
Mach4 General Discussion / Re:
« on: November 05, 2015, 04:35:16 PM »
Toggle Button Down

Code: [Select]
mc.mcCntlGcodeExecuteWait("your gcode to goto Z0 here")
mc.mcSignalSetState (mc.mcSignalGetHandle (inst, mc.OSIG_NAME OF SIGNAL),1)

Toggle Button Up

Code: [Select]
mc.mcSignalSetState (mc.mcSignalGetHandle (inst, mc.OSIG_NAME OF SIGNAL),0)
Daz

633
Mach4 General Discussion / Re:
« on: November 05, 2015, 04:24:47 PM »
What output signal is port1 pin5 ??

Daz

634
Mach4 General Discussion / Re: mcX360 Mach4 Controller Plugin
« on: November 05, 2015, 10:03:01 AM »
That makes things clearer for me, i have read some code that remaps some of the internals to accommodate a clone controller. will take a look, have u a link to the controller you have and I will get one for testing.

Daz

635
Mach4 General Discussion / Re: mcX360 Mach4 Controller Plugin
« on: November 05, 2015, 03:59:04 AM »
BR549 this is a long shot, the plugin is set to use controller 1, is the light on your controller in the top left?

Daz

636
Mach4 General Discussion / Re: mcX360 Mach4 Controller Plugin
« on: November 04, 2015, 06:02:01 PM »
Have a look in you windows system32 directory and see if you have any xinput dll`s, the plugin is using XInput9_1_0.dll which is  compatible with all flavours of windows, other dlls are 1.3 and 1.4.

if this is the case I can either find a way for the plugin to use whatever it finds or could do an installer for the dll I use.

Daz

637
Mach4 General Discussion / mcX360 Mach4 Controller Plugin - UPDATED
« on: November 04, 2015, 04:41:36 PM »
Tested on both wired and wireless xbox controllers

mcX360 Changelog:

Updated errorlog to show if controller has gone to sleep and when reactivated.
Left Thumbstick values in registry.
Works on both Incremental and Continuous
Inc steps are cancelled on release of button not accumulated giving the ability to canx an incremental move.
4 definable functions in mach4 - video on its way on how to use


Buttons:
Back = Continuous
Start = Incremental
B = EStop
A = CycleStart
Y = FeedHold
X = Machine Enable

Right Shoulder Button + ( All set at max 10mm at F25)-(G91 G31 Y10 F20)
A = Probe Y+
Y = Probe Y-
X = Probe X+
B = Probe X-

Left Shoulder Button +
A = User Function 1
Y = User Function 2
X = User Function 3
B = User Function 4

DPad is as it looks  left and right is X + and - .  up and down is Y + and -

Right Thumb up and down is Z + and -

To add yet:
User config screen for you
Left Thumbstick
Triggers

638
Mach4 General Discussion / Re: Showing selected axis
« on: November 03, 2015, 04:17:39 PM »
V2 pro with next day del £65. The xhc doesn't say anything about mach4 though,

Short messages from me tonight, on the 1 finger iPad again.

DazTheGas

639
Mach4 General Discussion / Re: Showing selected axis
« on: November 03, 2015, 02:42:35 PM »
I've just ordered one so I can have a play, I do love my toys :-)

DazTheGas

640
Mach4 General Discussion / Re: Showing selected axis
« on: November 03, 2015, 01:38:28 PM »
What about the profile or registry for the shuttle, does any of the profile change between button presses, ie

If mcprofilegetint  shuttlepro0 -> input1 == 1 then do something

DazTheGas