Search found 3875 matches

by cncsnw
Mon Nov 08, 2010 9:51 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Updating a CPU10 system to MPU11 (DC3IOB)
Replies: 30
Views: 16091

Re: Updating a CPU10 system to MPU11 (DC3IOB)

Believe it or not, CNC11 v3.01 rev15 is older than CNC10 v2.70. To unlock options after you are at the main screen, go to the Machine Parameters screen: F1/Setup F3/Config "137" F3/Param Although F1/Unlock is not displayed, you can press F1 on the Parameters screen to enter software unlock...
by cncsnw
Mon Nov 08, 2010 12:55 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Joystick with DC310B and Mach3
Replies: 2
Views: 2520

Re: Joystick with DC310B and Mach3

Yes, that is the wiring in a nutshell: one side of each normally-open contact goes to an input point (one of pins 1-6) and the other side of the switch goes to 0V. If you are using the internal 5V supply you need to install the jumpers (J26 and J27, for H18) and install 470 ohm SIPs (as SIP1 and SIP...
by cncsnw
Wed Nov 03, 2010 7:56 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Ajax CNC Mach3 3-axis mill conversion thread
Replies: 40
Views: 21614

Re: Ajax CNC Mach3 3-axis mill conversion thread

In short: Use your E-stop contactor to guarantee that all moving things cannot move when E-stop is pressed. Use relay outputs on your PLC unit to turn the router on and off, through an intermediate relay or contactor. I.e. the relay output on the PLC switches whatever appropriate voltage to the rela...
by cncsnw
Thu Oct 28, 2010 3:28 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: programing axis parameters
Replies: 23
Views: 12134

Re: programing axis parameters

I would guess you are fighting a chicken-and-egg problem with the standard PLC program logic. If the AMC drive reports a "fault" condition any time it is inhibited, then the PLC program probably won't let the GPIO4D enable the drive. It will want the drive fault to be "fixed" fir...
by cncsnw
Thu Oct 21, 2010 7:36 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Low speed range
Replies: 6
Views: 4390

Re: Low speed range

You set the speed in low range (vs. high range) with Machine Parameter #65. For example, if the spindle speed for a given motor speed in low gear is 1/8 the speed it would be in high gear, then you would set Parameter 65 to 0.125. The PLC program is responsible for applying this value, and also for ...
by cncsnw
Tue Oct 19, 2010 3:51 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** AJAX AXIS BRAKE
Replies: 2
Views: 2710

Re: AJAX AXIS BRAKE

In your first post, it is unclear whether you are asking about a spindle brake (one that stops the tool from rotating) or a Z axis brake (one that prevents linear Z movement). The brake outputs on the GPIO4D control servo axis brakes. They are generally for use with servo motors that have integral h...
by cncsnw
Sun Oct 10, 2010 12:57 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Can you buy a spare Ajax servo drive ?
Replies: 4
Views: 3456

Re: Can you buy a spare Ajax servo drive ?

No. The DC3IOB is a single unit that incorporates three axis drives and a PLC I/O unit in a single unit. It is not modular. On the one hand, this means you can't change out just one drive, or just the PLC input section, or just the PLC output section, or.... On the other hand, it means you only need...
by cncsnw
Wed Oct 06, 2010 12:18 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** Axis X Encoder Error
Replies: 9
Views: 4958

Re: Axis X Encoder Error

2500 sounds more like a line count (lines per rev, pulses per rev, cycles per rev...).

The effective counts per rev is 4x that amount. You need to enter 10000.
by cncsnw
Tue Sep 28, 2010 1:26 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Output mapping
Replies: 1
Views: 2284

Re: Output mapping

When you refer to the mill manual, I am guessing you mean the table under M94/M95 in Chapter 13. That table lists PLC inputs , not outputs. M94/4, for example, will turn on INP36 in the PLC program. What, if anything, the PLC program does in response depends entirely on your particular PLC program. ...
by cncsnw
Mon Sep 20, 2010 12:18 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** PLC programming
Replies: 4
Views: 3780

Re: PLC programming

You have not said whether your systems have DOS and CNC7; Linux and CNC10; or are one of the handful running Windows and CNC7 or CNC10. I will assume you are using Linux and CNC10. In that case there is no separate PLC directory. Your PLC sources will be in the /cncroot/c/cnc10 directory, along with...