Advanced Search

Search Results (Searched for: )

  • leexi
  • leexi
Today 18:33 - Today 18:35
Replied by leexi on topic Chinise mesa clone vs Original vs Ethercat

Chinise mesa clone vs Original vs Ethercat

Category: Driver Boards

Hi
test (open loop), max step frequency output, perhaps the noise is coming from my testing probes, picture at 3Mhz this output frequency is way beyond my actual needs. and interesting to know what are the step output card band with

  • tommylight
  • tommylight's Avatar
Today 17:50
Replied by tommylight on topic Steuerung für Drehmaschine?

Steuerung für Drehmaschine?

Category: Deutsch

"“linuxcnc-uspace” will also run on a standard Linux kernel for use as a simulator, but it should not be used to control hardware."

Das ist mit normaler "generic" kernel>
Mit RT kernel wir ales nutzen die LinuxCNC uspace fuhr machine steurung.
Fuhr Mesa karte, es ist besser die officiele ISO nutzen, nur wen etwas funkt nicht mit Trixie, dan nutz meine ISO.
  • Aciera
  • Aciera's Avatar
Today 17:35
Replied by Aciera on topic Steuerung für Drehmaschine?

Steuerung für Drehmaschine?

Category: Deutsch

Du brauchst nur die 'Debian 13 Trixie PREEMPT-RT ISO ' runter zu laden, die hat alles was du für Mesa Karten brauchst.
  • Holzwurm56
  • Holzwurm56
Today 16:53 - Today 17:03
Replied by Holzwurm56 on topic Steuerung für Drehmaschine?

Steuerung für Drehmaschine?

Category: Deutsch

Es gibt wohl LinuxCNC und LinuxCNC-uspace. LCNC-uspace wäre nur zur Simulation aber nicht zur Maschinensteuerung. Die neueste Version 
ist wohl Debian 13 mit LCNC 2.9.10, das ist aber mit uspace. Was soll ich jetzt am Anfang installieren? Es soll natürlich mit Mesa-Karten z. B.
7I96 zusammenarbeiten.
"“linuxcnc-uspace” will also run on a standard Linux kernel for use as a simulator, but it should not be used to control hardware."
  • Aciera
  • Aciera's Avatar
Today 16:21
Replied by Aciera on topic Steuerung für Drehmaschine?

Steuerung für Drehmaschine?

Category: Deutsch

habe mir aus dem Forum von Tommylight LM22.1 mit LCNC2.10 runtergeladen


Warum nicht die offizielle stabile Version 2.9.10 von hier linuxcnc.org/downloads/ statt irgend eine master version von vor einem Jahr?
  • Holzwurm56
  • Holzwurm56
Today 15:34 - Today 15:36
Steuerung für Drehmaschine? was created by Holzwurm56

Steuerung für Drehmaschine?

Category: Deutsch

Ich will meine Drehmaschine auf eine modernere Steuerung umrüsten. Jetzt läuft sie unter Mach3 und 2 Printerports. Ich habe aus alten
Zeiten noch eine Mesa 7I96 und habe mir aus dem Forum von Tommylight LM22.1 mit LCNC2.10 runtergeladen. Wichtig sind für mich 2 Handräder damit ich auch quasi-konventionell drehen kann. Hat jemand so etwas schonmal gebaut und kann mir ein paar Tipps geben? Oder gibt
es unter LCNC eine bessere Lösung? Die 7I92 scheint ja eben sehr aktuell und beliebt zu sein?
Ich habe die Frage im englischsprachigem Forum gestellt, weil mir das mit den Google-Übersetzer
doch etwas umständlich ist, stelle ich die Frage auch nochmal hier.
MfG
Hans
  • tuxcnc
  • tuxcnc
Today 13:13
Replied by tuxcnc on topic Conversational CAD CAM

Conversational CAD CAM

Category: O Codes (subroutines) and NGCGUI

I found the solution for fanuc style tool numbers.
No changes to Becksvill's code, this will work anywhere.
1. Create settool.ngc file
o<settool> sub
O200 IF [#<t> GT 100]
    #<t> = [#<t> MOD 100]
O200 ENDIF
T#<t>
o<settool> endsub
2. Add to your ini file in [RS274NGC] section
REMAP = T argspec=t ngc=settool
Now, for example, tool 1 will be loaded even if there is T0101 in g-code and tool 101 is not present in tool table. 
  • tuxcnc
  • tuxcnc
Today 12:01
Replied by tuxcnc on topic Conversational CAD CAM

Conversational CAD CAM

Category: O Codes (subroutines) and NGCGUI

if you want to install this i have made it as simple as i know how to.  
step 1 if on a brand new install from the ISO then open the linuxcnc config picker first and open any sim.  that will make folders for linuxcnc and configs etc
step 2 copy and past this file into the normal configs directory.  and unzip or unzip before copying

open the linuxcnc config picker again and open this config.  click desktop shortcut.

For me this not works. LinuxCNC starts, but you can't homing or do any moving (following error).
In my opinion, the better way is you collect only necessary files and say what we have to change in standard sim ini.

I did some test with config copied from sample-configs/sim/gmoccapy/lathe_configs.
This is gmoccapy and I recommend for you.
The 6,5 font size is not readable for me. I suspect this is from lack of space in Axis.
In gmoccapy you can safely use 12 font size.
There is one problem to solve - "generate & load" button works partially, generate, save, but not load. Manually loaded lathe_profile.ngc works as expected. Maybe rename button to "generate" only? 

For me fanuc style Tnnnn is a problem. I never used this, don't want this, and tried to remove this "advantage", but no luck.
How to change sources for use standard Tnn tools?

I tested only "OD turning", seems this is good idea and good software, and worth to test the rest.

 
  • tuxcnc
  • tuxcnc
Today 08:47

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

Category: Computers and Hardware

Sorry, but I can’t exactly create a sample for each of the 100,000 possibilities.
 

I don't ask you for all possibilities, but only for share configs you used for your tests.
  • tuxcnc
  • tuxcnc
Today 08:30
Replied by tuxcnc on topic Chinise mesa clone vs Original vs Ethercat

Chinise mesa clone vs Original vs Ethercat

Category: Driver Boards

after some test I found the maximal output step frequency that I can get is around 100kHz, , beyond this frequency I start getting following error message, no matter what value on following error is placed at .ini
Do you know if is possible to increase this frequency? 
 

Check max acceleration in your ini.
Low acceleration with high speed increase ferror.
  • meister
  • meister
Today 08:18

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

Category: Computers and Hardware

Sorry, but I can’t exactly create a sample for each of the 100,000 possibilities.
But it’s not difficult to create a configuration from scratch.

  • Holzwurm56
  • Holzwurm56
Today 08:15 - Today 08:20
Replied by Holzwurm56 on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

Hi Tommy, I downloaded the ISO from your first post. Which software did you use to calculate the MD5? I’m using MD5-Check and getting a different MD5. Or did you post a newer version in another thread? The UEFI installation method seems outdated—do I need to disable Secure Boot?
Many thanks,
Hans
  • tuxcnc
  • tuxcnc
Today 08:10
Replied by tuxcnc on topic Chinese Mesa 7I92 from aliexpress NEW

Chinese Mesa 7I92 from aliexpress NEW

Category: Driver Boards

Hello, I've run my second Chinese 7i92 board on the lathe. File 7i92_G540x2D. The SSK-MB2 board from BOB works fine.
 

Hi.
I have got this Lenovo cable:

It is important this has 26 pin plug which can move or remove pins. (There are flat cable with fixed plug too.)
You have to make one 1mm hole because Mesa has all pins, but Lenovo motherboard's socket only 25.
When you remove bracket, the second plug fit BOB without problems.
Why removable pins are important?
1. You must move GND pins if you need 5V power from mesa socket.
2. The PC817 optocouplers on BOB have very low bandwith.
If you will to use 7i92_5ABOB_Enc.bit and configure encoders=1 in hal file, this fits PC817 optocouplers on BOB.
I removed three pins from cable plug and move them to second mesa socket and use them as limits connected to BOB.
I have E6B2CWZ6C 2500 p/r encoder working well with 5V power.
If you make encoder's cable ends with goldpin plugs (no matter how) you can fit them to Lenovo cable 26 pin plug.
Unfortunatelly I can't make photo, because I'm now in other place than my lathe.
The encoder works well with 2000 RPM. With PC817 optocouplers it will be only 200 rpm or less, I suppose.
Note, that E6B2CWZ6C manufacturer promised 100 kHz bandwith.
If your spindle can spin more, you may have to use less resolution encoder.
  • andreas0480
  • andreas0480
Today 08:01

7I96S isolated inputs (InM) stopped updating live — read fine at load, then froz

Category: Driver Boards

Thanks for the reply. I now also monitored the GPIOs.

Correction to my earlier post in this thread first: the InM is not frozen. That was a monitoring-timing mistake on my end — IN4 (E-stop) tracks perfectly in both inm.00.input-04 and gpio.004.in. Card, InM and Ethernet are all fine.

System: LinuxCNC 2.9.10 (uspace), Raspberry Pi CM5, Debian 12 PREEMPT_RT, 7I96S via hm2_eth.
config="num_encoders=1 num_pwmgens=1 num_stepgens=5 sserial_port_0=0xxxxxxx"

Bank is wired sourcing (common on 0 V) — confirmed by several known-good and working inputs:

E-stop: 24V+ → NC switch → IN4. Released (24 V on pin) → TRUE; pressed (open) → FALSE. Tracks perfectly.
Driver alarms: 24V+ → ALM → IN0–3, working.

Problem input: IN8 has an M8 NPN-NC inductive sensor (sinking). Bare, its target-present level only reached ~13 V, so it read active in both states; I added a ~470 Ω pull-up from the pin to +24 V. The pin now measures:

target absent: 0.1 V
target present: 23.85 V

The sensor's own LED and the card's IN8 input LED both follow the target correctly — but inm.00.input-08 and gpio.008.in read stuck TRUE regardless.
  • Becksvill
  • Becksvill
Today 07:33 - Today 07:43
Conversational CAD CAM was created by Becksvill

Conversational CAD CAM

Category: O Codes (subroutines) and NGCGUI

Hey guys just wanted to upload this config with a cnc conversational gcode software.  I will try make some videos as this is the coolest thing ever i think.  its all made with claude so i can't really take credit for it.  but i have been machining for 16 years now and used fagor and semiens lathe controls with conversational software like shop turn.  and this is the closest i could make to something like that.  this runs as a  embedded glade vcp tab in axis gui.  so as simple as you can get with linuxcnc.  and has no dependancy's that i could find,  everything runs on python and there is no subroutines in the conversational software.  so if you want to add this to your own config i think that all you will need to do is copy any python files you can find and add the right lines to the ini to load the glade tab which you can copy from my ini.

All code is long hand so no canned cycles.  and the profile cycles are made based off the linuxcnc canned cycles.

you can reload a old program made with this back into the conversational software and make changes in a few seconds and re post it.  

this is still a work in progress but its been running large cnc lathes for a few weeks and no issues so far.  and you can see in the preview anyway  enjoy and if anyone uses it let me know cheers.  just hoping to give back a little to linuxcnc a bit and this has been massively missing for ages.  even ecam only does mills i think.



if you want to install this i have made it as simple as i know how to.  
step 1 if on a brand new install from the ISO then open the linuxcnc config picker first and open any sim.  that will make folders for linuxcnc and configs etc
step 2 copy and past this file into the normal configs directory.  and unzip or unzip before copying

open the linuxcnc config picker again and open this config.  click desktop shortcut.

run it post code and have a look.

Ps just a few things to warn about.  this uses chris morley's wear patch so t0101  and also uses g30 for tool change positiion.  and assumes a encode for g33.1 tapping and for threading

this was tested today on a fresh install of 2.10 cheers

Andrew
Displaying 1 - 15 out of 14272 results.
Time to create page: 0.789 seconds
Powered by Kunena Forum