Advanced Search

Search Results (Searched for: )

  • rhscdn
  • rhscdn
08 Aug 2025 02:25 - 08 Aug 2025 02:28
Axyz retrofit - limits and homing was created by rhscdn

Axyz retrofit - limits and homing

Category: CNC Machines

Please excuse the n00b questions as I work to setup my small AXYZ cnc router. Does anyone know how I should
implement limit switches in Linuxcnc? The factory wiring of my old millennium cnc router has a single blue tipped inductive proximity limit sensor on each axis. The sensors are located at the top of the z-axis, front of the y-axis and left on the x-axis. Each sensor has connections notated sig, 12v and ground. 

My assumption is that these are NPN, Normally Open (NO), but will confirm:
  • Normal state (no metal detected): Sig wire outputs ~12V
Activated state (metal detected): Sig wire outputs ~0V

Two questions:
1) Will these play nicely with the 7i96s card I’ve ordered?
2) Are these be sufficient for homing the router? 
 
  • ChironFZ16
  • ChironFZ16's Avatar
08 Aug 2025 02:18
Bitfile for 6i25+7i74+7i85 was created by ChironFZ16

Bitfile for 6i25+7i74+7i85

Category: Driver Boards

I would need a Bitfile for the 6i25, the 7i74 is on P3 and the 7i85 is on P2, if that possiple ?
  • mBender
  • mBender
08 Aug 2025 01:12 - 08 Aug 2025 01:17

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

Category: Computers and Hardware

[code]about the laptop/PC, try to reinstall the rio.c component:

[code]sudo halcompile --install riocore/files/rio.c
[/code][/code]


 

It worked, problem was on the hadrware side. Another USB Hub did the trick.
  • snowgoer540
  • snowgoer540's Avatar
08 Aug 2025 00:41 - 08 Aug 2025 00:42
Replied by snowgoer540 on topic QtPlasmac Updates

QtPlasmac Updates

Category: Plasmac

QtPlasmaC updates - Master (v2.10):
  • add M52P1 to conversational pre and postamble
  • PCW
  • PCW's Avatar
07 Aug 2025 23:49
Replied by PCW on topic Using a 7i95T for 3 axis + handwheels

Using a 7i95T for 3 axis + handwheels

Category: Advanced Configuration

Better to use the on card 7I95T encoders for machine feedback.
You can put high speed encoders on the expansion ports
but for feedback use its better to use differential signaling
and the 7I95T already has 6 encoder input designed for this.
  • PCW
  • PCW's Avatar
07 Aug 2025 23:36 - 07 Aug 2025 23:52

Custom M codes don't work on Rasberry Pi 5 + Messa 7i95

Category: G&M Codes

halcmd (and hal)  are fine with true/false for bit types:

pcw@pcw-HP-Compaq-Elite-8300-USDT:~/linuxcnc-dev/src/hal/components$ halcmd setp hm2_7i96s.0.ssr.00.out-00 true
pcw@pcw-HP-Compaq-Elite-8300-USDT:~/linuxcnc-dev/src/hal/components$ halcmd getp hm2_7i96s.0.ssr.00.out-00 TRUE

pi@raspberrypi5:~/linuxcnc/nc_files $ ./M101
bash: ./M101: cannot execute: required file not found


Likely means that bash was not found.



 
  • MikkelRS
  • MikkelRS's Avatar
07 Aug 2025 23:24
Replied by MikkelRS on topic Using a 7i95T for 3 axis + handwheels

Using a 7i95T for 3 axis + handwheels

Category: Advanced Configuration

To PCW: I would use 5v encoders... are the parallel expansion ports capable of high speed encoders? like 1um linear scales?
7i73 looks like a nice option as well.
Thanks!
  • MikkelRS
  • MikkelRS's Avatar
07 Aug 2025 23:22
Replied by MikkelRS on topic Using a 7i95T for 3 axis + handwheels

Using a 7i95T for 3 axis + handwheels

Category: Advanced Configuration

I do understand you can vary the scaling of the ppr->movement, the machine im retrofitting never had any scale switch, though never using this machine originally, i dont know exactly how it functioned. It is a good idea though. Thanks!
  • unknown
  • unknown
07 Aug 2025 22:56 - 08 Aug 2025 08:32

Custom M codes don't work on Rasberry Pi 5 + Messa 7i95

Category: G&M Codes

It's finding bash fine, the command requires either a 0 or 1 as input, going by the error message, not a "True" or "False"


It's kind of hard to debug without seeing the script.

My comment regarding true or false is incorrect, thanks PCW.

Should the command be run from a bash command line or within a halcmd session ?

I've gone all rusty as of late...must be the dust from the build garage storage
  • Lcvette
  • Lcvette's Avatar
07 Aug 2025 20:45
  • SebastianM
  • SebastianM
07 Aug 2025 20:25

"KeyError" suddenly appears after moving a limitswitch

Category: QtPyVCP

Success!
I moved that line to my posthui.hal and now everything works. 

# --- ESTOP-EXT ---
net pendant-estop     <= hm2_7i76e.0.7i76.0.0.input-29

Thx for the support. 
  • cakeslob
  • cakeslob
07 Aug 2025 19:59

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

so i dont understand how these correspond to physical pins on the remora board itself, do you still have to add those manualy in the code.


espacialy for the x-axis i dont see where the enable pin is or where the xp+, xp-, xd+,xd- are refferencd in the code here. i realy dot get it, the documentaion is not making sence.

forum.linuxcnc.org/18-computer/44828-rem...rd?start=2200#327803

here is how the pins correspond to the physical pins. the xp and xd pins are defined in the config.txt and are turned into stepgen1,2,whatever
  • Lcvette
  • Lcvette's Avatar
07 Aug 2025 19:17

"KeyError" suddenly appears after moving a limitswitch

Category: QtPyVCP

It looks like maybe a comflict in pb, the ui tries loading which should set an active work coordinate system. This is how the button synchronization and exclusivity functions.

It may be your pendant code. This is the first error of that nature ive had reported in 8 years and there are thousands of pendant users out there.

I would try moving any items that need to synchronize with the gui into the postgui halfile and see if functionality still works and the error goes away.
  • JacobRush
  • JacobRush
07 Aug 2025 18:58

Custom M codes don't work on Rasberry Pi 5 + Messa 7i95

Category: G&M Codes

You probably want to start your script with:
#!/usr/bin/env bash

I think this error is saying that /bin/bash is not in that location the /usr/bin/env will use the bash thats in your path. 

 
  • SebastianM
  • SebastianM
07 Aug 2025 18:30

"KeyError" suddenly appears after moving a limitswitch

Category: QtPyVCP

Good question.
I also wonder is this really is a PB issue or maybe a general LinuxCNC topic. What do you think?
Displaying 301 - 315 out of 24280 results.
Time to create page: 0.253 seconds
Powered by Kunena Forum