Advanced Search

Search Results (Searched for: )

  • phillc54
  • phillc54's Avatar
13 Sep 2024 00:06
Replied by phillc54 on topic Qtplasmac SIM Estop Label

Qtplasmac SIM Estop Label

Category: Plasmac

If you want to change the function then you would need to make the appropriate HAL connections as well.
 
  • Project_Hopeless
  • Project_Hopeless's Avatar
12 Sep 2024 21:55
Replied by Project_Hopeless on topic Convert LinuxCNC Sim to Real Machine

Convert LinuxCNC Sim to Real Machine

Category: General LinuxCNC Questions

can you please post your entire .ini file.
 

 

File Attachment:

File Name: moveo_switchkins.ini
File Size:6 KB
  • Candela
  • Candela
12 Sep 2024 21:54
Replied by Candela on topic Modicon Lexium 17D driver - help

Modicon Lexium 17D driver - help

Category: HAL

Guys? Have You solved the problem ? I wants to use them too but i'm stuck with the settings.
  • PCW
  • PCW's Avatar
12 Sep 2024 21:00

Encoder feedback 7i77 sensor magnetic BALLUFF

Category: HAL

is that a following error?

If so that may be expected before tuning or even determining
if the feedback is in the proper direction. (expect runaways!)

You likely need to widen the following error limits in any case
  • jjdege
  • jjdege's Avatar
12 Sep 2024 20:34

Ethercat installation from repositories - how to step by step

Category: EtherCAT

sorry,
here they say that the drivers are OP and the engines move,
you're on the right track then
  • ihavenofish
  • ihavenofish
12 Sep 2024 20:10
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

Progress on the design. Refinements, Tweaks. I got some quotes from JLC for machining and it might be viable to make these for people one at a time, complete with bead blasted anodised finishing. Frame kit with screws and rails, but nothing electrical. Need to get all the prices to the penny and then I will see if one adventurous person would like one. :)

 
  • tommylight
  • tommylight's Avatar
12 Sep 2024 19:40

EtherCAT Communication Issues, Lost Frames, Interruptions in Program Execution

Category: EtherCAT

No compiling.
if using the LinuxCNC official ISO, the only things you have to do is as stated in the linked page
sudo apt update
sudo apt install linuxcnc
it will install everything needed.
It might also complain it need to remove LinuxCNC-uspace, so if it does not remove it by itself
sudo apt purge linuxcnc-uspace
After reboot
uname -a
to check the kernel, and if it is the RT-preempt one, reboot and hold down the shift key till you see the grub menu, there choose the RTAI kernel and press enter.
  • PCW
  • PCW's Avatar
12 Sep 2024 19:28 - 12 Sep 2024 20:00
Replied by PCW on topic 7i95 sserial port as gpio

7i95 sserial port as gpio

Category: HAL

You should have a flashing red init light when in
fallback mode (IP address jumpers = up/up)
If not, there would seem to be a hardware or corrupted
flash memory issue, or perhaps a marginal 5V power issue
  • PCW
  • PCW's Avatar
12 Sep 2024 19:27
Replied by PCW on topic 7i95 sserial port as gpio

7i95 sserial port as gpio

Category: HAL

You should have a flashing red init light when in
fallback mode (IP address jumpers = up/up)
If not, there would seem to be a hardware or corrupted
flash memory issue
  • stenly
  • stenly
12 Sep 2024 19:24

EtherCAT Communication Issues, Lost Frames, Interruptions in Program Execution

Category: EtherCAT

I'm not sure how that could happen. There were no other devices plugged in and even then the UUID the Alert is saying does not exist is exactly the Debian root partition of the SSD.

Yes, I did see that part of the docs. However, that only covers installing LinuxCNC (the software, not the distro) on an already patched to RTAI kernel on a vanilla Debian install, correct? I am still stuck on the part where you actually compile the RTAI kernel and boot to it.

Now that I think about it, while installing the compiled kernel with "make install," I did see some warning about some modules not being found and now the error at boot suggests the same.
  • ekbiker
  • ekbiker
12 Sep 2024 19:20 - 12 Sep 2024 19:21
Replied by ekbiker on topic 7i95 sserial port as gpio

7i95 sserial port as gpio

Category: HAL

I set jumpers w17 and w18 to the up up position, powered up the board and no red flashing lights. Connected the Ethernet port to my home wifi router via cable. I can ping the router at 192.168.1.1. The board should be at 192.168.1.121. But pinging 192.168.1.121 fails and MesaCT can't find the board. These were the same configuration I used when I powered up the board for the first time.

What do you think? Comms on the board is the problem?
  • programador
  • programador's Avatar
12 Sep 2024 19:15
Replied by programador on topic Encoder feedback 7i77 sensor magnetic BALLUFF

Encoder feedback 7i77 sensor magnetic BALLUFF

Category: HAL

Thank you
Do you have any examples of how to move and scale the feedback?
I'm trying to use the 7i77 analog port but it displays an error message calculating movement on axis 2 (Z). Could this error be the reason for moving and scaling the feedback?
Please, where can I find examples of this?
Please tell me the reason for the error below?movement calculation error on axis 2 ( Z )



File HAL



File INI




HAL 

# ---Encoder feedback signals/setup---



#net z-pos-fb               <=  hm2_7i96s.0.7i77.0.0.enc0.position
net z-pos-fb               <=  hm2_7i96s.0.7i77.0.0.analogin0
net z-pos-fb               =>  joint.2.motor-pos-fb
net z-index-enable    joint.2.index-enable  <=>  hm2_7i96s.0.7i77.0.0.enc0.index-enable
net z-pos-rawcounts        <=  hm2_7i96s.0.7i77.0.0.enc0.rawcounts


INI

[AXIS_Z]
MAX_VELOCITY = 25.0
MAX_ACCELERATION = 750.0
MIN_LIMIT = -100.0
MAX_LIMIT = 0.01

[JOINT_2]
TYPE = LINEAR
HOME = 0.0
FERROR = 10.0
MIN_FERROR = 1.0
MAX_VELOCITY = 25.0
MAX_ACCELERATION = 750.0
P = 50.0
I = 0.0
D = 0.0
FF0 = 0.0
FF1 = 1.0
FF2 = 0.0
BIAS = 0.0
DEADBAND = 0.0
MAX_OUTPUT = 0.0
ENCODER_SCALE = 1.0
OUTPUT_SCALE = 10.0
OUTPUT_MIN_LIMIT = -10.0
OUTPUT_MAX_LIMIT = 10.0
MIN_LIMIT = -100.0
MAX_LIMIT = 0.01
HOME_OFFSET = 0.0
 
  • MarkoPolo
  • MarkoPolo
12 Sep 2024 18:49
Replied by MarkoPolo on topic Problem with compilation on debian 10

Problem with compilation on debian 10

Category: Installing LinuxCNC

Thanks for the info. I haven't tried 2.9, only master.
  • ekbiker
  • ekbiker
12 Sep 2024 18:33
Replied by ekbiker on topic 7i95 sserial port as gpio

7i95 sserial port as gpio

Category: HAL

okay
Displaying 21376 - 21390 out of 24651 results.
Time to create page: 0.450 seconds
Powered by Kunena Forum