Hello Guest it is April 19, 2024, 12:26:30 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 - kevingi

Pages: 1
1
Brains Development / Re: Suffering From Brain Damage....
« on: May 10, 2012, 12:21:09 PM »
Some people are slow.... ;D

2
Brains Development / Toggle MPG mode with simple brain
« on: May 10, 2012, 11:36:50 AM »
I have a 4 axis MPG but my machine is 3 axis. I want to be able to toggle the MPG from Velocity mode to Step mode using the 4th axis switch since it is unused. This saves having to make the selection from the screen while you're looking at your machine. Every time the switch is pressed, the mode switches.The brain looks at the state of the Velocity and Step LED's and decides which mode button to push based on their state. These LEDs are not in the drop down list but if you just type in the number in the dialog box, the brain editor takes them and they seem to work just fine! You can use this idea to toggle any button with a LED, just need to know the proper codes (see Mach WIKI on OEMButtons and OEMLEDs) I hope this helps out if you need it.

3
Brains Development / Re: Suffering From Brain Damage....
« on: May 10, 2012, 11:32:15 AM »
take your first brain and add a one shot timer to the button press ( set the interval to 0.1 sec )- that way it only executes once no matter how long you hold the button down

4
Brains Development / Re: MPG mode type selector toggle brain
« on: May 10, 2012, 11:09:51 AM »
I tried the brain in this discussion and it didn't work.... I came up with a simple toggle brain that works for me. I have a 4 axis MPG but my machine is 3 axis. I want to be able to switch the MPG from Velocity mode to Step mode using the 4th axis switch since it is unused. The brain looks at the state of the Velocity and Step LED's and decides which mode button to push based on their state. These LEDs are not in the drop down list but if you just type in the number in the dialog box, the brain editor takes them and they seem to work!

5
I too have struggled with getting a second printer port to work correctly.  I have an older SIIG with a NetMos 9835 chip and a newer card with the MosChip 9865.

I've updated the drivers and tried all sorts of stuff to get them working, but they still don't work right.

The one thing I have found that works for either card is as follows:

1.   Open the Ports and Pins Screen & set everything up in Mach (make sure both ports are enabled and the second port has the 2-9 inputs check-box selected.
2.   Close the Ports and Pins Screen.
3.   Re-Open the Ports and Pins Screen, deselect the 2-9 inputs check-box, click apply, reselect the 2-9 inputs, and click apply.
4.   Close the Ports and Pins Screen and everything works.

Each time I start Mach, I have to go through this process to get the second port to work.  When I first start Mach, the pins on the diagnostic screen are all lit up.  After going into Ports and Pins & toggling the 2-9 input check-box, the pins go out and everything works.

I know it sounds strange, but it works every time.  Could there be something strange going on with Mach?

Jim

Have you found a fix for this? I have exactly the same problem with a pci parallel card... :o

6
General Mach Discussion / Port 2 with pci card causing pulse jitter
« on: April 13, 2012, 03:49:15 AM »
Hi all,

I've been using mach3 with an XP computer with one parallel port running a 3 axis mill. Works great for me. I wanted to add a second parallel card for more inputs and a MPG. I popped in a pci parallel port card that came with proper drivers for win 2000, XP, etc. Problem is when I enable the second port, even with all port pins disabled, my max pulse train going out to the motors is quite unstable. Low speed motion seems OK but high speed is very bad. When port 2 is disabled, the problem is gone (the card is still installed).

kernel is set to 25 kHz, max motor pulse frequency is 13.3 kHz. Dell Optiflex 1GB ram, 3 MHz processor, I've tried faster kernel frequencies but no change in the issue.

I bought the pci parallel card at Office Depot, I don't know the brand but I can pop the hood to get that info if it makes any difference.

Any ideas or suggestions to fix this would be most welcome. The other option is to go with MODBUS but the cards I've seen for MODBUS are expensive, I just need inputs for a nice MPG like what's for sale at CNC4PC.

Thanks for your time!

Pages: 1