Hello Guest it is April 19, 2024, 07:42:29 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 - router101

Pages: 1
1
Hi I have a White 2 box Shark.
I have a four axis parallel driven board from Hobby cnc.

I am attempting to drive the shark using this board.

I hope this sidesteps the Nc Pod issues.  :)

Does anyone have setup screens for Mach3 and Shark hardware?


2
NC Pod / Re: shark cnc-mach3
« on: June 29, 2010, 02:14:02 AM »
I have a cnc shark which uses a NC pod.

I want to use it with mach3 and also basic control panel.

I run two different classes that use different software.

I see there is a usb driver for mach 3 called ncpod usb driver

I see there is a firmware installer (v2031) for mach 3.

Is it a matter of changing drivers to suit mach3 and basic control panel?

Or are there two firmware installers that are mutually exclusive?

Can I swap between firmware versions easily? If so how?

If I have two different pcs one with mach3 and drivers and the other with basic control ad drivers will that work?

Thanks Peter.

3
NC Pod / Re: shark cnc-mach3
« on: June 21, 2010, 02:56:00 AM »
loaded ncpod driver latest from oemtech
loads ok and talks to shark cnc from mach3

loaded update nc pod firmware (2031)
ran updater.
Error code ncPOD not found.
How do I update the firmware?

Thanks Peter.

4
NC Pod / shark cnc-mach3
« on: June 18, 2010, 08:47:12 PM »
Gooday.
Trying to get mach3 to work with shark cnc.
I already have built a hobby cnc parallel machine that is working nicely.
I understand parallel port patching.
I am using a separate xp computer just for the nc pod/shark setup.
I have loaded ncpod driver and plugin formach 3.

They talk sort of.
It looks like x is y, y is x and z down is z up.  Im told 1600 steps per rev accel of 15. Any other setup details?
I cant seem to find a simple patch panel to swap step and direction that works with the pod.
I dont have a detailed table of step and direction and other patches for the ncpod/shark.
Does anyone have a set of screen dumps of setting up mach3 shark combo?

Any good threads on this?

Thanks Peter



5
General Mach Discussion / Re: Using Mach3 with Reprap extruder
« on: May 04, 2010, 02:22:06 AM »
Thanks for the replies so far.
Here is some g code from a reprap part.
The speed and flow rates are already worked out.
I just need to tell mach3 that E=B so it can drive the extruder stepper.
Can this be done?
Can I display x, y, z 4, and 5 in the control window?
Thanks

M101
G1 X94.34 Y24.61 Z0.4 F960.0 E98.202
G1 X94.34 Y28.89 Z0.4 F960.0 E102.482
G1 X84.33 Y28.89 Z0.4 F960.0 E112.491
G1 X79.33 Y34.89 Z0.4 F960.0 E120.301
G1 X76.14 Y34.89 Z0.4 F960.0 E123.492
G1 X76.14 Y50.25 Z0.4 F960.0 E138.854
G1 X74.82 Y48.27 Z0.4 F960.0 E141.239
G1 X73.39 Y46.86 Z0.4 F960.0 E143.25
G1 X71.73 Y45.71 Z0.4 F960.0 E145.261
The average feedRate is 15.9 mm/s, (955.8 mm/min).
The cross section area is 0.2 mm2.
The extrusion diameter is 0.5 mm.
The extruder speed is 31.0
The extruder was extruding 86.5 percent of the time.
The extruder was toggled 2696 times.
The layer thickness is 0.4 mm.
The operating flow rate is 3.1 mm3/s.
The perimeter extrusion fill density ratio is 0.68
The perimeter width is 0.72 mm.

6
General Mach Discussion / Re: Using Mach3 with Reprap extruder
« on: May 03, 2010, 08:27:37 PM »
Gooday thanks for the reply.
Firstly I am trying to make reprap parts using mach3 with a custom made extruder.
I would like to use the extruder to make other parts later.
Reprap g code defines extruder and uses E as the feedrate. See the G code below.

I want to be able to download a reprap part g-code description and run it using mach 3 software.
I want to know how to patch E onto a functioning axis such as A, so I can control the extruder.
I want to be able to control temperature on the extruder using the G code shown below.

Thanks Peter

G1 F1500
G1 X90.6 Y13.8 E22.4 F3000

Will set a feedrate of 1500 mm/minute, then do the move described above accelerating to a feedrate of 3000 mm/minute as it does so. The extrusion will accelerate along with the X, Y movement so everything stays synchronized.

RepRap thus treats feedrate as simply another variable (like X, Y, Z, and E) to be linearly interpolated. This gives complete control over accelerations and decelerations in a way that ensures that everything moves together and the right volume of material is extruded at all points.
Example: M104 S190

Set the temperature of the current extruder to 190oC and return control to the host immediately (i.e. before that temperature has been reached by the extruder). See also M109.
M105

Example: M105

Request the temperature of the current extruder in degrees Celsius. The temperature is returned to the host computer.
M106

Example: M106


7
General Mach Discussion / Using Mach3 with Reprap extruder
« on: May 02, 2010, 09:09:02 PM »
Gooday from Sydney.

I have recently built a four axis gantry robot running Mach3 software.
It uses a four motor parallel port hobby cnc controller, and runs on windows 2000.

I am building an extruder and want to know how to make parts with this rig.

I have four active stepper motor channels and motors working.

Mach3 can control up to six channels.

The real question is how do I assaign the b or c axis to driving the extruder?

Has anyone been down this path?

Thanks Peter.

8
General Mach Discussion / wizards and gcode
« on: April 27, 2010, 02:24:31 AM »
Gooday from sydney.
Have just installed mach 3 and written my first text to prove xyand z allwork.
It all worked fine.
Today my write files have acquired a series of tool path concentric circles.
These are strange and annoying.  Where did they come from, and how can i make them go away.
I wrote a new text wizard file and it also developed the circle virus.  Any Ideas.

Secondly I seem to have lost the grid of holes wizard.

It downloaded with mach3 late last year, and I cant find it on later downloads. Anyone know where it is?
Can I download it and other wizards?

Thanks Peter.
 

Pages: 1