Advanced Search

Search Results (Searched for: )

  • Sandro
  • Sandro
07 Jul 2025 18:46
Replied by Sandro on topic digital outputs remain active after e-stop

digital outputs remain active after e-stop

Category: HAL

Yes, it does, and the amplifiers are disabled as well.
Alright, if that's the expected behavior, I'll program it to disable the outputs myself.

Thank you!
  • Todd Zuercher
  • Todd Zuercher's Avatar
07 Jul 2025 18:46
Replied by Todd Zuercher on topic digital outputs remain active after e-stop

digital outputs remain active after e-stop

Category: HAL

You could possibly use the Halui pin "halui.estop.is-activated" connected to or2 comps to the pins to turn off the mist, flood and what ever other pins you would like changed in the event of an e-stop.
  • Roger S
  • Roger S
07 Jul 2025 18:00
Replied by Roger S on topic Probe Basic Screen missing axes

Probe Basic Screen missing axes

Category: QtPyVCP

I've suspended a new system. Before the computer goes offline and goes into the basement, I wanted to bring everything up to date again.

The repair was unsuccessful.
  • PCW
  • PCW's Avatar
07 Jul 2025 17:57

Adding external switch for emergency stop and feed override

Category: Basic Configuration

If you use an encoder for feed override, the counts would connect to:

halui.feed-override.counts
 
  • PCW
  • PCW's Avatar
07 Jul 2025 17:50

7i77 lost connection while encoder counts (PREEMPT-RT)

Category: Driver Boards

pin hm2_5i25.0.write.time did not change anymore.

Suggests this is a PCIE communication issue and probably
not related to 7I77 5V

It may indicate a grounding/EMI issue. Do you have an issue when
the 7I77 in not connected to the rest of the machine?

This is why i asked for a dmesg log as PCIE issues should show up there.
  • Sandro
  • Sandro
07 Jul 2025 17:39 - 07 Jul 2025 17:42

digital outputs remain active after e-stop

Category: HAL

Hello everyone,

I've recently noticed that my digital outputs remain active after an emergency stop. For example, the air used for cooling mist or tool cleaning doesn't turn off. Is this normal behavior, meaning I need to handle it in the program myself, or am I missing something? Below is my current e-stop configuration:

#########################################
# E-Stop logic
#########################################
setp opmode-x-near.in1 8
net  x-opmode-display opmode-x-float.in
net opmode-x-float-signal opmode-x-float.out opmode-x-near.in2
setp opmode-y-near.in1 8
net  y-opmode-display opmode-y-float.in
net opmode-y-float-signal opmode-y-float.out opmode-y-near.in2
setp opmode-z-near.in1 8
net  z-opmode-display opmode-z-float.in
net opmode-z-float-signal opmode-z-float.out opmode-z-near.in2
net estop-button-low lcec.0.CATIO.in-03 => estop-not.in
net estop-tool-sensor-low lcec.0.CATIO.in-00 => estop-sensor-not.in
net estop-button-ext    estop-not.out => estop-logic.in-00
net estop-sensor-ext    estop-sensor-not.out => estop-logic.in-01
net estop-opmode-x-ext  opmode-x-near.out => estop-logic.in-02
net estop-opmode-y-ext  opmode-y-near.out => estop-logic.in-03
net estop-opmode-z-ext  opmode-z-near.out => estop-logic.in-04
net estop-mpg-low       lcec.0.CATIO.in-14 => mpg-estop-not.in
net estop-mpg-ext       mpg-estop-not.out => estop-logic.in-05
net estop-ext     <=  estop-logic.and
net estop-out     <=  iocontrol.0.user-enable-out
net estop-ext     =>  iocontrol.0.emc-enable-in

Any help would be greatly appreciated!
  • tommylight
  • tommylight's Avatar
07 Jul 2025 17:25

7i77 lost connection while encoder counts (PREEMPT-RT)

Category: Driver Boards

Hi folks, 
i got a problem in a linuxcnc mesa card configuration. if the encoders of the 7i77 counts for a while, the 7i77 lost connection and linuxcnc stops working.

Most probably weak 5V power supply and/or encoder drawing more than 50-60mA.
Easily checked if you have a DVM with min/max memory, and measuring 5V at the 7i77 connector and at the encoder connector.
  • dunnitagain
  • dunnitagain
07 Jul 2025 17:25

Failed Parallel Port on system, Recommended Easiest Upgrade Solution ?

Category: General LinuxCNC Questions

I used RUFUS to create the ISO , its an older 2Gb stick. The motherboard is an Intel D510 , Intel Atom 1.66ghz , 64bit.
  • laurentl38
  • laurentl38
07 Jul 2025 17:20

IO Questions around mixing IO between Ethercat and Pi 5?

Category: EtherCAT

it's very strang
I think I found the problem:
If I replace "QuadEncMp[0];" with "4" line 430, 435, ..

it's working.

replace for each encoder
:
#if QUADENCS >= 1
EncCount[0] = Encoder0.read()/QuadEncMp[0];

by
#if QUADENCS >= 1
EncCount[0] = Encoder0.read()/4;
  • JackRay
  • JackRay
07 Jul 2025 16:47
Replied by JackRay on topic homing with Phase Z encoder on MESA 7i96s

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

now it's ok, my homing works properly. Thank you very much for your help. I now need to set it up to return to my Zero machine. Is it the Homing parmeter? or Homing Offset to apply an offset?
  • Roger S
  • Roger S
07 Jul 2025 16:36
Replied by Roger S on topic Probe Basic Screen missing axes

Probe Basic Screen missing axes

Category: QtPyVCP

Hello Langdons,

Even with clean and autoremove, the axes are missing in the GUI
  • meister
  • meister
  • meister
  • meister
07 Jul 2025 16:10
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

here is a manual to set password and configure network of the preinstalled linux system (if it works depends on your hardware)
github.com/xjtuecho/EBAZ4205

now i can copy my bitfile via scp and load it via linux-console on the board:
oliver@office-station:/mnt/data2/src/riocore/Output/EBAZ4205/Gateware$ scp  -oHostKeyAlgorithms=+ssh-rsa ./rio-rtl/rio-rtl.runs/impl_1/bd_rio_wrapper.bit   root@192.168.10.199:/tmp/
root@192.168.10.199's password: 
bd_rio_wrapper.bit                                                                                                  100% 2035KB   3.9MB/s   00:00    
oliver@office-station:/mnt/data2/src/riocore/Output/EBAZ4205/Gateware$ ssh -oHostKeyAlgorithms=+ssh-rsa  root@192.168.10.199
root@192.168.10.199's password: 
root@zedboard-zynq7:~# cat /tmp/bd_rio_wrapper.bit > /dev/xdevcfg
root@zedboard-zynq7:~# 

next step is to transfare data between ARM-Core and FPGA-Part
  • laurentl38
  • laurentl38
07 Jul 2025 16:07 - 07 Jul 2025 16:11

IO Questions around mixing IO between Ethercat and Pi 5?

Category: EtherCAT

in first time, yes i modified line 98 and add line 121
in second time, i mak a little modification at line 454 : 

but the same error still occurs.

 

File Attachment:

File Name: 3DWorks_EasyCAT.zip
File Size:5 KB
  • Roger S
  • Roger S
07 Jul 2025 15:51 - 07 Jul 2025 16:22
Probe Basic Screen missing axes was created by Roger S

Probe Basic Screen missing axes

Category: QtPyVCP

Dear community,After I performed system (Debian 12) updates, the axes are missing in the GUI
[code][code]sudo apt update
sudo apt uprade
[/code][/code]

 

Does anyone have any idea what could be causing this?
Displaying 13051 - 13065 out of 16938 results.
Time to create page: 0.396 seconds
Powered by Kunena Forum