Advanced Search

Search Results (Searched for: )

  • aDm1N
  • aDm1N's Avatar
22 Dec 2025 21:58 - 22 Dec 2025 22:01

LatheEasyStep – experimental QtVCP macro for step-by-step lathe programming

Category: Qtvcp

So, it seems I've managed to get the contour pretty well right. It's coming along slowly. It took me quite a while to get it to this point.
{
  "op_type": "contour",
  "params": {
    "start_x": 0.0,
    "start_z": 0.0,
    "coord_mode": 0.0,
    "segments": [
      {
        "mode": "xz",
        "x": 15.0,
        "z": 0.0,
        "x_empty": false,
        "z_empty": false,
        "edge": "radius",
        "edge_size": 5.0,
        "arc_side": "auto",
        "arc_side_raw": ""
      },
      {
        "mode": "xz",
        "x": 15.0,
        "z": -15.0,
        "x_empty": false,
        "z_empty": false,
        "edge": "none",
        "edge_size": 0.0,
        "arc_side": "auto",
        "arc_side_raw": ""
      }
    ],
    "name": "radius"
  },
  "primitives": [
    {
      "type": "line",
      "p1": [
        0.0,
        0.0
      ],
      "p2": [
        10.0,
        0.0
      ]
    },
    {
      "type": "arc",
      "p1": [
        10.0,
        0.0
      ],
      "p2": [
        15.0,
        -4.999999999999999
      ],
      "c": [
        10.0,
        -5.0
      ],
      "ccw": false
    },
    {
      "type": "line",
      "p1": [
        15.0,
        -4.999999999999999
      ],
      "p2": [
        15.0,
        -15.0
      ]
    }
  ]
}
{
  "op_type": "contour",
  "params": {
    "start_x": 0.0,
    "start_z": 0.0,
    "coord_mode": 0.0,
    "segments": [
      {
        "mode": "xz",
        "x": 15.0,
        "z": 0.0,
        "x_empty": false,
        "z_empty": false,
        "edge": "chamfer",
        "edge_size": 5.0,
        "arc_side": "auto",
        "arc_side_raw": ""
      },
      {
        "mode": "xz",
        "x": 15.0,
        "z": -15.0,
        "x_empty": false,
        "z_empty": false,
        "edge": "none",
        "edge_size": 0.0,
        "arc_side": "auto",
        "arc_side_raw": ""
      }
    ],
    "name": "Fase"
  },
  "primitives": [
    {
      "type": "line",
      "p1": [
        0.0,
        0.0
      ],
      "p2": [
        10.0,
        0.0
      ]
    },
    {
      "type": "line",
      "p1": [
        10.0,
        0.0
      ],
      "p2": [
        15.0,
        -5.0
      ]
    },
    {
      "type": "line",
      "p1": [
        15.0,
        -5.0
      ],
      "p2": [
        15.0,
        -15.0
      ]
    }
  ]
}
  • DerKlotz
  • DerKlotz
22 Dec 2025 15:42
SolidCAM 2021 remove remaining material was created by DerKlotz

SolidCAM 2021 remove remaining material

Category: CAD CAM

Hello,iI am just starting to use SolidCAM.
Attached is a picture of a part that I would like to mill. The other picture shows the part after tool simulation. Material remains on the bevel. How can I remove the remaining material for example with a 3 mm ball end mill? SolidCAM has the standard milling cutters, and I added a 3 mm ball end mill manually.
  • Hakan
  • Hakan
22 Dec 2025 15:12
Replied by Hakan on topic leadshine R3EC

leadshine R3EC

Category: EtherCAT

Check the last say 10-20 lines of the output of "sudo dmesg".The ethercat master
always tells why (in a not so obvious way) why slaves won't go OP.
  • Ahmed.emara
  • Ahmed.emara
22 Dec 2025 15:01
leadshine R3EC was created by Ahmed.emara

leadshine R3EC

Category: EtherCAT

hello guys
i really need help with configuring R3EC IO coupler + R3 1600 DI + R3 0016-P DO ,to my etherCAT system,
i wrote XML file but when i check the status of the slaves all the drivers are in OP mode except the R3EC is in SAFEOP and it does not switch to OP mode,
here is the XML section for the R3EC i used : 
<slave idx="6" type="generic" vid="0x00004321" pid="0x61400025" configPdos="true">
<!-- SM2: Outputs -->
<syncManager idx="2" dir="out">
<pdo idx="0x7000">
<pdoEntry idx="0x7000" subIdx="0x01" bitLen="16" halType="complex">
<complexEntry bitLen="1" halPin="do-01" halType="bit"/>
<complexEntry bitLen="1" halPin="do-02" halType="bit"/>
<complexEntry bitLen="1" halPin="do-03" halType="bit"/>
<complexEntry bitLen="1" halPin="do-04" halType="bit"/>
<complexEntry bitLen="1" halPin="do-05" halType="bit"/>
<complexEntry bitLen="1" halPin="do-06" halType="bit"/>
<complexEntry bitLen="1" halPin="do-07" halType="bit"/>
<complexEntry bitLen="1" halPin="do-08" halType="bit"/>
<complexEntry bitLen="1" halPin="do-09" halType="bit"/>
<complexEntry bitLen="1" halPin="do-10" halType="bit"/>
<complexEntry bitLen="1" halPin="do-11" halType="bit"/>
<complexEntry bitLen="1" halPin="do-12" halType="bit"/>
<complexEntry bitLen="1" halPin="do-13" halType="bit"/>
<complexEntry bitLen="1" halPin="do-14" halType="bit"/>
<complexEntry bitLen="1" halPin="do-15" halType="bit"/>
<complexEntry bitLen="1" halPin="do-16" halType="bit"/>
</pdoEntry>
</pdo>
</syncManager>
<!-- SM3: Inputs -->
<syncManager idx="3" dir="in">
<pdo idx="0x6000">
<pdoEntry idx="0x6000" subIdx="0x01" bitLen="16" halType="complex">
<complexEntry bitLen="1" halPin="di-01" halType="bit"/>
<complexEntry bitLen="1" halPin="di-02" halType="bit"/>
<complexEntry bitLen="1" halPin="di-03" halType="bit"/>
<complexEntry bitLen="1" halPin="di-04" halType="bit"/>
<complexEntry bitLen="1" halPin="di-05" halType="bit"/>
<complexEntry bitLen="1" halPin="di-06" halType="bit"/>
<complexEntry bitLen="1" halPin="di-07" halType="bit"/>
<complexEntry bitLen="1" halPin="di-08" halType="bit"/>
<complexEntry bitLen="1" halPin="di-09" halType="bit"/>
<complexEntry bitLen="1" halPin="di-10" halType="bit"/>
<complexEntry bitLen="1" halPin="di-11" halType="bit"/>
<complexEntry bitLen="1" halPin="di-12" halType="bit"/>
<complexEntry bitLen="1" halPin="di-13" halType="bit"/>
<complexEntry bitLen="1" halPin="di-14" halType="bit"/>
<complexEntry bitLen="1" halPin="di-15" halType="bit"/>
<complexEntry bitLen="1" halPin="di-16" halType="bit"/>
</pdoEntry>
</pdo>
</syncManager>
</slave>

i appreciate your help guys i have been stuck with this problem since two weeks!
  • Nator
  • Nator
22 Dec 2025 14:38
Replied by Nator on topic DM556 vs DM556 with DSP

DM556 vs DM556 with DSP

Category: Off Topic and Test Posts

Ohh thats very good to know! Probably stick around with the "dumb" devices then. But any other experience is welcome!
  • Mr1576
  • Mr1576
22 Dec 2025 13:11 - 22 Dec 2025 14:07
qtdragon_hd updated handler issue was created by Mr1576

qtdragon_hd updated handler issue

Category: Qtvcp

 

File Attachment:

File Name: linuxcnc.report1.txt
File Size:9 KB
Hi Everyone, first post here on the forum.I'm very new to Linuxcnc, and am building a 4 axis machine. I have Linuxcnc 2.9.3 installed and literally just a few days ago started playing around with jogging in increments within Qtdragon_hd. (love the interface)Sadly the only increments that actually work are 0.1mm or smaller. Everything else produces random results.After some reading it was suggested that I update the qtdragon_hd handler.py which seemed logical, and after downloading from the github a new .py file (95.5kb) I eventually figured out how to replace the original.Unfortunately now I cant launch the program and just get an error - hopefully attached is the report. If I revert to the original handler.py the program launches but I still have the unreliable increments.Have I missed a link somehow with respect to the new handler looking for a reference to my HAL and ini files?Would love to get some input for a solution.Many thanks
  • CaliusOptimus
  • CaliusOptimus
22 Dec 2025 13:05
Replied by CaliusOptimus on topic DM556 vs DM556 with DSP

DM556 vs DM556 with DSP

Category: Off Topic and Test Posts

I dont have the 556 but i have the 542j which seems similar to one of those. In the sense that it has the serial port and 5v/24v switch. I noticed that this drive has some kind of internal processing that causes a following error. At any speed the motor lags the pulses and more so as speed increases. At 2500rpm the motor lags 1/4 turn behind the pulses, which makes it a poor candidate for use with encoders, and probably causes poor interpolation. I tried tweaking the settings with the leadahine software but no luck... ended up switching out with geckodrives and now have zero following error.

I was having this conversation with an engineer friend and he also noticed that some leadshine drives have a mind of their own.
  • Nator
  • Nator
22 Dec 2025 12:12
DM556 vs DM556 with DSP was created by Nator

DM556 vs DM556 with DSP

Category: Off Topic and Test Posts

Hi everybody,
since I am planning to update a Wabeco CC-F1210 with something quite up to date hardware I saw the DM556 and thought those would fit quite good. But there are so many "versions" of that thing.
Probably the most differences are in the following 2 models:
www.omc-stepperonline.com/digital-steppe...stepper-motor-dm556t
and the leadshine version:
www.omc-stepperonline.com/leadshine-digi...-stepper-motor-dm556
Is the new functionaliy of the leadshine worth the buck? Does anyone has real experience with both?
regards Han
  • Nator
  • Nator
22 Dec 2025 12:06
Replied by Nator on topic PicoBOB-DLX

PicoBOB-DLX

Category: Driver Boards

Thank you all!
  • JuFu
  • JuFu
22 Dec 2025 11:39
USER section in Probe Basic was created by JuFu

USER section in Probe Basic

Category: QtPyVCP

Hello, I'm a beginner in Probe Basic UI and want to add some machine specific buttons in the USER section of the UI screen.
I understand that the layout is designed by using Qt Designer but have no glue whow to link/connect the button with the hal pin or signal of the machine.
Any advise ot link to a helpful YT video is apreciated. I could not find a YT tutorial or step-by-step guide/documentation.
  • NT4Boy
  • NT4Boy
22 Dec 2025 11:34 - 22 Dec 2025 11:42
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

I've been distracted by configuring a CAM post for this machine, and kind of blown away, that after months of learning, I can decide on a strategy, select tools speeds feed etc, and output the NC code from the CAM system and linuxcnc, parses it without comment. Not only that the machine runs the code and the the part is to drawing. Just excellent.

The orient.svg chart, while I get some of what it is telling me, i cannot understand how I need to convert it into hal statements. I thought by now I would get this stuff but I don't. which ones are loadrt, addf, setp and net ?

Sorry to be a dunce.

Could I ask for some pointers please?
  • DerKlotz
  • DerKlotz
22 Dec 2025 11:13
Replied by DerKlotz on topic SolidCAM 2021 circular pocket not generated

SolidCAM 2021 circular pocket not generated

Category: CAD CAM

Thank you very much
  • MaHa
  • MaHa
22 Dec 2025 10:52

SolidCAM 2021 circular pocket not generated

Category: CAD CAM

It's the xy allowance 0.25mm , using a 6mm tool machining 6.05
  • DerKlotz
  • DerKlotz
22 Dec 2025 10:38

SolidCAM 2021 circular pocket not generated

Category: CAD CAM

Hello,
i just started with SolidCAM and try my first job -> attached photos..
All working toolpathes are blackish and one not working toolpath is blueish. Here i want a 6.05mm hole/4mm deep. Tool should be a 6mm end mill.
Tried many things but still don´t work.

Please help
  • jazzkramer
  • jazzkramer
22 Dec 2025 00:14 - 22 Dec 2025 00:26

Limit and home swithces with multiplexing with diodes and mux16 component?

Category: Basic Configuration

..AND, I see now, Mesa page says 7i84 is obsolite, there is the 7i84U now..


AND differences are: 
1. Field outputs can be set to sourcing, sinking, or push pull modes on a per output basis.
2. Field outputs do not require flyback diodes for inductive loads regardless of load current.
3. 500 mA output current

So, nice! :)

Thanks! :)


 
Displaying 121 - 135 out of 20784 results.
Time to create page: 0.180 seconds
Powered by Kunena Forum