Search found 3882 matches

by cncsnw
Wed May 22, 2024 3:15 pm
Forum: Centroid Acorn CNC Controller
Topic: CNC12 and RS-485...
Replies: 8
Views: 56

Re: CNC12 and RS-485...

You could try some experiments with M120 and M223, to write text to a serial port that you have configured. If that works, then you could write your own M3, M4 and M5 macros to send appropriate commands to the spindle drive. You will, of course, have to devise some separate way to ensure that the sp...
by cncsnw
Wed May 22, 2024 2:40 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Feature Request - SSV
Replies: 21
Views: 1886

Re: Feature Request - SSV

An unfortunate historical artifact. Mill software came first, and it made sense to specify the parameter number directly with the P value. Then when lathe software was developed, it was intended to be consistent with Fanuc 0T and similar controls. On a Fanuc 0T lathe control, "G10 P1 ..." ...
by cncsnw
Wed May 22, 2024 2:25 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Kollmorgen AKD drives
Replies: 8
Views: 65

Re: Kollmorgen AKD drives

Got 3.267 vdc on pins 9 and 10 ... Should i be using Oak pins 25 and 26 for analog signal? I did not see any voltage on these pins. Didn't you say you had Oak pins 25 and 26 wired to drive pins 9 and 10? If you have 3.267V on drive pins 9 and 10, where is it coming from, if not from the Oak? You ca...
by cncsnw
Mon May 20, 2024 5:07 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Undefined PLC Messages
Replies: 7
Views: 123

Re: Undefined PLC Messages

According to the report_*.txt file, that is v5.08, not v5.10.

It appears that your plcmsg.txt file is missing altogether.
by cncsnw
Mon May 20, 2024 4:59 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Recovering information from CNC7
Replies: 2
Views: 45

Re: Recovering information from CNC7

It depends on the CNC7 version; whether you can start up and run the DOS computer; and whether you can run CNC7. If you can start it up and run CNC7, then you can probably make a Report onto a floppy disk. In later CNC7 version (8.xx), the Report will include a file named CNC7CFG.TXT which has all t...
by cncsnw
Mon May 20, 2024 4:53 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Feature Request - SSV
Replies: 21
Views: 1886

Re: Feature Request - SSV

There are lots of ways to use timers to make something happen repeatedly/periodically. The simplest form, which I use for blinking lights and similar applications, requires just one timer. Alternating_T IS T__ AlternatingBit_M IS MEM__ ;... IF True THEN Alternating_T = 500, SET Alternating_T IF Alte...
by cncsnw
Thu May 16, 2024 10:55 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: MPU11 Problem
Replies: 3
Views: 121

Re: MPU11 Problem

Your RTK2 status LEDs indicate a problem with OUT16 getting to the PLC, which is normally a sign of a problem with fiber #1 (TXS). See http://www.cncsnw.com/RTK2StatusLEDs.htm However, I am not convinced that your PLC program is managing OUT16 and INP16 appropriately. You might try installing the at...
by cncsnw
Thu May 16, 2024 9:43 am
Forum: Centroid Acorn CNC Controller
Topic: Analog Out weirdness, please help <DYN4 as spindle motor>
Replies: 35
Views: 556

Re: Analog Out weirdness, please help

I'm not well versed in centroid. But does not have some kind of compensation so you can just calibrate whatever offset or error out? Not built in, but you could make your own if you really wanted to. That would work only if the response is repeatable and linear. Search your PLC program source for &...
by cncsnw
Wed May 15, 2024 12:11 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Setting Up Allin1DC on an older 2axis Prototrak Mill
Replies: 19
Views: 628

Re: Setting Up Allin1DC on an older 2axis Prototrak Mill

When you label a manual 3rd axis '@', CNC12 expects it to have a scale for position feedback. You could label the 3rd axis 'N', but I suspect Intercon would not post suitable codes in that case. You could keep '@', but set Parameters 332 and 333 both to 4.0, to suppress encoder signal checks on the ...
by cncsnw
Wed May 15, 2024 1:35 am
Forum: Centroid Acorn CNC Controller
Topic: Axis motion after electronics moved to new enclosure
Replies: 20
Views: 470

Re: Axis motion after electronics moved to new enclosure

You could swap the H2 and H3 plugs, so that the X and Y axes get the commands for Z and Y2; and vice versa. Then if your Y direction problem remains with Left Y on the machine it the wiring; and if your Y direction problem moves to the Right Y, it is likely a hardware problem with that direction out...