Advanced Search

Search Results (Searched for: )

  • GuiHue
  • GuiHue's Avatar
25 Jun 2024 21:31
Replied by GuiHue on topic Position vs Velocity mode

Position vs Velocity mode

Category: EtherCAT

Thanks for laying this out. One question remains: what if linear scales come into the equation? Specifically ones that are connected to the servo drive and fed back to linuxcnc via ethercat.
I’d assume thatcher best approach would be to handle this feedback in the drive (again). However, what about gantry setups?
  • HansU
  • HansU's Avatar
25 Jun 2024 21:09
Replied by HansU on topic Wert von mb2hal konvertieren

Wert von mb2hal konvertieren

Category: Deutsch

(Ich hoffe englisch ist okay für dich)
I guess the problem here is that the modbus data are usually 16 bit wide and so does mb2hal interprets them.
But as the Linuxcnc HAL don't have have s16 and u16 types, the types in the C-code are chosen to match the HAL types so s32 is used for integer, so it will never wrap.
A possible fix for mb2hal would be to use s16 and u16 internally and then cast them to s32 and u32. But then we need a new for pin for each function code...

But until this happens ... I don't really see a better way than using a custom component like Andy suggested.
  • ihavenofish
  • ihavenofish
25 Jun 2024 20:55
Replied by ihavenofish on topic MiniMonster V1.0 machine | planning the control

MiniMonster V1.0 machine | planning the control

Category: General LinuxCNC Questions

OK, spindle weirdnesses dealt with.

What should I use as a PC?
I want a mix of being small and reliable, as well as being cheap and easy to deal with if it dies on the customer end. So probably not some all in one pc box.

I guess we need at least 2 ethernet ports if we choose ethercat.

Anyone got a recommendation for a reliable cheap mini itx board that will work well with ethercat or mesa?
  • cakeslob
  • cakeslob
25 Jun 2024 20:54
Replied by cakeslob on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

fish, do you have any info on the legislation? since it directly related to me I would like to understand/ complain to my mp
  • aparecido
  • aparecido
25 Jun 2024 20:32
Replied by aparecido on topic Linuxcnc 2.8.4 does not show tandem items.

Linuxcnc 2.8.4 does not show tandem items.

Category: General LinuxCNC Questions

The joint axes that were added in 2.8 require homing before jogging as your error says.
I just got into the habit of hitting home all after power up so its not onerous and generally not difficult to add the required switches.
 

Got it, interesting.
 In the machine and in the old configuration of this machine that I built now, before using two sensors to square, I had the habit of doing the homing with the inductive sensors on the axes.
 But as in the previous format I was able to move the axes before homming, I found it strange that I tried to do the same now and the error message appeared.
 I will do new tests as soon as possible, thank you for the information and help.
  • dzik
  • dzik
25 Jun 2024 20:20

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

New variety.
Here I understand there are problems with the settings.

 

File Attachment:

File Name: TEST.txt
File Size:5 KB
  • rodw
  • rodw's Avatar
25 Jun 2024 20:19

EOI in getting SPI going on the RPi5 solved read First post for updated info

Category: Computers and Hardware

I am sure the hal_gpio driver was tested and working very early in the piece from earlier forum comments.
linuxcnc.org/docs/stable/html/drivers/hal_gpio.html
The gpiod library used here is meant to be a generic GPIO driver (I think at the kernel level) that is designed to be multi platform so its unsurprising it works on the Pi5

But this does not appear to help with SPI unless its supported by gpoid
  • rodw
  • rodw's Avatar
25 Jun 2024 19:59

Linuxcnc 2.8.4 does not show tandem items.

Category: General LinuxCNC Questions

The joint axes that were added in 2.8 require homing before jogging as your error says.
I just got into the habit of hitting home all after power up so its not onerous and generally not difficult to add the required switches.
  • dzik
  • dzik
25 Jun 2024 19:45

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

There were 3 files in the archive with examples; I uploaded the bit file to the board. What to do with bin files?

rv901t_4out__3stepgen_2enc_1pwm.bin  
rv901t_4out__3stepgen_2enc_1pwm.bit  
rv901t_4out__3stepgen_2enc_1pwm_initial.bin
  • aparecido
  • aparecido
25 Jun 2024 19:45
Replied by aparecido on topic Linuxcnc 2.8.4 does not show tandem items.

Linuxcnc 2.8.4 does not show tandem items.

Category: General LinuxCNC Questions

You need to Home all before attempting to jog
If you don't have home switches, you will need to add them for a gantry as they are mandatory.
 

So with this configuration I need to do homming to release movement, right? Before, in the standard configuration of 3 motors, I moved the machine before homing without any problems...
  • dzik
  • dzik
25 Jun 2024 19:42

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

I've been dealing with Linux recently, I decided to try it because there are no adequate control systems available, and Linux can do a lot. More than mid-range systems.
Excuse me, I’m certainly not a noob and managed to remake the board and flash the initial firmware, then update it via mesaflash.
but apparently the item to update LinuxCNC is not clear to me and I missed it.
Have mercy, tell me what to do.
  • dzik
  • dzik
25 Jun 2024 19:39 - 25 Jun 2024 19:51

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

The first time I uploaded the configuration from the example rv901t_4out__3stepgen_2enc_1pwm. Another time litehm2. 
The pinout changes, linux sees it, identifies the lhm2 board through a search, but for some reason it asks for how many connectors and ports, I indicate 3 to 24.
 

File Attachment:

File Name: Config1.txt
File Size:7 KB

 

File Attachment:

File Name: Config2.txt
File Size:7 KB


LinuxCNC 2.9.2 LiteHM2 board include
  • rodw
  • rodw's Avatar
25 Jun 2024 19:31

Linuxcnc 2.8.4 does not show tandem items.

Category: General LinuxCNC Questions

You need to Home all before attempting to jog
If you don't have home switches, you will need to add them for a gantry as they are mandatory.
  • rodw
  • rodw's Avatar
25 Jun 2024 19:28
Replied by rodw on topic Please HELP config ethercat servo motor

Please HELP config ethercat servo motor

Category: EtherCAT

The XML file you are using is for Twincat on Windows
It is useless for Linuxcnc.
Please review the example XML files in the config you cloned.
You need to write something similar for your drive and other slaves you are using.
  • aparecido
  • aparecido
25 Jun 2024 19:19
Replied by aparecido on topic Linuxcnc 2.8.4 does not show tandem items.

Linuxcnc 2.8.4 does not show tandem items.

Category: General LinuxCNC Questions

I managed to test it just now and every time I try to move an axis, a new warning like the one in the image appears.
 No engine moved...
Displaying 23866 - 23880 out of 26462 results.
Time to create page: 0.939 seconds
Powered by Kunena Forum