Advanced Search

Search Results (Searched for: )

  • Deckerjwd
  • Deckerjwd's Avatar
01 Nov 2024 15:48
xml tool Table was created by Deckerjwd

xml tool Table

Category: General LinuxCNC Questions

want to use HSM Advisor to manage my tools it has a xml export, is there a linuxcnc converter or xml plugin ?
  • Finngineering
  • Finngineering
01 Nov 2024 15:08
Replied by Finngineering on topic Strange stepgen behaviour with 7i95t_1pktv2d firmware

Strange stepgen behaviour with 7i95t_1pktv2d firmware

Category: Driver Boards

Only the stepgen 00 shows this issue, at least from what I have seen:
 

Is there something I can do to further help debugging/troubleshooting? I am no programming god, but I can get my way around some c code if it's of any use. I'm currently on the "stock" iso 2.9.2, if that makes any difference.
  • PCW
  • PCW's Avatar
01 Nov 2024 14:39

Strange stepgen behaviour with 7i95t_1pktv2d firmware

Category: Driver Boards

I think I have see that before and it looks like a bug in the mesa_modbus driver.
(the 1 Hz is the modbus timeout/retry period) In my testing, it went away mysteriously
and I was not able to re-create it. Looks like maybe request/reply mismatch in some
circumstances.Can you retry the test with the stepgen position not at 0?
(that would provide a bit more information.)

There are a number of already known bugs in mesa_modbus:

 

File Attachment:

File Name: modbus.txt
File Size:1 KB
  • hmearns
  • hmearns
01 Nov 2024 13:48
Replied by hmearns on topic Novakon Mill Conversion - Getting Started

Novakon Mill Conversion - Getting Started

Category: CNC Machines

Here are the hal and ini files. Thanks for the reply!
  • besriworld
  • besriworld
01 Nov 2024 13:25 - 01 Nov 2024 13:27
Replied by besriworld on topic Spindle Load feedback in Gmoccapy

Spindle Load feedback in Gmoccapy

Category: Gmoccapy

If someone in the future wants to make the panel color match the gui theme. It just needs to load this file with panel

 

File Attachment:

File Name: signals.py
File Size:2 KB


works with the new version of linuxcnc 2.9.3
  • besriworld
  • besriworld
01 Nov 2024 13:14 - 01 Nov 2024 13:17
Replied by besriworld on topic gmocappy clock

gmocappy clock

Category: Gmoccapy

I am attaching edited python file to run on version linuxcnc v2.9.3  .Now, the color of the panel will automatically align with the color specified in the GUI settings.
in .ini file put
EMBED_TAB_NAME = timer
EMBED_TAB_LOCATION = box_custom_4
EMBED_TAB_COMMAND = gladevcp -x {XID} -u timer_hu.py -H timer_4.hal timer_4.glade



 

File Attachment:

File Name: timer_hu.py
File Size:7 KB

File Attachment:

File Name: timer_4.hal
File Size:1 KB

File Attachment:

File Name: timer_4.glade
File Size:13 KB



 
  • rmavalente
  • rmavalente
01 Nov 2024 13:08
Replied by rmavalente on topic Help to understand axes directions

Help to understand axes directions

Category: General LinuxCNC Questions

Im still confused, Mr Aciera is says the first post is correct, Mr Tommy says X and Y are opposite :(, which is correct or what should I set?
  • michaeln
  • michaeln
01 Nov 2024 10:09 - 01 Nov 2024 10:27

ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play

Category: Computers and Hardware

Does the spiethconfig work for anybody?
I tested a lot, but i don't find the problem.
I insert printf commands in the code and get strange outputs. I change from picocom to putty, the same.

The command in short and long version:
spiethconfig -s 19 -i 23 -c 18 -e 0 -t 4
spiethconfig --miso 19 --mosi 23 --sck 18 --csenable 0 --interrupt 4
The output:
Invalid or missing Chip Select pin (0>128)
Command returned non-zero error code: 0x1 (ERROR)

I insert some printf-commands ( bold my changes):
            printf("argc: %d\r\n", argc);     

          
  if (result.count("s")) { miso_pin = result["s"].as<int>;(); }
            printf("MISO pin: %d \r\n", miso_pin);
            if (miso_pin < 0 || miso_pin > 128 ) { printf_P(PSTR("Invalid or missing MISO pin (0>128)\n")); return EXIT_FAILURE;}
            
            if (result.count("i")) { mosi_pin = result["i"].as<int>;(); }
            printf("MOSI pin: %d \r\n", mosi_pin);
            if (mosi_pin < 0 || mosi_pin > 128 ) { printf_P(PSTR("Invalid or missing MOSI pin (0>128)\n")); return EXIT_FAILURE;}

            if (result.count("c")) { sck_pin = result["c"].as<int>;(); }
            printf("SCK pin: %d \r\n", sck_pin);
            if (sck_pin < 0 || sck_pin > 128 ) { printf_P(PSTR("Invalid or missing SCK pin (0>128)\n")); return EXIT_FAILURE;}

            if (result.count("e")) { cs_pin = result["e"].as<int>;(); }
            printf("CS pin: %d \r\n", cs_pin);
            if (cs_pin < 0 || cs_pin > 128 ) { printf_P(PSTR("Invalid or missing Chip Select pin (0>128)\n")); return EXIT_FAILURE;}

            if (result.count("t")) { int_pin = result["t"].as<int>;(); }
            printf("INT pin: %d \r\n", int_pin);
            if (int_pin < 0 || int_pin > 128 ) { printf_P(PSTR("Invalid or missing Interrupt pin (0>128)\n")); return EXIT_FAILURE;}

and get the result:
argc: 7
MISO pin: 19
MOSI pin: 23
SCK pin: 18
CS pin: 255
Invalid or missing Chip Select pin (0>128)
Command returned non-zero error code: 0x1 (ERROR)

After that i change the sequence of the variables, the problems stay at the forth position. i saw that the out from argc stay at maximum 7 (in my opinion it should be 11).

Does it work for anybody?
If yes, what does is made wrong?

Thanks and best regards
michaeln
  • Aciera
  • Aciera's Avatar
01 Nov 2024 09:44
Replied by Aciera on topic Repeat loop

Repeat loop

Category: G&M Codes

Not that I'm aware. But you could of course implement a counter using your own parameter value.
  • Aciera
  • Aciera's Avatar
01 Nov 2024 09:42
Replied by Aciera on topic Help to understand axes directions

Help to understand axes directions

Category: General LinuxCNC Questions

When the table is moving to the left, closer to the lathe the X should increment?
When the machine is moving toward the light blue wall the Y should increment?
When the table is moving down, closer to the floor, the Z should increment?


That is correct.


I'm setting my home positions and to order to:
1st: Z all the way down, nearest to the floor at value 0.0
2nd: X all the way to the left, nearest the lathe at value 0.0
3rd: Y all the way back, nearest to the wall at value 0.0

The home position is up to you. There is nothing wrong the way you have it.
  • rmavalente
  • rmavalente
01 Nov 2024 09:28
Replied by rmavalente on topic Help to understand axes directions

Help to understand axes directions

Category: General LinuxCNC Questions

Hi,

it did not, I stared a lot over the milling machine picture and just got more confused, I'm missing some concepts
  • Finngineering
  • Finngineering
01 Nov 2024 09:17
Replied by Finngineering on topic Strange stepgen behaviour with 7i95t_1pktv2d firmware

Strange stepgen behaviour with 7i95t_1pktv2d firmware

Category: Driver Boards

I reduced the config files from ~700 lines down to the ~10 lines included in the first post, which are needed to reproduce the issue. As such, I can post the full configs if you think it is necessary? But the full configs are currently a work in progress, and I think its more likely to lead us astray than help. Part of the reason I reduced it to the above test case was to make sure I had nothing else in the configs that could be the cause of the issue.
  • tommylight
  • tommylight's Avatar
01 Nov 2024 09:10

ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play

Category: Computers and Hardware

If you get an error compiling the LinuxCNC component, rename the containing folder and remove empty spaces in the name.
You will also get an error when compiling for ESP as there is something with 2 letters in upper case but the other file has it in lower case, forgot what file and where.
Use serial monitor and
github.com/SybexX/ESP32_LinuxCNC_MotionC...in/SerialCommands.md
to check what pins are in use for W5500 as in most config files one pin is 5 while on esp32 it shows as 0, so had to rewire that.
  • tommylight
  • tommylight's Avatar
  • tommylight
  • tommylight's Avatar
01 Nov 2024 08:54
Replied by tommylight on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

Yes, yes and yes.
I might be a bit biased as i have twice retrofitted fully working machines, so i do not care what was, i know what it will be when i get my hands on it = LinuxCNC.
We have 15 ton machines working with it, no idea how heavy was one i saw on youtube but a human was puny standing in it.
It just takes time and effort and you will be left with huge knowledge you gathered on the way.
Displaying 22531 - 22545 out of 22545 results.
Time to create page: 0.492 seconds
Powered by Kunena Forum