Advanced Search

Search Results (Searched for: )

  • IB_CnC
  • IB_CnC
30 Apr 2025 12:32 - 30 Apr 2025 12:35

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

Basic homing and CW/CW rotation indexing working fine now!
Altough it responds with a small delay (due to the stepgen PCB)

Some vids:






Next step is mapping and wiring the other sensors!
 
  • DarkPhoinix
  • DarkPhoinix
30 Apr 2025 11:31
Replied by DarkPhoinix on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

No, not yet.
Now is that point where you upload your configuration files here so we can have a look, joint errors are usually miss configuration on stepper systems.
What board are you using?

Hi tommylight, have you seen my configuration? is a default conf.
  • csurimilan
  • csurimilan
30 Apr 2025 11:06

How to change jog speed using joystick buttons (QtDragon + HAL)?

Category: HAL

Hi everyone,I'm using QtDragon and a joystick (via
hal_input
) to jog my machine. Jogging works fine with a costant speed, but I’d like to adjust the jog speed using two buttons — one to increase and one to decrease the speed. (like the slider in the Qtdragon gui)
 
  • JT
  • JT's Avatar
30 Apr 2025 10:19
Replied by JT on topic Updating pncconf for 7i95t

Updating pncconf for 7i95t

Category: Configuration Tools

Sorry so slow but massive interruptions and a few train wrecks to clean up...

I have the 7i95t working completly now and would like to share what I've learned about getting this board to work with linuxcnc 2.10pre. MesaCT tool 2.1.7 doesn't currently support the 7i95t
 

I just ran MesaCT 2.1.7 and pressed two buttons and created a working configuration for a 7i95T.





JT
  • Grotius
  • Grotius's Avatar
30 Apr 2025 10:18
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Pcw,

Thanks again for your effort.

What do you advise at this moment?
You can tune the planner with scurve jerk value in the hal section. This changes the accelation profile.
This jerk value is not integrated to the .ini file so far.

I assume you could tune your ini config to run without following error? Or is this not the case?

Indeed if you set acceleration to 200, the scurve max acceleration will be 400 at inflection point.
Exceeding your max acc off 240.
  • MarkoPolo
  • MarkoPolo
30 Apr 2025 09:49
Replied by MarkoPolo on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

I don't use remote desktop. I did a test with three working youtube videos
  • abi9624
  • abi9624
30 Apr 2025 07:54

AC Servo tuning - Joint 0 following error at high velocities

Category: Basic Configuration

Thanks for your quick reply.

I haven't changed any drive parameters.

Since i am new to Servo tuning, its quite confusing to conclude, whatever i am doing is correct or not. Now i have a fundamental question,

With the above setup is it possible to achieve 15,000 mm/min feedrate within 20 micron positional accuracy and +- 20 micron repeatability? I doubt whether the control loop is fast enough to reach this speed and accuracy ?
  • IB_CnC
  • IB_CnC
30 Apr 2025 07:23 - 30 Apr 2025 07:24

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

I think this will solve the issue:
Will try today!
 

 
  • Hakan
  • Hakan
30 Apr 2025 05:49 - 30 Apr 2025 05:49
Replied by Hakan on topic EtherCAT + 7i96s + Internet Success

EtherCAT + 7i96s + Internet Success

Category: EtherCAT

Looks like it is missing a value for the OFFSET_AV_RATIO variable, doesn't it? Should be 0.5 I think but check the QtPlasmaC docs.
  • Attis92
  • Attis92
30 Apr 2025 05:00

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Thank you for the quick reply.

The log you shared is from the Python script, but the important part happens on the EC300 board side.
Could you connect an RS232 interface and check the board's response when receiving the new configuration?

Thanks
  • JetForMe
  • JetForMe's Avatar
30 Apr 2025 02:42

I seemed to have borked my GTK/Glade installation

Category: GladeVCP

I think the last time I tried to update to GTK+3, a bunch of the components no longer existed, like HAL_HideTable. Where do those come from?
  • IB_CnC
  • IB_CnC
30 Apr 2025 02:18

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

Anyways, the basic functionality is working.
I still have to wire up and map the ATC spindle PNP sensors to detect clamping / unclamping and the sensors for the out position of the Carousel cylinder, before I can try to run a toolchange. But that should work out fine.
Once everything is working, I'll do a writeup how it's configured.
  • IB_CnC
  • IB_CnC
30 Apr 2025 02:10

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

Allright!!!! Got the carousel working! Or atleast I can control and home it from the Probe Basic Gui and index it as well, altough I had to struggle a bit.

It's setup with the step generator PCB + 2 relays and two optical sensors.

- Had to figure out how to wire the relays in a way that both carousel directions were switching the "ON/OFF" circuit on the small stepgen PCB, but only 1 direction / relay would close the DIR circuit.
- Had to change 1 parameter in the M13 homing subroutine (P4 to P3), seems to be a typo.
- Had to configure the Index signal with AND2 logic for the M13 homing subroutine, so it looks for both the Index and the Pulse sensors during homing.
- Had some trouble with my NPN optical sensors, because I thought my Mesa 7i84 daughtercard was using NPN, while in reality I needed PNP.  

One problem, the drive wheel sensor flag overshoots the sensor by about 25 degrees during homing and index steps.
So when you home or index the carousel, the flag is passing the sensor completely due to deceleration it seems.
The result is if the follow up index movement is in the opposite direction, the flag gets detected after turning back only 25 degrees, with the physical carousel not stepping an index position, while the software does register +1 index pocket.
Not sure I can change decel with the stepgen PCB setup.

Two options to solve I think:
1- Create a longer flag on the drivewheel, so more like a lobe, which allows some more margin
2- Replace the drive wheel index sensor for a pulse flag on each pocket. The decel timing will give the geneva drive pin enough time to move out of the slot and properly engage.

Will try option 1 first, as I can just print a new disc with a longer flag. :-)

 
  • IB_CnC
  • IB_CnC
30 Apr 2025 01:47
Replied by IB_CnC on topic Losing some values after PB restart

Losing some values after PB restart

Category: QtPyVCP

Are you sure the probe_basic config folder doesn't get updated when you run those commands?

I was looking at the wrong machine folder initially, because I made a copy of probe_basic base folder when I first installed it.
  • langdons
  • langdons
29 Apr 2025 23:51
Replied by langdons on topic EtherCAT + 7i96s + Internet Success

EtherCAT + 7i96s + Internet Success

Category: EtherCAT

Python gives very unhelpful errors and traceback.

+1 for Java!

Did ya try the wizard?
Displaying 1291 - 1305 out of 26458 results.
Time to create page: 0.296 seconds
Powered by Kunena Forum