Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
11 Jul 2024 20:57 - 12 Jul 2024 15:33
Replied by tommylight on topic How to monitor OP mode in Panasonic A6B Ethercat

How to monitor OP mode in Panasonic A6B Ethercat

Category: EtherCAT

I do not know where are you from Tommy...

In Kosovo, Eastern Europe (well middle Europe is more correct, but there is no such thing, yet! :) )
Just for kicks, ask your post office how much would it cost to send such a thing here, but be warned: having a glass of water on hand is highly advisable, and so are sedatives! :)
If you ever wondered what a black hole is, now you know, i live in it!
On the brighter side, since this year we are able to travel again visa free in EU, after over 25 years!
  • meme
  • meme
11 Jul 2024 19:41
Replied by meme on topic [solved] Auto Tool Measurement

[solved] Auto Tool Measurement

Category: Qtvcp

HI,
with the update to version 2.9.2 the problem is solved.

Thank you for your time
  • besriworld
  • besriworld
11 Jul 2024 19:33
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

Can anyone help. I can't find where the error is..
I am attaching the new files!

 

File Attachment:

File Name: my_LinuxCN...7-11.hal
File Size:10 KB


 

File Attachment:

File Name: my_LinuxCN...7-11.ini
File Size:4 KB


I start the spindle with Gmoccapy gui
  • endian
  • endian's Avatar
11 Jul 2024 19:27

How to monitor OP mode in Panasonic A6B Ethercat

Category: EtherCAT

You really should give Ethercat a try!

I would, if someone is willing to go through hell of sending me an EtherCat drive that can handle a 3.5KW Siemens (or was it Indramat?) servo motor, for free! :)


I do not know where are you from Tommy... But tell me the continuos current and operating voltage.. these are relevant for driver configuration ... i have some obsolete ethercat drivers free but they are little bit exotic in configuration and they are handled only by my custom component for CSP, CSV and homing mode.. everything is working same same but different.. 

​​
  • VonSzarvas
  • VonSzarvas
11 Jul 2024 19:03 - 11 Jul 2024 19:05
Replied by VonSzarvas on topic n100 mesact get cpu speed

n100 mesact get cpu speed

Category: Computers and Hardware

Hello all !

I've got an update to share now that the n100 seems to be operating properly.  YAY!!!!

In the end I never could get the pings below ~1.5ms whilst using the previous ISO install, so inspired by the recent 2.9.3 release I tried again from scratch. This is what I did...

1. Download the 2.9.3 ISO from linuxcnc
2. Burn to USB, install to the N100 miniPC
3. Follow all the steps in the excellent @rodw guide : docs.google.com/document/d/1jeV_4VKzVmOI...I_PhCm1x7oiw8VcLFdiY
4. Once networking was configured I ping'd the mesa, and it reported <0.5ms replies. Awesome!
5. However, latency was still an issue. So followed the r8168-dkim install steps, and then critically the kernel options noted by rodw at step. 56, including the r8168.eee_enable=0 setting.
6. After that, latency super ! (images attached, with web browsing and file access going on).

I didn't run _rt_setup, but did add the isolcpus=2,3 to the kernel options.

About the only thing I didn't do from the guide, was that I didn't run _rt_setup. As things seem fine without _rt_setup I didn't want to tempt fate! Perhaps the issues previously helped by the _rt_setup irq pinning have been improved by the newer linuxcnc version or some-such.

So the moral of the story... If you are struggling with N100 or Realtek drivers, don't give up!
Try again with the latest linuxcnc and hopefully you'll find yourself with a fantastic MiniPC for CNC!

Thank you again for all the advice from everyone. It all helped form the final solution.


 
  • Grotius
  • Grotius's Avatar
11 Jul 2024 18:59
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi,

For fun i made some video's of the 5 axis tooldir blending.
I typed some gcode lines for xyz and added some abc values in radians to it.
Some of these blending really blow's my mind. It can just filter out complete rotations on a & b axis....




  • Aciera
  • Aciera's Avatar
11 Jul 2024 18:18

How to monitor OP mode in Panasonic A6B Ethercat

Category: EtherCAT

in your hal file:
To load the realtime component (the name 'not.myexample' is arbitrary)
loadrt not names=not.myexample

For the component to be executed in the servo-thread we need to add it.
Note: The order of how components are added to the thread matter. You will want this after the ethercat read and before the ethercat write. Otherwise you may loose a cycle before the state is valid.
addf not.myexample servo-thread


Then you can connect the signals:
net some_signal_name <= hal_pin_to_be_inverted => not.myexample.in
net some_other_signal_name <= not.myexample.out => some_hal_pin
  • Altenthaler1988
  • Altenthaler1988
11 Jul 2024 18:17
Replied by Altenthaler1988 on topic qtplasmac "torch not showing"

qtplasmac "torch not showing"

Category: Plasmac

Wie gesagt es ist auch nur mit qtplasmac
  • tommylight
  • tommylight's Avatar
11 Jul 2024 17:57
Replied by tommylight on topic Appreciation to the Mesa board

Appreciation to the Mesa board

Category: Driver Boards

Also, if you have HOME_FINAL_VELOCITY set at 0, change it to something reasonable, otherwise it does the final move at max velocity.
I am happy that you are very happy with the machine, just watched the video.
  • marq_torque
  • marq_torque's Avatar
11 Jul 2024 17:32
Replied by marq_torque on topic How to monitor OP mode in Panasonic A6B Ethercat

How to monitor OP mode in Panasonic A6B Ethercat

Category: EtherCAT

You can run it multiple times to find the servo drive that can OP every time. Use ethercat sii_read to read the sii data in it and compare it with the sii data in the drive that cannot OP to find the difference. The easiest way is to use ethercat sii_write to write the good sii data. It has been several months since I solved this problem and this problem has never appeared again.
 

Can you educate me more about ssi and all? how to capture? Totally banging my head in wall
  • marq_torque
  • marq_torque's Avatar
11 Jul 2024 17:30
Replied by marq_torque on topic How to monitor OP mode in Panasonic A6B Ethercat

How to monitor OP mode in Panasonic A6B Ethercat

Category: EtherCAT

I think I already tried using "not" component, can you confirm this is right format?
I know nothing about EtherCAT, so I have no idea if you can get an inverted value back from the drive. What I suggested was using the built in HAL component called 'NOT'. For which you would need to use 'loadrt' and 'addf' commands and connect the input and output pins in hal.

You really should give Ethercat a try! Some Ethercat settings can have the direction altered by changing a SDO setting. But I doubt a status pin will. 

Can you pl share any relevant example? with "loadrt" and "addf" commands?
  • tommylight
  • tommylight's Avatar
11 Jul 2024 17:18
Replied by tommylight on topic How to monitor OP mode in Panasonic A6B Ethercat

How to monitor OP mode in Panasonic A6B Ethercat

Category: EtherCAT

You really should give Ethercat a try!

I would, if someone is willing to go through hell of sending me an EtherCat drive that can handle a 3.5KW Siemens (or was it Indramat?) servo motor, for free! :)
  • meister
  • meister
11 Jul 2024 17:13

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

Category: Computers and Hardware

yes, i know, documentation is everything, but that's exactly what i don't enjoy :)
But as cornholio already said, you save a lot of work with the hal/ini configuration, everything you saw in the video is generated from the .json config.

I don't want to make a business out of it, it's just a hobby, but of course I'm happy if others use it and like it.

there are no ADC's broken out on this board, but they can be extended via I2C, also possible via Modbus, but then they are not as fast.
  • Roguish
  • Roguish's Avatar
11 Jul 2024 17:10
Replied by Roguish on topic Spindle Inhibit while Probing.....

Spindle Inhibit while Probing.....

Category: Qtvcp

Jim, thanks for the info.
I run standard QtDragon, not the hd version.
Can your stuff be added to QtDragon?

Chris, how about it????
  • Grotius
  • Grotius's Avatar
11 Jul 2024 16:41
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

I'm just thinking that a XYZ jerk limit smoothing 'postprocess' app would enable people to test the algorithm.
Let's put this is on the list. We could output a gcode file with a certain mm resolution. This is the easyest way.
I will not split a g2 in multiple G2's with different a,b,c values.

Ok i just tested when there is only a,b,c move with no xyz. This now works.
When there are xyz values it will interpolate the abc over it. But with tiny xyz values and huge abc values, there i have not
yet a solution for in the code.




 
Displaying 22921 - 22935 out of 26419 results.
Time to create page: 0.723 seconds
Powered by Kunena Forum