Advanced Search

Search Results (Searched for: )

  • Murphy
  • Murphy
16 Mar 2025 14:03
Testing CSS was created by Murphy

Testing CSS

Category: General LinuxCNC Questions

Im trying to test if my CSS is working. Encoder setup and counting A  B and index. When I enter
G96 D1500 S250
G1 X-10
Spindle starts and goes straight to 1500rpm. When X moves, the spindle stays at 1500 and does not adjust. Iv attached my ini and hal files. Am i missing something in the ini and hal files? I'm new to CNC so I'm trying to figure it out. I have spindle at speed set true. Index is working when i set it to true in halshow and move the spindle by hand until index is hit and goes false..
  • tsaG
  • tsaG
16 Mar 2025 13:59

No parameters forwarded to M6 script?

Category: QtPyVCP

Hi,

I am currently writing my own tool changer script for my rack. However, my problem is that the parameters like "#<selected_tool> or #<tool_in_spindle> are not forwarded to the script. I can see that these are normally handled by the stdglue.py script. The "standard" tool changer script also doesn't work (with the same issue). If I hardcode the #<selected_tool> to 1, I get the error for the next variable (<tool_in_spindle>).

My ini looks like this:
[RS274NGC]
RS274NGC_STARTUP_CODE = F10 S300 G21 G17 G40 G49 G54 G64 P0.001 G80 G90 G91.1 G92.1 G94 G97 G98
REMAP = M6 modalgroup=6 ngc=toolchange
PARAMETER_FILE = linuxcnc.var
OWORD_NARGS = 1
NO_DOWNCASE_OWORD = 1
SUBROUTINE_PATH = subroutines
 

whereas my Hal file has the three nets connected
net tool-number              <= iocontrol.0.tool-prep-number
net tool-change-loop         iocontrol.0.tool-change => iocontrol.0.tool-changed
net tool-prep-loop           iocontrol.0.tool-prepare => iocontrol.0.tool-prepared

I attached my tool changer gcode and the error from the console.

 

Does anyone know what is wrong?



 
  • tommy
  • tommy
16 Mar 2025 13:02 - 16 Mar 2025 14:10

STEPLEN STEPSPACE time for Bergerda AC servo driver

Category: General LinuxCNC Questions

setp hm2_[MESA](BOARD).0.encoder.sample-frequency 20000000 gives me error on startup (pin not exist).

So I tried with:
setp hm2_[MESA](BOARD).0.encoder.muxed-sample-frequency 20000000

but result is same, when lowering STEPLEN and STEPSPACE from 1000 to 800, immediate following error.

A have also attached my hal_load file to check
  • M4MazakUser
  • M4MazakUser
16 Mar 2025 11:26

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

I had red encoders on the two servos I was using but changed them for 1024 a b z encoders. They weren't compatible with the mesa card I bought- i thought they would be.  Was a lot simpler with standard encoders even with the startup positioning.
  • Aciera
  • Aciera's Avatar
16 Mar 2025 10:50 - 16 Mar 2025 10:52
Replied by Aciera on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

I have test installation on Debian 10 :


Master branch no longer supports debian 10. You will need to try this on debian bookworm or maybe manually change the makefile entries to 'std=gnu++2a'
  • papagno-source
  • papagno-source
16 Mar 2025 09:49
Replied by papagno-source on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

HI at all.

I have test installation on Debian 10 :

git clone --recurse-submodules codeberg.org/skynet/linuxcnc_scurve_compact lcnc
cd lcnc/cmake
./installer

It not istalled with success, some error in terminal :

Compiling libnml/posemath/posemath.cc
c++: error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’?
c++: error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’?
make: *** [Makefile:287: objects/libnml/inifile/inifile.o] Error 1
make: *** Attesa per i processi non terminati....
make: *** [Makefile:287: objects/libnml/inifile/inivar.o] Error 1
c++: error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’?

and:

/usr/include/ceres/jet.h:165:10: fatal error: Eigen/Core: File o directory non esistente
#include "Eigen/Core"
^~~~~~~~~~~~





eccc..
  • Wusel
  • Wusel
16 Mar 2025 08:16
Replied by Wusel on topic Motor 0 Positionsfehler

Motor 0 Positionsfehler

Category: Advanced Configuration

I thought, this is the smallest error the maschine control will move the axis to and then be happy with the position. This is obviously not the case
  • BigDee
  • BigDee
16 Mar 2025 08:08

Edit config file from 2.9.3 in stepconf 2.9.4

Category: Installing LinuxCNC

I know that it is working and tried to describe that I did just this after the update. In fact this made no problems at all. But stepconf offers the option edit an existing configuration and this is not working with configurations earlier then 2.9.4. I checked and edited my config with a text editor which works but is not as convenient as using stepconf. My posting was more like a bug report then asking for help. 
  • darrylb123
  • darrylb123
16 Mar 2025 04:23
Replied by darrylb123 on topic SCATECH EV1616DN - Example config

SCATECH EV1616DN - Example config

Category: EtherCAT

Central Queensland
  • jenkinson8
  • jenkinson8
16 Mar 2025 02:37 - 16 Mar 2025 03:11
  • PCW
  • PCW's Avatar
16 Mar 2025 02:21
Replied by PCW on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

 

File Attachment:

File Name: pktuart-st...ash.diff
File Size:1 KB
  • PCW
  • PCW's Avatar
16 Mar 2025 02:14

7I97T PWMGen Dither and Firmware Version

Category: Driver Boards

net joint-2-enable => hm2_7i78.0.stepgen.02.enable
should be
net joint-2-enable => hm2_7i97.0.stepgen.02.enable
  • cmorley
  • cmorley
16 Mar 2025 02:08
Replied by cmorley on topic Adding Pre and Post Gcode to Versa Probe

Adding Pre and Post Gcode to Versa Probe

Category: Advanced Configuration

So there is currently no built in way to do this.
The probe routines in master are burried in probe_subprobe.py
github.com/LinuxCNC/linuxcnc/blob/master...ets/probe_subprog.py

The is a pre and post function in there.

prechecks()
postreset()

You could hand edit them to add your calls.
I guess adding an INI pre and post command might be helpful.
What does your calls do?
Displaying 17596 - 17610 out of 18505 results.
Time to create page: 0.499 seconds
Powered by Kunena Forum