Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
17 Sep 2024 18:33
Replied by PCW on topic trying to set up mesa 7i96 card

trying to set up mesa 7i96 card

Category: PnCConf Wizard

You have the host address set to 192.168.1.121

This cannot work, it must be set to a address in the same range but not
the same address as the 7I96 say 192.168.1.100/24
(do not use 192.168.1.100/8 as that overlaps with your WIFI range)

 
  • itai
  • itai
17 Sep 2024 18:31

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

no idea if it is up to date:
github.com/itain/Tango-PCB-Kicad

Thanks! I forgot it was already on Github! This is the latest that was sent to create the PCB. As I wrote, If I make a new version I would make some changes.
  • PhilipME
  • PhilipME's Avatar
17 Sep 2024 18:27
Replied by PhilipME on topic trying to set up mesa 7i96 card

trying to set up mesa 7i96 card

Category: PnCConf Wizard

I will try tomorrow on another machine
  • itai
  • itai
17 Sep 2024 18:23

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

I could not use Eagle so I have remodeled Oliver's OCB in KiCad.
I use different connectors. Noved the 5 outputs to the oppesire sides and have 5V/24V selection on all inputs (also wih option to change resisor values). Also added some capacitors.
If I make a new version I would use 6 pin JST to get 5V from the Raspberry PI. Possibly add MAX485+protection circuit to the board.
If there is demand I can put the Kicad files on github.
  • PhilipME
  • PhilipME's Avatar
17 Sep 2024 18:09
Replied by PhilipME on topic trying to set up mesa 7i96 card

trying to set up mesa 7i96 card

Category: PnCConf Wizard

Maybe I should change the dip switches
  • PhilipME
  • PhilipME's Avatar
17 Sep 2024 18:07
Replied by PhilipME on topic trying to set up mesa 7i96 card

trying to set up mesa 7i96 card

Category: PnCConf Wizard

What does
ip a
in a terminal return?

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: enp1s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether bc:5f:f4:ca:48:bd brd ff:ff:ff:ff:ff:ff
3: enp1s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether bc:5f:f4:ca:48:b9 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.121/8 brd 192.255.255.255 scope global noprefixroute enp1s0f1
       valid_lft forever preferred_lft forever
    inet6 fe80::ec41:3bce:846a:ea49/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
4: enxbebaec2d5dfe: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether be:ba:ec:2d:5d:fe brd ff:ff:ff:ff:ff:ff
    inet 192.168.191.236/24 brd 192.168.191.255 scope global dynamic noprefixroute enxbebaec2d5dfe
       valid_lft 2556sec preferred_lft 2556sec
    inet6 fe80::bcba:ecff:fe2d:5dfe/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
 
  • tommylight
  • tommylight's Avatar
17 Sep 2024 18:04
Replied by tommylight on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

Fixed the tittle.
  • tommylight
  • tommylight's Avatar
17 Sep 2024 18:02
Replied by tommylight on topic trying to set up mesa 7i96 card

trying to set up mesa 7i96 card

Category: PnCConf Wizard

Set the PC address to anything but 121 at the end, from 1 to 254, but not 121.
What does
ip a
in a terminal return?
  • Archer60x
  • Archer60x
17 Sep 2024 17:54
Replied by Archer60x on topic 4th axis scale factor (steps per degree)

4th axis scale factor (steps per degree)

Category: PathPilot

I can confirm this is the proper place to edit the Steps Per Degree.

Some math to help out future people setting up their own 4th axis.

Micro Steps = Driver Pulses / Steps Per Revolution of motor

(micro steps * motor steps per rev * total gear reduction) / 360 = steps per degree

For example... i used a 200 step motor with 1000pulses on the driver and a 50:1 harmonic.

1000 / 200 = 5 Micro Steps
(5 * 200 * 50 ) / 360 = 138.888888 steps per degree

So i would enter 138.888888 as the SCALE of the 4th axis

The microarc Tormach has setup for 141.666666 around 51:1... not sure how they hit that total gear reduction. :)
  • besriworld
  • besriworld
17 Sep 2024 17:50 - 17 Sep 2024 17:51
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

A little update:) ... it works as a horizontal miling machines  :d

 
  • PhilipME
  • PhilipME's Avatar
17 Sep 2024 17:48 - 17 Sep 2024 17:56
trying to set up mesa 7i96 card was created by PhilipME

trying to set up mesa 7i96 card

Category: PnCConf Wizard

I am getting this message.

Debug file information:
Note: Using POSIX realtime
hm2_eth: rtapi_app_main: Connection refused (-111)
./mesa2.hal:9: waitpid failed /usr/bin/rtapi_app hm2_eth
./mesa2.hal:9: /usr/bin/rtapi_app exited without becoming ready
./mesa2.hal:9: insmod for hm2_eth failed, returned -1



when I ping 192.168.1.121, it responds fine

 
  • Henk
  • Henk
17 Sep 2024 17:38

Ethercat installation from repositories - how to step by step

Category: EtherCAT

HI bertoldo
It doesnt work.
linuxcnc@linuxcnc:~$ wget -O - download.opensuse.org/repositories/scien...ebian_12/Release.key | sudo apt-key add -
--2024-09-17 19:36:19--  http://download.opensuse.org/repositories/scien...ebian_12/Release.key
Resolving download.opensuse.org (download.opensuse.org)... 195.135.223.226, 2a07:de40:b250:131:10:151:131:30
Connecting to download.opensuse.org (download.opensuse.org)|195.135.223.226|:80... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
connected.
HTTP request sent, awaiting response... 404 Not Found
2024-09-17 19:36:20 ERROR 404: Not Found.

gpg: no valid OpenPGP data found.
linuxcnc@linuxcnc:~$

also when i try to update i get the following
linuxcnc@linuxcnc:~$ sudo apt update
E: Conflicting values set for option Signed-By regarding source http://download.opensuse.org/repositories/science:/EtherLab/Debian_12/ ./: /etc/apt/trusted.gpg.d/science_EtherLab.gpg != /etc/apt/trusted.gpg.d/science_EtherLab.gpg.key.binary.gpg
E: The list of sources could not be read.

  • upplib
  • upplib
17 Sep 2024 17:13

Running Gcode Program with G54 without any tool offsets

Category: General LinuxCNC Questions

Thanks to all. It was my Mistake, There was a G53 Z0 M6 at the top of Gcode File.

after i removed that all was OK.
  • MaHa
  • MaHa
17 Sep 2024 17:07
Replied by MaHa on topic Error messages when trying to run GCode

Error messages when trying to run GCode

Category: Installing LinuxCNC

There is home=0  home_search_vel=2  home_latch_vel=-0.625 .Somehow  i think, if home is 0, home_search_vel should be minus direction and home_latch_vel  plus direction, and scale inverted instead.

With this setup, after homing , do  mdi G0 G53 X1 Y1, does it go in the right direction?
  • tommylight
  • tommylight's Avatar
17 Sep 2024 16:36
Replied by tommylight on topic Showstopper Plasma Cutter retrofit

Showstopper Plasma Cutter retrofit

Category: Show Your Stuff

If you have an HF start plasma, the HF is created between tip and electrode, you might still not believe me but anyways.
There could be some HF in the tip so keep that in mind.

Yes, that is the reason i never advise using such torches with ohmic.
And all the plasma sources i have are HF/HV start ones.
I am sure i can cobble something together to avoid the high voltage but not worth it, i like my THCAD's not crispy :)
Oh, i do have a Hypertherm MAX 43 that has blow back start but i have no consumables for it, despite ordering them several times.
Displaying 21976 - 21990 out of 24143 results.
Time to create page: 0.867 seconds
Powered by Kunena Forum