Hi Guys
I have a new AXBB-E controller setup but am having a few issues.
I have an external switch I want to trigger a macro to execute a bit of Gcode.
I have tried using a Brain and an OEMtrigger but neither are working.
My Brain is - Input#2 - NOP - Execute Button Script
Using Input 2 set to port 2 pin 12. emulated key 1
With Machscreen I have dropped a button on the main page with the following,
Function - Execute Basic Script
Standard code- 34
Hotkey - 1
Execute code - "G0X-20"
If I trigger the external switch I can see the light on the AXBB box and the AXBB monitor window turn ON but macro does not run.
If I use the emulate key 1, the light in mach3 diagnostic turns on but the AXBB box does not but the code runs ok.
Using OEMTrigger
OEMtrigger #1 port 2 pin 12 emulated Key 1
General Config Init string has M334
System Hotkeys - Trigger #1 has 301
My 334 macro has SetTriggerMacro(333)
My 333 macro has Code "G0X-20"
Again it works with the emulated key 1 but not from the external switch.
All help appreciated.
Thanks.