Hello Guest it is March 28, 2024, 08:51:17 PM

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.


Topics - attila0216

Pages: 1
1
Mach Screens / Screen4 Mach3 Status bar missing!
« on: September 11, 2019, 06:11:47 PM »
I'M currently designing my screen for Mach3 plasma in Screen4. It is almost done, but I just can't find Status bar for error messages. Does anyone know where i can find that and paste it on my screen? Or how?
Thank you!

2
VB and the development of wizards / What is wrong with this Code?
« on: September 10, 2019, 05:36:13 AM »
So i have created a button in screen4 designer, for my plasma cutter if i press feedhold machine stops and torch off(brain turns off torch). Now this button suppose to watch Pause LED state and if OEMled 805 active , should start M3 code and cycle start. It does start if i press, but, unfortunatelly starts even if 805 led not active. So what am i doing wrong ?

GetOemLed 805 = 1
DoSpinCW
DoOEMbutton (1000)
 

3
PoKeys / Windows can't start up with pokeys56u plugged in
« on: April 10, 2016, 12:48:55 PM »
Good eveving to All,

I have a wierd thing with my pokeys 56u. When pokeys plugged in via usb port and i try to turn on PC windows can't start. If i unplug it, windows starts up with no problem. However ones is windows loaded and i plug in pokeys it works with no problem.
What can be the problem?

4
VB and the development of wizards / DRO ZERO VB Script
« on: April 09, 2016, 03:34:33 PM »
Hi Everyone,

Could someone pls help me with my macro? What i am trying to achieve is after Z moved 10 in incremental ZERO the Z DRO and back to Absolute mode. BUt instead of zeroing always stays 10. What is wrong? Anyone has idea? Here it is:

Code "G91"
Sleep(20)
Code "G00 Z 10"
Sleep(50)
Call SetDro (2,0.0000)
Sleep(200)
Code "G90"
Sleep(20)

Thank You for any input

5
General Mach Discussion / Vbscript doesn't run from button
« on: December 14, 2015, 02:44:54 PM »
Today, i have wrote a simple script: SetOemDRO(821,0) and saved as M1100.m1s. And in screen4 i have created a button and added the oemcode for it. Now, when i press this button nothing happens, however when i test the script so when i press play its fine and zeros the feedrate. So what am i doing wrong? Any idea?


6
PoKeys / Mach3 SetOemDro
« on: December 14, 2015, 06:49:58 AM »
Today i have created a script Setoemdro(821,50) For a rotary switch for feedrate knob. In Pokeys input4 i have given oembutton 1150 for that in screen4 i have given for that button the 1150 macro. But when i press nothing happens. In Macroprogramming it runs fine and sets feedrate to 50%. So What i would like to do is i have this 12 positions rotary switch and would like to have for each position a predefined feedrate percentage. Like 0 position 0% , position 1: 10% position 2: 20% and so on  till 12th position which is: 110%. I have tried this with buttons but doesn't work. Could someone help me how can this be done? I have tried a simple potentiometer on analog input on my Pokeys56U, but its flickering.
Thank you for any input.

7
PoKeys / e-stop assign to 5 pins
« on: October 06, 2015, 02:16:27 PM »
I have 5 leadshine em806 stepper drivers. They work great. I have wired their alarm/fault signal ( if stepper looses step driver goes in to fault condition) on pin34 pin36 pin38 pin 40 and pin42. They set as input and mach3 plugin pokeys mapping they are signed to estop input. Now, if more then one of these pins are signed to e-stop function not working. If for example estop marked only at pin34 mach goes to estop when driver enables fault signal.so my question is what can i do in order to use this function to work on rest of the 4 pins?

8
Brains Development / Machine status light
« on: October 04, 2015, 09:43:40 AM »
Good Morning to all. Today i could write a brain which enables a green led when g code running, BUT I need a little help from someone who could help me to write a brain which triggers an outpout when i press feedhold on mach3 and than this output would flash the yellow led on my machine stack light. Also another brain for when i click on stop, machine's Red  led active and when reset e-stop clicked red led is flashing.

Thank you in advance

9
Brains Development / combined auto Z zero macro for cnc plasma
« on: September 10, 2014, 11:36:33 AM »
Hallo to all. I have a question to the experts in macro. So i would like is when an external switch triggered,  this macro would be activated.  In macro what i need is this: G0 IZ15 and than G92 Z0. How to write that for a dro and place it on the screen? And than assign the switch to it?  Thank you.

Pages: 1