Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
06 Aug 2024 01:00
Replied by tommylight on topic Reconfigurar mi LinuxCNC

Reconfigurar mi LinuxCNC

Category: General LinuxCNC Questions

Nooooooo! :)
Your lathe has what seems like a DB9 serial port
You netbook has a DB15 VGA connector for external monitor
Those 2 can not be used together, not the same thing, no wiring, nothing.
As for lathe serial, that also does not work with LinuxCNC, so you will have to open the lathe control box and take some pictures and upload here on the forum.
  • TucsonSean
  • TucsonSean
06 Aug 2024 00:41
Replied by TucsonSean on topic Probe panel for Axis GUI

Probe panel for Axis GUI

Category: AXIS

I deleting everything before the G54 command and edited the Probe_Postgui.hal file to reflect the changes. When I start LinuxCNC, I still get the error: Named Parameter #<_ini[probe]vel_fast> not defined

Is there something that I am missing for declaring the vel_fast variable in the .ini file other than what I copied and pasted from the instructions?


-Sean
  • PCW
  • PCW's Avatar
06 Aug 2024 00:36
Replied by PCW on topic Latency Test OK, dennoch Fehlermeldung

Latency Test OK, dennoch Fehlermeldung

Category: Deutsch

Really odd, I did verify that the IRQ coalescing setting worked.
 The only thing I can think of of is that there's a bad character etc
in the interfaces file (you might try using my interfaces file)
This is possible since any errors parsing the file are well hidden

Another possibility is some strange interaction between the
network manager settings and the interfaces file. This could
be tested by deleting the network manager setup for the realtime
connection. I think something may be broken in this interaction
with newer Debian systems as older ones would not allow you to
change settings for an interface that was setup in the interfaces file
(it would be marked as "Unmanaged")
  • OGMaker
  • OGMaker
05 Aug 2024 23:47

[ Vfdmod ] An easy VFD control over MODBUS RTU

Category: HAL

Hey aekhv,
Your github and docs seem to be in a bit of a scramble with your name change on github. Any estimate of when that will get straightened out? Love the project I was able to put together a working configuration for the StepperOnline EV200 pretty easily. Mb2hal just didn't work for this device. Still trying to figure out what their spindle speed register wants, but that is their documentation problem.
  • PCW
  • PCW's Avatar
05 Aug 2024 23:25
Replied by PCW on topic 3 Achs Fräse mit MESA 7C80 und Raspi 4

3 Achs Fräse mit MESA 7C80 und Raspi 4

Category: Deutsch

You must apply an external voltage (5 to 15 VDC)
between SPINDLE+ and SPINDLE-. This voltage typically
comes from the VFD. (the potentiometer supply) It is best
that this comes from the VFD so the you do not introduce
VFD switching  noise into the rest of the system.

The output voltage on SPINDLE OUT will vary from SPINDLE-
to SPINDLE+ as  the PWM duty cycle varies from 0 to 100%
(0 RPM to full RPM)
  • Mecanix
  • Mecanix
05 Aug 2024 23:25
Replied by Mecanix on topic G53 G0 Z0.

G53 G0 Z0.

Category: Fusion 360

G53 G0 Z0 is irrelevant with any postprocessor. Re-read member bevins' explanation above for a better understanding of the difference between MCS and WCS.

In short G53 is your home position, ideally. Or a machine set safe-plane, depending on the machine builder's cfg.
  • Muftijaja
  • Muftijaja
05 Aug 2024 23:22
Replied by Muftijaja on topic Latency Test OK, dennoch Fehlermeldung

Latency Test OK, dennoch Fehlermeldung

Category: Deutsch

THanks for your simulation check with a new installation, PCW!
OK, it  seems that my network configuration is magically faulty and can not be fixed to work with the lines in etc/network/interfaces, to reduce the ping times to my Mesa card in the normal way.

But, I don't want to install everything including Debian and LCNC completely new.
I think, I have to bite in the sour apple and fix it with the line
sudo ethtool -C eno1 rx-usecs 0   before each and every start of my LCNC Machine. I know that this works.
That wouldn't be comfortable but it works. And I can go further with my project.

My last step was to delete everything than the loop connection 127.0.0.1 from the /interfaces file,
configuring the Intel card with the network manager as before, and using the RTL8111 connection with Auto Internet.

The ip a with this connection is as follows:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:0a:cd:00:00:56 brd ff:ff:ff:ff:ff:ff
    inet 192.168.178.55/24 brd 192.168.178.255 scope global dynamic noprefixroute enp2s0
       valid_lft 831324sec preferred_lft 831324sec
    inet6 2003:ce:5f08:8600:d50e:a6ab:524:e6ae/64 scope global dynamic noprefixroute
       valid_lft 6923sec preferred_lft 1390sec
    inet6 fe80::8e97:e3df:28fe:e8cf/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
3: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:23:24:5b:b4:ac brd ff:ff:ff:ff:ff:ff
    altname enp0s25
    inet 10.10.10.2/24 brd 10.10.10.255 scope global noprefixroute eno1
       valid_lft forever preferred_lft forever



What do you think? Any other solution?

Thanks again for your thougts and hints!
Hanno/arno
  • captain-panda
  • captain-panda's Avatar
05 Aug 2024 22:36
Replied by captain-panda on topic 3 Achs Fräse mit MESA 7C80 und Raspi 4

3 Achs Fräse mit MESA 7C80 und Raspi 4

Category: Deutsch

Hello,

Please excuse my crashing into this thread. I've found it very useful so far and managed to set up 6 out of 7 parts of my 30-year-old Gravograph Unica that I'm trying to convert to LinuxCNC running on a Raspberry Pi with a Mesa 7C80.

What's working fine so far are the 3 steppers and corresponding home switches X, Y & Z.

But: The spindle won't turn on.
I'd like to control it via PWM and as far as I can tell there should be PWM output on pin 2 of TB5 of the 7C80.
There's no useable output there, and I'm not sure where to search and what to do next ...

If there's any chance you could have a look at my .hal and .ini files, that would be very much appreciated :)
I also included the output of the terminal from where LinuxCNC was launched, and the output of "halcmd show signal spin".
Voltage between SINDLE+ and SPINDLE- seems to be just noise or in the mV-Magnitude.

Thank you for reading and best regards,
Erik
captain-panda

 

File Attachment:

File Name: UNICA.hal
File Size:11 KB

 

File Attachment:

File Name: UNICA.ini
File Size:5 KB

 

File Attachment:

File Name: UNICA_run.txt
File Size:5 KB

 

File Attachment:

File Name: signal_spin.txt
File Size:2 KB
  • egemens
  • egemens's Avatar
05 Aug 2024 22:31
Replied by egemens on topic G53 G0 Z0.

G53 G0 Z0.

Category: Fusion 360

hello,

If I understand, Z axis need to work in negatives value ?

This is the opposite with fusion 360.

How to have a good file from Fusion ?
 

its not opposite with Fusion. Up direction is positive in fusion. If you increase the Z value you fly, if you decrease it, you sink.
Think intuitively, up is +, right is +, depth is + and their respective opposite axis are negative direction.

G53 Z0 is at the upper limit of the spindle because it is safe location and a safe number.
You can very well change that value to be something like 200 instead of 0 from the ini file. but then 0 will be on your table and when you have long endmills, entering G0 G53 Z0 means goodbye endmill. But when G53 Z0 is topmost which is the convention, it doesnt change, safe, easier to remember than 200 :)

you'll use g54 99% of the time. You need G53 for stuff like safe z retracts, toolchanges or to park your spindle when job is finished. So these moves will not be affected by where you zero your tool and workpiece.

Btw its possibly not the reason why linuxcnc is not starting to cut.
  • Toribio1898
  • Toribio1898
05 Aug 2024 22:14 - 05 Aug 2024 22:19
Replied by Toribio1898 on topic Reconfigurar mi LinuxCNC

Reconfigurar mi LinuxCNC

Category: General LinuxCNC Questions

Hola, muy agradecido por las respuestas, como siempre.
He usado UbuntuStudio, por ser músico, no sabía de esas bondades. Derivada de Ubuntu?, tiene que ser?, en Debian no?, derivadas de ella, como Antix por ejemplo?.

Podré conectar directamente a mi netbook, con LinuxCNC 2.9.3, el torno GSK 980TDb?, tengo un salida vga sin conector, pero los puntos de conexión eléctrica están en el mother, esa netbook tiene un i3 no muy nuevo, 4 gigas de ram ddr3 y un ssd.
Dicho torno tiene un cable parecido en forma al vga, pero de solo 2 lineas de pines, para conectar, y al ver que sólo tiene 3 cablecitos, considero que puede ser posible adaptar una hermbra en el mother, ( asesorándome sus voltajes), y conectar dicho cable del torno.

No tengo en claro que especificaciones necesita el LinuxCnc 2.9.3, que me encantó ver la nueva versión y ya lo descargué.
AvLinux, creo derivada de Debian, semejante a UbuntuStudio, y lo he usado también, porque es más liviano que UbuntuStudio.

_ Por ahí no me expresé bien, a Freecad lo pude instalar en LinuxCNC 64 bits, el tema es conseguirlo en la versión de 32 bits, que me ha vuelto a compartir y tengo instalado en los cpus viejitos, que ya he compartido. Muchísimas Gracias!...
  • rodw
  • rodw's Avatar
05 Aug 2024 22:06
Replied by rodw on topic Installing Linuxcnc on Debian Bookworm

Installing Linuxcnc on Debian Bookworm

Category: Installing LinuxCNC

Sometimes you need to select a different boot drive in the BIOS before it boots up
I had this issue this week on a PC I have used with LCNC for years
  • rodw
  • rodw's Avatar
05 Aug 2024 22:04

EtherCAT i/o board for spindle, estop and mpg

Category: EtherCAT

Odd, it looks like the A+, A-, B+, B- and 5 volt power is provided for a motor encoder
  • juliankoenig87
  • juliankoenig87
05 Aug 2024 22:03
Replied by juliankoenig87 on topic Probe panel for Axis GUI

Probe panel for Axis GUI

Category: AXIS

Two things.

First of all delete everthing before the MDI command for G54. So delete(pr comment out):

MDI_COMMAND=...
MDI_COMMAND=...
MDI_COMMAND=...
MDI_COMMAND=...
MDI_COMMAND=...
MDI_COMMAND=...
MDI_COMMAND=G10 L20 P1 X0MDI_COMMAND=G10 L20 P1 Y0
MDI_COMMAND=G10 L20 P1 Z0
MDI_COMMAND=G0 X0
MDI_COMMAND=G0 Y0
MDI_COMMAND=G0 Z0

The mdi commands haveto be in the right order like in the hal.

Second. Delete the "[...]" after the parameters in your ini. Or use "#" for comments.

Julian
  • rodw
  • rodw's Avatar
05 Aug 2024 21:58

Scaling power based on % of imposed velocity

Category: General LinuxCNC Questions

you are missing a signal name after net and before the pin name.net my-plasmac-vel plasmac.current-velocity => scale.2.in
  • rodw
  • rodw's Avatar
05 Aug 2024 21:55

transfer the deb files i created to the other system

Category: EtherCAT

Answered elsewhere. But you still are not providing any useful information. 
Displaying 24286 - 24300 out of 24555 results.
Time to create page: 0.483 seconds
Powered by Kunena Forum