Advanced Search

Search Results (Searched for: )

  • pippin88
  • pippin88
22 Jun 2024 08:29
Replied by pippin88 on topic Setup Sheet as Embedded Tab

Setup Sheet as Embedded Tab

Category: Gmoccapy

A setup sheet display is a great idea.

Years ago I modified gmoccapy to have:
A Gcode manual tab
Active GCodes named - e.g G64 showed as "G64 Path Blending" or G61 showed as "G61 Exact Stop"

But I couldn't keep up with gmocappy updates (gcode naming changed the gmocappy main page, was not just a tab) so gave up on my mods.
  • Wischi
  • Wischi
22 Jun 2024 08:21
Setup Sheet as Embedded Tab was created by Wischi

Setup Sheet as Embedded Tab

Category: Gmoccapy

Hello,

I found this neat little feature for qtpyvcp that displays a html setup sheet from CAM as a tab in the gui. Would this be possible in gmoccapy using the embedded tab or the User tab? How could it be done? Sadly I don't have any experience with glade or python yet. Maybe this would be a good project to get into it?

forum.linuxcnc.org/qtpyvcp/38792-display-setup-sheet

Thanks
  • Aciera
  • Aciera's Avatar
22 Jun 2024 08:01 - 22 Jun 2024 08:51

Gremlin rewrite for OpenGL ES and possible optimization

Category: General LinuxCNC Questions

Have a look at the foam simulation config 'configs/sim/axis/foam/axis_foam.ini'.

 

Basically it produces two separate previews, one for XY and one for UV

[edit]
Note that the Z,W height comes from the gcode lines (there are no actual Z or W axes)
(AXIS,XY_Z_POS,5)
(AXIS,UV_Z_POS,30)

[edit2]
The idea is that the two cones represent the end of a hot wire cutting through styrofoam
 
 
  • alex_sar
  • alex_sar
22 Jun 2024 07:49

Gremlin rewrite for OpenGL ES and possible optimization

Category: General LinuxCNC Questions

Yes, that is the goal.

One thing that is still 100% unclear for me is foam cutter visualization. There is some magic code in Gremlin for this. I never worked with such kind of machines. Is there any LinuxCNC documentation regarding foam cutter setup? Or may be one can explain in short?
  • rodw
  • rodw's Avatar
22 Jun 2024 07:14 - 22 Jun 2024 07:15

Note: Using POSIX realtime 7167 Stopping realtime threads

Category: General LinuxCNC Questions

Please read the error report caefully.

This is the cause:

CANNOT FIND FILE FOR:try7_mill.hal
  • cmorley
  • cmorley
22 Jun 2024 06:46
Replied by cmorley on topic Sensor Probe Error

Sensor Probe Error

Category: Qtvcp

Ha - now that you pointed it out, it's obvious !
I'll look into it.
  • suraj9735
  • suraj9735's Avatar
22 Jun 2024 06:09
  • suraj9735
  • suraj9735's Avatar
22 Jun 2024 06:03

Note: Using POSIX realtime 7167 Stopping realtime threads

Category: General LinuxCNC Questions

Getting POSIX realtime error and not able to launch the linuxcnc software.

ip a is ok, showing 10.10.10.100. Ping 10.10.10.10 is also ok, getting response from the board. Using Debian GNU/Linux 12 (bookworm), linuxcnc 2.9.2 with kernal version '6.1.0-21-rt-amd64'.

Is this kernal version is ok or need to install another kernal?
 
  • ThyerHazard
  • ThyerHazard's Avatar
22 Jun 2024 04:46
AC spindle servo on a Chinese BOB set up was created by ThyerHazard

AC spindle servo on a Chinese BOB set up

Category: Driver Boards

Hey guys has anyone on here used an AC servo spindle motor with just a parport break out board? My finger is hovering over the buy now button but just want to see if anyone has tried before I become the lab rat

(I have a two parport bob set up if that helps)

thanks guys :D
  • jimmyrig
  • jimmyrig
22 Jun 2024 04:26
Replied by jimmyrig on topic StepperOnline T6 servo drive

StepperOnline T6 servo drive

Category: PnCConf Wizard

Got the 400w version, machine is a bar feeder. Not finished yet so no report on longevity but it was easy enough to setup and get running
  • PCW
  • PCW's Avatar
22 Jun 2024 04:26 - 22 Jun 2024 17:33
Replied by PCW on topic [Solved] Help with setup 7i97T

[Solved] Help with setup 7i97T

Category: Driver Boards

The connections between the PID outputs and PWM values are missing.
In addition, the PWM enables are missing.

For example, this is whats missing for joint 0:

net joint.0.output => [MESA](BOARD).0.pwmgen.00.value
net joint-0-enable => [MESA](BOARD).0.pwmgen.00.enable

MAKE VERY SURE you have the drive enables working so you
disable the drives if you get a runaway and following error.

There does not seem to be a 7I97T output dedicated to drive enable
so this MUST be fixed before adding the missing PWM connections.

Edit: The PWM enables shown above will work for controlling the drive
enable pins on the 7I97Ts TB3 connector.


 
  • rodw
  • rodw's Avatar
22 Jun 2024 02:52
Replied by rodw on topic EtherCAT hardware requirements questions

EtherCAT hardware requirements questions

Category: EtherCAT

If you have a VFD, modbus (which I used with ethercat), or PWM from Rtelligent IO module, 

@GuiHue, EL7041 is also an option but it includes an input for 48 Volt power for stepper motors.
  • PCW
  • PCW's Avatar
22 Jun 2024 02:43 - 22 Jun 2024 02:44
Replied by PCW on topic use a older snapon plasma50 for DIY CNC

use a older snapon plasma50 for DIY CNC

Category: Plasmac

If it can count a single signal then it can work.

If the low level encoder code does not provide a velocity pin,
you could calculate frequency using the ddt component,
but that will introduce noise proportional the servo thread jitter
relative to the servo thread period.

You could tradeoff bandwidth for noise by running the ddt thread
at a multiple of the servo thread period or low-pass filtering 
the result of the ddt.

The Mesa encoder velocity estimation works well for this as it
calculates velocity as counts/time_between_those_counts
The time between counts measured by timestamping
every count, so basically measures frequency based
on a crystal clock.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
22 Jun 2024 02:38
Replied by Cant do this anymore bye all on topic Mesa 7i96 Ethernet Socket Problems - LC2.9.2 on Raspberry Pi 4B

Mesa 7i96 Ethernet Socket Problems - LC2.9.2 on Raspberry Pi 4B

Category: Driver Boards

I've got the equipment & ability to do that sort of work, based in Sydney myself, used to work as a tech for one of the larger EFTPOS companies doing smd board level repairs. I could even just look at it for you you.

But fully understand if you want to go through Mesa.
  • electrosteam
  • electrosteam
22 Jun 2024 02:20

Mesa 7i96 Ethernet Socket Problems - LC2.9.2 on Raspberry Pi 4B

Category: Driver Boards

PCW, thanks for that.

Gave the contacts a good wash with isopropyl alcohol and preliminary results seemed better, but stats show about 50 % lost packets.

I will try again tomorrow.

Regardless of solution, I need to purchase a replacement board, if only as a spare for future.
Are there any agents in Australia (I am in Sydney) ?

John.
Displaying 24061 - 24075 out of 26461 results.
Time to create page: 0.529 seconds
Powered by Kunena Forum