Advanced Search

Search Results (Searched for: )

  • Stanislavz
  • Stanislavz
27 Nov 2024 16:36
Replied by Stanislavz on topic LinuxCNC on Linux Mint Debian Edition 6

LinuxCNC on Linux Mint Debian Edition 6

Category: Installing LinuxCNC

Hmm. Could some one point me how to configue dual corexy ? For each side separate axis.
  • shanham67
  • shanham67
27 Nov 2024 16:32
Plasma and Ethercat? was created by shanham67

Plasma and Ethercat?

Category: Plasma & Laser

Hey Guys,

I have retrofitted a lathe and two Bridgeport Interact Mills using Mesa 7i76e's.  I am happy with the 7i76e and pncconf but due to their availability (or lack thereof) I am considering doing my new 'from-scratch' plasma table build using an Ethercat interface. 

My question is this: If I go down the Ethercat path will I be able to re-use all of the good work that has been done in the plasma area or will I be doing custom builds?  More specifically can I set up a plasma system using Ethercat by modifying .ini and .cfg files?  I am willing to recompile some fork of the main line of development but I don't really want to be on the 'bleeding edge' of the development effort.

Thanks in advance and Happy Thanksgiving!

JH

 
  • PCW
  • PCW's Avatar
27 Nov 2024 16:24
Replied by PCW on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Are the glass scales differential out or single ended?

The 7I76 encoder input needs to be jumpered to match the encoder type
  • Aciera
  • Aciera's Avatar
27 Nov 2024 16:03
Replied by Aciera on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Kann ich damit auch was anfangen, ich brauche es nur für Gewindedrehen und vielleicht noch für den Vorschub beim Drehen, wäre praktischer als mit mm/min.


Nur ein Indexsignal wird leider nicht reichen.
  • raychar
  • raychar
27 Nov 2024 15:52
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Since you seem to be loading some custom panels you may have a Python/Gtk version issue. Linuxcnc version 2.9 and up no longer supports Python2 /Gtk2 but only Python3/Gtk3.

I would suggest to open a terminal (Ctrl + Alt + t) and start linuxcnc from the comand line:
linuxcnc

Choose your config and check the terminal output for errors.

Then, the Linux CNC Configuration Selector appears, on the left hand side, when I click all the showed ini files, the right hand side shows "No details available". Obviously, it didn't refer to mine one ? The path location of my ini. and other files are : /home/my_user_name/linuxcnc/config/my_LinuxCNC_machine. Are there something wrong?
  • WKS-3D
  • WKS-3D's Avatar
27 Nov 2024 15:51
Replied by WKS-3D on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Can you try all encoder inputs with with one glass scale output?

Note that encoders are:

00  7I85 ENC0
01  7I85 ENC1
02  7I85 ENC2
03  7I85 ENC3
04  7I76 ENC
05  Aliased 7I76 (dont use)

Also you can debug with just a voltmeter across the A,/A B,/B pins
you can also check the input pins with halshow:

hm2_7i92.0.encoder.00.input-a
hm2_7i92.0.encoder.00.input-b
hm2_7i92.0.encoder.01.input-a
hm2_7i92.0.encoder.01.input-b

etc


I have now simply plugged the connector from the glass scale X (00 7I85 ENC0) into the encoder input of the 7i96 (04). When the X-axis moves, the yellow LED at A changes constantly between on and off, B remains on, Count changes between 0 and -1 during the movement, Velocity shows a value from time to time during the movement. I did not change anything on the HAL for the test.
Measured with the voltmeter at the outputs of the spindle encoder, there is no value, so A+ is measured with A- etc.
all this in the unplugged state. When the plug is plugged into the 7i76, I have values of 228 ohms.
  • raychar
  • raychar
27 Nov 2024 15:09
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

I think I did the stupid thing that I copied old LinuxCNC startup icon from the old computer screen and paste to new one, I haven't create a new one instead. Let me check all the things first
  • tommylight
  • tommylight's Avatar
27 Nov 2024 14:58

Asrock Q1900M: Unexpected Realtime Delay, but Good Latency Values

Category: General LinuxCNC Questions

Did you try from terminal? Is there any useful info there?
  • PCW
  • PCW's Avatar
27 Nov 2024 14:58
Replied by PCW on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Can you try all encoder inputs with with one glass scale output?

Note that encoders are:

00  7I85 ENC0
01  7I85 ENC1
02  7I85 ENC2
03  7I85 ENC3
04  7I76 ENC
05  Aliased 7I76 (dont use)

Also you can debug with just a voltmeter across the A,/A B,/B pins
you can also check the input pins with halshow:

hm2_7i92.0.encoder.00.input-a
hm2_7i92.0.encoder.00.input-b
hm2_7i92.0.encoder.01.input-a
hm2_7i92.0.encoder.01.input-b

etc
  • pe8art
  • pe8art
27 Nov 2024 14:57

Gmoccapy Toollength sensor routine stops sometimes

Category: General LinuxCNC Questions

Dear All.

I use Gmoccapy for my CNC-Router.
I use the macro below to measure my tool height.  
Switching between tools it for some tools stops in the middle of traveling to the probe.
For others it doesn't, does anyone have an idea?

Best regards from The Netherlands. 
Bart
o<messen> sub

#1700=2        (Wechsel X Position)
#1701=4        (Wechsel Y Position)
#1702=-10        (Wechsel Z Position)

#1800=-220        (Position sicheres Z)
#1801=38         (Position Taster X)
#1802=110        (Position Taster Y)



#1900=#<_coord_system>    (NP merken nur G54 bis G59)

o500 if [#<_current_tool> EQ #<_selected_tool>]
;(debug, Tool bereits in der Spindel)
o500 else 
M5
G54
G90 G0     

G53 Z#1702                    (Wechsel Z Position)
G53 X#1700 Y#1701        (Wechsel XY Position)
M6 T#<_selected_tool>

G53 X#1801 Y#1802       (Taster Position)
G53 Z#1800                (Sichere Z Position)

G43.1 Z0                (TLO reset)
G91
G38.2 Z-60  F500        (messen grob)
G1    Z1.0  F500        (frei fahren)    
G38.2 Z-10  F25         (messen fein)
#2000=[#5063+#5223]     (Tastpunkt+NP Verschiebung)
#2001=[#2000-#2002+#2003](Neu - diff + alt)  
#2002=[#2000]           (Tastpunkt alt merken)
#2003=[#2001]            (Offset alt merken)     
G1 Z5.0 F500            (frei fahren)
G90 G0

G43.1 Z#2001            (TLO set)
G53 Z#1800         (Sichere Z Position)
G53 Z#1702            (Wechsel Z Position)

;(debug, Differenz ist: #2001)

(NP wiederhestellen nur G54 bis G59)    
o100 if[#1900 EQ 540]
G54
o100 endif
o101 if[#1900 EQ 550]
G55
o101 endif
o102 if[#1900 EQ 560]
G56
o102 endif
o103 if[#1900 EQ 570]
G57
o103 endif
o104 if[#1900 EQ 580]
G58
o104 endif

o500 endif


o<messen> endsub
M2
 
  • WKS-3D
  • WKS-3D's Avatar
27 Nov 2024 14:56
Replied by WKS-3D on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Ich habe da etwas zu meinem Entsetzen rausgefunden, es gibt verschiedene Versionen von Anleitungen.
Meine Anleitung hat Version V2.0, es gibt aber auch V1.3 und dort gibts es die 6 Ausgänge A+A-B+B-Z+Z- nicht, dort gibt es nur Z-Signal Output.
Kann ich damit auch was anfangen, ich brauche es nur für Gewindedrehen und vielleicht noch für den Vorschub beim Drehen, wäre praktischer als mit mm/min.

 

Ich habe den Verkäufer mal angeschrieben und Typenschild vom Motor und Treiber geschickt, vielleicht kann er mir sagen welche Version stimmt.
  • viaj2901
  • viaj2901
27 Nov 2024 14:56
Replied by viaj2901 on topic Remora - Does Analog input syntax exist?

Remora - Does Analog input syntax exist?

Category: Computers and Hardware

Hello, I have the same question. Where should I connect the lathe spindle encoder? And how to configure it for close loop control of the spindle? I see that rbobey1989 did a lot of test on the MPG connector, but I need to use this connector for the NVMPG. Would it be possible to point out which optoisolator ic needs to be replace by level shifter? Thanks for the input.
  • Aciera
  • Aciera's Avatar
27 Nov 2024 14:39
Replied by Aciera on topic REMAP M6 problem

REMAP M6 problem

Category: General LinuxCNC Questions

I would suggest to open a terminal (Ctrl + Alt + t) and start linuxcnc from the comand line:
linuxcnc

Choose your config and check the terminal output for errors.
  • taimac
  • taimac's Avatar
27 Nov 2024 14:26 - 27 Nov 2024 14:27
REMAP M6 problem was created by taimac

REMAP M6 problem

Category: General LinuxCNC Questions

Hi,I have a router with 2 spindle, each spindle can be engaged to the machine by an air solenoid, I wire each solenoid to digital outputs P0, and P1, I tried to make a tool change file "toolchange.ngc" and I put it into the configuration folder...

 

and I use the REMAP as follow in the ini file:

  when I try to open LCNC it take a long time, and probet that file not open

 

how to fix this problem?

thanks
  • WKS-3D
  • WKS-3D's Avatar
27 Nov 2024 14:09
Replied by WKS-3D on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Die Jumper sind alle rechts, das passt.
Ich bin auch nochmal alles in der BDA vom Servo durchgegangen, dort steht nichts das das irgendwo konfiguriert werden kann/muss mit den Encoderausgängen.
Meine Vermutung, entweder ist der Ausgang defekt oder die haben in der Zeichnung die falschen Pins am DB44 Stecker angegeben.
Das letzte, was ich will, ist mir bloß deswegen nen neuen Servo kaufen zu müssen, ist ja nicht gerade Kleingeld.
Displaying 16366 - 16380 out of 24577 results.
Time to create page: 0.412 seconds
Powered by Kunena Forum