Advanced Search

Search Results (Searched for: )

  • G0G53Z148
  • G0G53Z148's Avatar
21 Jul 2024 07:30
Replied by G0G53Z148 on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

guten tag, ohne ihre kompetenz in frage zu stellen, doch eine falsche installation ist aufgrund mechnischer vorgaben nicht möglich.

Die Nocken und die Schlitze passen gar nicht anders ineinander.
Deshalb hat es mich auch gewundert warum es nicht ging :) naja is halt so ich kann es nicht ändern wir suchen nun nach einer anderen lösung
 
  • Becksvill
  • Becksvill
21 Jul 2024 07:00 - 21 Jul 2024 07:02
Replied by Becksvill on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

just testing if the forum will let me load stuff as i have been having issues
  • chienMouille
  • chienMouille
21 Jul 2024 06:44 - 21 Jul 2024 06:49
Replied by chienMouille on topic SMB share refresh question in debian

SMB share refresh question in debian

Category: Installing LinuxCNC

The lack of dynamic refresh of remote smb shares in debian seems to be a long time Xfce issue, as per the few (mostly old) various forum's threads.

I guess a way of manually refresh in the various Guis would be the most straight forward fix.
That, or any type of dynamic local copying mechanism (rsync, syncthing, hosting the share on the machine rather than the server, etc.)

The syncthing option works great for me, been using the last days. It does exactly what I need, files appear in the gui's file browser as soon uploaded on the server, no user input needed.
  • lmclaren
  • lmclaren
21 Jul 2024 06:30
Replied by lmclaren on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

examples of hal show
  • lmclaren
  • lmclaren
21 Jul 2024 06:26
Replied by lmclaren on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

I have extended the ethercat-conf.xml so I can read the digitial input pins, this is my first attempt so please let me know if there is a better way.

   
<masters>
  <master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
    <slave idx="0" type="generic" vid="00000766" pid="00000402" configPdos="true">
      <dcConf assignActivate="300" sync0Cycle="*1" sync0Shift="0"/>
      <syncManager idx="0" dir="out">
      </syncManager>
      <syncManager idx="1" dir="in">
      </syncManager>
      <syncManager idx="2" dir="out">
        <pdo idx="1600">
          <pdoEntry idx="6040" subIdx="00" bitLen="16" halPin="cia-controlword" halType="u32"/>
          <pdoEntry idx="6060" subIdx="00" bitLen="8" halPin="opmode" halType="s32"/>
          <pdoEntry idx="607A" subIdx="00" bitLen="32" halPin="target-position" halType="s32"/>
          <pdoEntry idx="60FF" subIdx="00" bitLen="32" halPin="target-speed" halType="s32"/>
        </pdo>
      </syncManager>
      <syncManager idx="3" dir="in">
        <pdo idx="1a00">
          <pdoEntry idx="6041" subIdx="00" bitLen="16" halPin="cia-statusword" halType="u32"/>
          <pdoEntry idx="6061" subIdx="00" bitLen="8" halPin="opmode-display" halType="s32"/>
          <pdoEntry idx="6064" subIdx="00" bitLen="32" halPin="actual-position" halType="s32"/>
          <pdoEntry idx="606C" subIdx="00" bitLen="32" halPin="actual-velocity" halType="s32"/>
          <pdoEntry idx="6077" subIdx="00" bitLen="16" halPin="actual-torque" halType="s32"/>
          <pdoEntry idx="60FD" subIdx="00" bitLen="32" halType="complex">
            <complexEntry bitLen="1" halPin="di-state-01-reverse-overtravel" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-02-forward-overtravel" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-03-origin-switch" halType="bit"/>
            <complexEntry bitLen="13"/>
            <complexEntry bitLen="1" halPin="di-state-16-zsignal" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-17-probe1" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-18-probe2" halType="bit"/>
            <complexEntry bitLen="1"/>
            <complexEntry bitLen="1" halPin="di-state-20-di0" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-21-di1" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-22-di2" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-23-di3" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-24-di4" halType="bit"/>
          </pdoEntry>          
        </pdo>
      </syncManager>
    </slave>
 
   <slave idx="1" type="generic" vid="00000766" pid="00000402" configPdos="true">
      <dcConf assignActivate="300" sync0Cycle="*1" sync0Shift="0"/>
      <syncManager idx="0" dir="out">
      </syncManager>
      <syncManager idx="1" dir="in">
      </syncManager>
      <syncManager idx="2" dir="out">
        <pdo idx="1600">
          <pdoEntry idx="6040" subIdx="00" bitLen="16" halPin="cia-controlword" halType="u32"/>
          <pdoEntry idx="6060" subIdx="00" bitLen="8" halPin="opmode" halType="s32"/>
          <pdoEntry idx="607A" subIdx="00" bitLen="32" halPin="target-position" halType="s32"/>
          <pdoEntry idx="60FF" subIdx="00" bitLen="32" halPin="target-speed" halType="s32"/>
        </pdo>
      </syncManager>
      <syncManager idx="3" dir="in">
        <pdo idx="1a00">
          <pdoEntry idx="6041" subIdx="00" bitLen="16" halPin="cia-statusword" halType="u32"/>
          <pdoEntry idx="6061" subIdx="00" bitLen="8" halPin="opmode-display" halType="s32"/>
          <pdoEntry idx="6064" subIdx="00" bitLen="32" halPin="actual-position" halType="s32"/>
          <pdoEntry idx="606C" subIdx="00" bitLen="32" halPin="actual-velocity" halType="s32"/>
          <pdoEntry idx="6077" subIdx="00" bitLen="16" halPin="actual-torque" halType="s32"/>
          <pdoEntry idx="60FD" subIdx="00" bitLen="32" halType="complex">
            <complexEntry bitLen="1" halPin="di-state-01-reverse-overtravel" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-02-forward-overtravel" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-03-origin-switch" halType="bit"/>
            <complexEntry bitLen="13"/>
            <complexEntry bitLen="1" halPin="di-state-16-zsignal" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-17-probe1" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-18-probe2" halType="bit"/>
            <complexEntry bitLen="1"/>
            <complexEntry bitLen="1" halPin="di-state-20-di0" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-21-di1" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-22-di2" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-23-di3" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-24-di4" halType="bit"/>
          </pdoEntry>
        </pdo>
      </syncManager>
    </slave>
    <slave idx="2" type="generic" vid="00000766" pid="00000402" configPdos="true">
      <dcConf assignActivate="300" sync0Cycle="*1" sync0Shift="0"/>
      <syncManager idx="0" dir="out">
      </syncManager>
      <syncManager idx="1" dir="in">
      </syncManager>
      <syncManager idx="2" dir="out">
        <pdo idx="1600">
          <pdoEntry idx="6040" subIdx="00" bitLen="16" halPin="cia-controlword" halType="u32"/>
          <pdoEntry idx="6060" subIdx="00" bitLen="8" halPin="opmode" halType="s32"/>
          <pdoEntry idx="607A" subIdx="00" bitLen="32" halPin="target-position" halType="s32"/>
          <pdoEntry idx="60FF" subIdx="00" bitLen="32" halPin="target-speed" halType="s32"/>
        </pdo>
      </syncManager>
      <syncManager idx="3" dir="in">
        <pdo idx="1a00">
          <pdoEntry idx="6041" subIdx="00" bitLen="16" halPin="cia-statusword" halType="u32"/>
          <pdoEntry idx="6061" subIdx="00" bitLen="8" halPin="opmode-display" halType="s32"/>
          <pdoEntry idx="6064" subIdx="00" bitLen="32" halPin="actual-position" halType="s32"/>
          <pdoEntry idx="606C" subIdx="00" bitLen="32" halPin="actual-velocity" halType="s32"/>
          <pdoEntry idx="6077" subIdx="00" bitLen="16" halPin="actual-torque" halType="s32"/>
          <pdoEntry idx="60FD" subIdx="00" bitLen="32" halType="complex">
            <complexEntry bitLen="1" halPin="di-state-01-reverse-overtravel" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-02-forward-overtravel" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-03-origin-switch" halType="bit"/>
            <complexEntry bitLen="13"/>
            <complexEntry bitLen="1" halPin="di-state-16-zsignal" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-17-probe1" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-18-probe2" halType="bit"/>
            <complexEntry bitLen="1"/>
            <complexEntry bitLen="1" halPin="di-state-20-di0" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-21-di1" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-22-di2" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-23-di3" halType="bit"/>
            <complexEntry bitLen="1" halPin="di-state-24-di4" halType="bit"/>
          </pdoEntry>
        </pdo>
      </syncManager>
    </slave>
  </master>
</masters>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  • Becksvill
  • Becksvill
21 Jul 2024 06:11
Replied by Becksvill on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

my journey with linuxcnc started here with the first cnc mill i retrofitted

forum.linuxcnc.org/show-your-stuff/39021...d-thread-nz?start=50

this machine has been going well and doing lots of work since then
  • Becksvill
  • Becksvill
21 Jul 2024 06:08
big 5axis mazak horizontal cnc mill was created by Becksvill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

hey guys just thought i would try give back to the linuxcnc community a bit and hopefully document my machine shop and machines that run linuxcnc

i have 4 working machines currently running linuxcnc and am retrofitting my latest cnc mill currently

this is a mazak fh6800 horizontal cnc mill with a pallet changer and a 5th axis on top of the built in 4th axis

pretty cool machine and weighs 22 tons.

i am using dimitry's sscnet card to control the servos and just a few mesa cards for all the rest of the IO

i will add a bunch of photos in the next post
  • rodw
  • rodw's Avatar
21 Jul 2024 05:33

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

VNC should not be included with official releases, it is a huge security risk.

It won't be 
  • cmorley
  • cmorley
21 Jul 2024 04:55
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

What version are you using?
  • vre
  • vre
21 Jul 2024 04:53
Replied by vre on topic Problems with building Linux CNC source

Problems with building Linux CNC source

Category: General LinuxCNC Questions

I try to build linuxcnc master (2.10 pre0)
and build goes to infinite loop with these messages repeated continuously
Use of uninitialized value $line in scalar chomp at /usr/share/perl5/Locale/Po4a/Man.pm line 2344.
Use of uninitialized value $line in concatenation (.) or string at /usr/share/perl5/Locale/Po4a/Man.pm line 2345.
Use of uninitialized value $line in pattern match (m//) at /usr/share/perl5/Locale/Po4a/Man.pm line 2346.
Use of uninitialized value $line in pattern match (m//) at /usr/share/perl5/Locale/Po4a/Man.pm line 2347.

  • DanielWebsterCnc
  • DanielWebsterCnc
21 Jul 2024 02:24
Replied by DanielWebsterCnc on topic Pi4b and Pi5 users - What should go in a 2.9.3 image

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

I have a Mesa 7c81 card that would like to use in the servo mode. I have not been able to get the LinuxCNC Pncconf to complete its configuration to complete. It gets stuck with a python error. I edited the python code to fix some of the errors. I would also prefer to use the raspberry 5 and the 7c81 needs the spi to use the 7c81. For some reason the pi 5 only uses 1 screen. If it’s helpful I have time to test running your updates to provide feedback if you don’t have a full HW test bed to help test the code fixes.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
21 Jul 2024 02:06
Replied by Cant do this anymore bye all on topic Pi4b and Pi5 users - What should go in a 2.9.3 image

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

Whilst I agree with tommy in theory, it can depend on the implementation. Turn wifi off on the Rpi and have a direct direction from one machine (that doesn't have another ethernet deivce connected to an outisde network) and it will be fine.

So far I haven't seen any reports of a Linuxcnc installation being hacked via VNC, nor via ssh.

And honestly a RPi in a commercial setting is just bad, due to it not being certified for industrial use.

If a user wants it and is ready to accept the risks it can be installed after installation, forcing upon users who don't want it or an unaware that it is there is not the right decision.
  • tommylight
  • tommylight's Avatar
21 Jul 2024 01:47

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

VNC should not be included with official releases, it is a huge security risk.
  • Bari
  • Bari's Avatar
21 Jul 2024 00:52

Bridgeport EZ Trak DX II Conversion to LCNC

Category: CNC Machines

I  only had a few minutes to contort myself into position to take a few pics of this CNC mill.
If the wiring diagram is a match it appears to use 10V analog control for the DC brushed servo motor drives.
Can anyone confirm from the pics attached before I have a chance to go back with a scope and move a machine out of the way to investigate the control cabinet innards further.
  • scotta
  • scotta's Avatar
21 Jul 2024 00:34 - 21 Jul 2024 00:35
Replied by scotta on topic Remora for RP2040

Remora for RP2040

Category: Computers and Hardware

I've migrated the Remora for RP2040 to now use the Remora-eth-3.0 component. 

Download the latest firmware

github.com/scottalford75/Remora-RP2040-W5500/tree/main/firmware

Upload the remora-rp2040-2.0.0.uf2 file to your pico.

To configure the linuxcnc hal module and configs use the files here:

Hal Files (run halcompile on these)
github.com/scottalford75/Remora-RT1052-c...omponents/Remora-eth

and the configs:
github.com/scottalford75/Remora-RP2040-W...onfigs/remora-rp2040
Displaying 24481 - 24495 out of 25543 results.
Time to create page: 0.823 seconds
Powered by Kunena Forum