Advanced Search

Search Results (Searched for: )

  • SOLD
  • SOLD
31 Oct 2024 09:12 - 31 Oct 2024 09:37
Replied by SOLD on topic AX58100

AX58100

Category: EtherCAT

    I created  ethercat-conf.xml  used IO 8in-8out successfully.it works.
<?xml version="1.0" encoding="UTF-8"?>
<masters>
  <master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
    <!-- Define the slave device -->
    <slave idx="0" type="generic" vid="0x00000b95" pid="0x00610300" configPdos="true">
      <dcConf assignActivate="256" sync0Cycle="*1" sync0Shift="0"/>

      <!-- Sync Manager Configuration -->
      <syncManager idx="2" dir="out">
        <pdo idx="0x1600">
          <pdoEntry idx="0x3101" subIdx="1" bitLen="8" halType="complex">
            <complexEntry bitLen="1" halPin="out-1" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-2" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-3" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-4" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-5" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-6" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-7" halType="bit"/>
            <complexEntry bitLen="1" halPin="out-8" halType="bit"/>
          </pdoEntry>
        </pdo>
      </syncManager>

      <syncManager idx="3" dir="in">
        <pdo idx="0x1a00">
          <pdoEntry idx="0x3001" subIdx="1" bitLen="8" halType="complex">
            <complexEntry bitLen="1" halPin="in-1" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-2" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-3" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-4" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-5" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-6" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-7" halType="bit"/>
            <complexEntry bitLen="1" halPin="in-8" halType="bit"/>
          </pdoEntry>
        </pdo>
      </syncManager>
    </slave>
  </master>
</masters>

 
  • Halil
  • Halil
31 Oct 2024 08:04

Ethercat build from source - full instructions

Category: EtherCAT

Hello sir, I am trying to install linuxcnc xinje servo driver but I don't know if I am making a mistake due to the configuration. I would be very happy if you could help me. Thank you.

 
  • Halil
  • Halil
31 Oct 2024 08:00

Ethercat build from source - full instructions

Category: EtherCAT

Hello sir, I am trying to install linuxcnc xinje servo driver but I don't know if I am making a mistake due to the configuration. I would be very happy if you could help me. Thank you.
  • meister
  • meister
31 Oct 2024 07:30 - 31 Oct 2024 07:39

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

Category: Computers and Hardware

the fields you don't know are best left on default :)

perhaps you should organize a
simple/expert option to hide various fields


if someone wants to work on the tooltips, they are a bit scattered in the code.

The setup-gui is generally only in the bin/rio-setup file for now
and a few of the widgets in riocore/widgets.py

You can pass a tooltip to the 'edit_item' function via 'help_text="blaa text"' or the 'var_setup' dictionary contains a 'description' field, in which case this is used.



 
  • tcbmetalworks
  • tcbmetalworks
31 Oct 2024 06:13

Initial height sensing for underwater cutting tourqe sensing

Category: General LinuxCNC Questions

Yes I am thinking the floating head will be the way to go I was thinking to build it spring loaded or with a adjustable pnumatic spring so that it could be adjusted to cancel out the weight of the torch.
  • tcbmetalworks
  • tcbmetalworks
31 Oct 2024 04:32
10.5 x 25 cnc plasma table retrofit was created by tcbmetalworks

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

Hello I am retrofitting this old mg industries 10.5x25 cnc table. It was previously controlled by burny 10 lcd I am looking to update it to linux cnc. What would be the best direction to go with this? My motors seem to be very old is there any chance of reusing them or is it not worth the effort? I included photos of the motors below and the gear boxes they are tied to. 



 
 
  • tommylight
  • tommylight's Avatar
31 Oct 2024 01:51
Replied by tommylight on topic 6i25 with bob. Spindel start/stop

6i25 with bob. Spindel start/stop

Category: Basic Configuration

The BOB in the picture (blue card) should have 0-10V output for spindle, so you might want to try configuring that, but it does require another 12V power supply.
You should double check this as i never used that type of BOB, and in general i do not use BOB's.
  • tommylight
  • tommylight's Avatar
31 Oct 2024 01:45
Replied by tommylight on topic Voltage divider for Mesa THCAD-10?

Voltage divider for Mesa THCAD-10?

Category: Plasma & Laser

P value for stepper systems should never be changed, and it depends only on servo period timing, so for a servo period of 1000000 (1 million) it always should be 1000.
Servo period should also never be changed, except in some situations, like when using torque mode servo systems that benefit from faster iteration, or when using a PC with very bad latency. And whenever servo period is changed, so should the PID values.
The math there is 1/servo period in nano seconds, so for
1000000 servo period = 1000 P value
500000 servo period = 2000 P value
2000000 servo period = 500 P value
That is all for steppers in position mode, for servos and steppers with encoder feedback to LinuxCNC those values must be tuned.
  • PCW
  • PCW's Avatar
31 Oct 2024 01:40
Replied by PCW on topic Voltage divider for Mesa THCAD-10?

Voltage divider for Mesa THCAD-10?

Category: Plasma & Laser

Pncconf initially sets the P value for stepgens to 1/servo_period in seconds
(so 1000 for a 1 ms servo thread)

The physical meaning of this is that any position error (due to differences
between LinuxCNCs and the FPGA card clock, jitter, and the time
between reading the stepgen position and updating the velocity register)
is corrected by the next thread invocation.

A P value higher than 1/servo_period will overcorrect, and a a value higher
than 2/servo_period will result in oscillations.



 
  • mal136
  • mal136
31 Oct 2024 01:26
Replied by mal136 on topic Voltage divider for Mesa THCAD-10?

Voltage divider for Mesa THCAD-10?

Category: Plasma & Laser

Great news! It works now!, that P value was definitely the issue. I set my P value to 1000 as advised and the machine operate perfectly now!,

Is the P value something i calculate based on my jitter servo value or is that just a fixed value of 1000? 

For example, if my servo thread jitter reads 15586, would that mean my P term should be 15.586? (15586 divided by 1000?) 


I appreciate all you guys help so much , you are amazing and i apologize for being a noob. I'm doing my best to learn and im getting better everyday, thank you all so much!

Now i have to get a few things polished up and tune it all in. I am so excited!!

I'd love to know why the PNFconfig generates that as the P value? All the DIY's i followed never mentioned that P value was something i had to modify/tune.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
31 Oct 2024 00:26
Replied by Cant do this anymore bye all on topic recent Update makes LinuxCNC defect

recent Update makes LinuxCNC defect

Category: Installing LinuxCNC

Hmmm that's a weird one.

At a guess it could be a local hardware issue that manifested itself when you made the changes. As this is a guess I could be wrong.

Many many moons ago I had a PSU fail when I did an upgrade from Win2k to WinXP. I think the gremlins that lived in the PSU thought it would be funny to push the fail button just after I did the upgrade. They seem to like Linux more.
  • PCW
  • PCW's Avatar
31 Oct 2024 00:21

Puma 6 axis Robotic Arm with Mesa 7i80/7i40

Category: Advanced Configuration

One thing you might try is setting the PID MAX_OUTPUT to say 9.5 (95% of full scale)
As the 7I40 cannot have 100% duty cycle (the high side MOSFET bootstrap
requires a continuous PWM signal)
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
31 Oct 2024 00:20
Replied by Cant do this anymore bye all on topic LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

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

Category: Computers and Hardware

There's this thing called google, you can look up acronyms and find out what they mean. Or you can read the data sheet applicable to your FPGA.

The ones you mentioned are the easy ones, there's a whole raft of others if you want to start messing around with FPGAs. Which is what you are doing, everytime I start on a project I'll have a look at he datasheets of the components involved.

You really need to have a curious mind once you start going down that rabbit hole.
  • Rune_cnc
  • Rune_cnc
30 Oct 2024 23:57
Replied by Rune_cnc on topic 6i25 with bob. Spindel start/stop

6i25 with bob. Spindel start/stop

Category: Basic Configuration

I did test it. But i cheated hooked up 10v to the spindel to make it run correctly.

Think Im going try and get an U
  • tommylight
  • tommylight's Avatar
30 Oct 2024 23:13
Replied by tommylight on topic Video Editors

Video Editors

Category: Off Topic and Test Posts

Shotcut for me. it's open source and works .

It's got AI now, oh goodie ! :)
www.phoronix.com/news/Shotcut-24.10-Released
Displaying 21841 - 21855 out of 22608 results.
Time to create page: 0.576 seconds
Powered by Kunena Forum