Advanced Search

Search Results (Searched for: )

  • Mr. Mass
  • Mr. Mass's Avatar
22 Oct 2024 06:15 - 22 Oct 2024 06:18
Replied by Mr. Mass on topic CNC machine B64-S-ATC

CNC machine B64-S-ATC

Category: CNC Machines

Some progress here. I continued making the base and found out that the profiles with t-slot are slightly larger. Since they fit one to the other and there are 10 of them, this error will not allow to assemble everything.



So I had to fix it. 




Finished all the profiles and parts for the base. 



Now for the fun part. I've been wanting to try using profile filler for a long time and now I've finally made up my mind. I decided to use epoxy granite, it's easy to make and adds quite a bit of stiffness and most importantly, dampens vibrations very well. I made some samples to check the composition of the mix, everything went well with the calculation.  



Then I decided that it would be easy to put the tabs in the profile with an internal cross-section of 70*30mm. But it turned out to be very difficult, don't do it like that. 




Laying the mixture inside and tamping it down through all those tabs wasn't easy either. Now while the epoxy granite is gaining its strength I can do the other parts.

 
  • Aciera
  • Aciera's Avatar
22 Oct 2024 06:03 - 22 Oct 2024 07:40
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

You are likely already aware of this, one issue is that some fillets are extending below the work plane:

 

My first intuition would make me think that this happens because the vertical line segment is too short to be trimmed back far enough to fit a fillet with the requested G64 Px Qx properties. In this case I would expect the optimizer to either
not cut the segment at all and not create a fillet
or (a more sophisticated path)
cut the segment the way it does now (ie to the minimum length) and create a fillet with adjusted parameters so it does not extend beyond the original segments.

int optimizer::trimCurve(emcmot_segment& seg, int& trim_front, int& trim_back) {
    double trim_distance = G64P; /*seg.tag.fields_float[3];*/  // G64 P..

    // Trim conditions.
    if(trim_distance<=0){
        std::cout<<"no trim distance for segment id:"<<seg.id<<std::endl;
        return 0;
    }

    if (trim_distance >= seg.length / 2.0) {
        trim_distance = (seg.length / 2.0)-1e-3;
    }

    if(trim_distance<=1e-6){
        std::cout<<"too short to trim, no trim is done for segment id:"<<seg.id<<std::endl;
        return 0;
    }

    if(seg.canon_motion_type==1 || seg.canon_motion_type==2){
        trimLine(seg,trim_distance,trim_front,trim_back,false);
    }
    if(seg.canon_motion_type==3){
        trimCircle(seg,trim_distance,trim_front,trim_back,false);
    }

    return 0;
}
  • cmorley
  • cmorley
22 Oct 2024 04:02

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions

Do you have an abort.ngc file in the config?
  • tommylight
  • tommylight's Avatar
22 Oct 2024 02:51
Replied by tommylight on topic controller and motors not fully communicating

controller and motors not fully communicating

Category: General LinuxCNC Questions

Power on the PC, press F2 when logo shows, in the BIOS find the parallel port (probably in peripherals or similar), check if the parallel port address is 378 or 0x378
  • tommylight
  • tommylight's Avatar
22 Oct 2024 02:46
  • foam man
  • foam man
22 Oct 2024 02:44
Replied by foam man on topic controller and motors not fully communicating

controller and motors not fully communicating

Category: General LinuxCNC Questions

Hi I was able to take a picture showing all the details on the BOB. the loose wires you see wer connected to the limit switches on the mill. I marked them and disconnected them all, because I thought maybe they were the problem but no dice. 

 
  • tommylight
  • tommylight's Avatar
22 Oct 2024 02:38

Compiling linuxcnc with source code on Debian12 resulted in an error

Category: Installing LinuxCNC

There is no "make install" for RIP, after setuid you just set the 'run in place' environment and start linuxcnc, see attached.
  • yuyu
  • yuyu
22 Oct 2024 01:21 - 22 Oct 2024 01:22

Compiling linuxcnc with source code on Debian12 resulted in an error

Category: Installing LinuxCNC

Dear fellow members
I encountered a problem while installing and compiling Linuxcnc from the source code.   ./ configure and make can proceed smoothly, but there was an error with make install: there are no rules to create the target‘ install kernel dep’, which was stopped by the ’install software‘ requirement.
how can i slove it.

Attachment not found

  • tommylight
  • tommylight's Avatar
22 Oct 2024 01:11 - 22 Oct 2024 01:19

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

Category: Computers and Hardware

I posted this on the wrong topic last night, fixing that now

Santa came early this year, also brought a Zoyi ZT-703S osciloscope! :)
By now i got it working so the video is on the way...
Edit:
Video added
www.youtube.com/shorts/55287Iaa4Y0
  • tommylight
  • tommylight's Avatar
22 Oct 2024 01:06

Example of HAL configuration for plasma torch height control with THCAD2 7i96s

Category: HAL Examples

After reading this several time i still can not figure out what you are asking! I am sure you are not asking for wiring as you can do that easily, so...
Would be much easier if you would tell us what you are trying to do/achieve/get to.
In short, the encoder velocity from the THCAD is feed to PlasmaC component (not GUI) where it is used to control the Z axis position during cutting, this all goes through a PID loop to keep the set voltage value inside the tolerances (usually +-1V) and the output of that PID loop is sent to external offsets component to do the actual motion of the Z axis.
There is much, much more to it, and for that you would have to go through the PlasmaC component on github, several thousands of lines of code there to explain what you are asking.
  • tommylight
  • tommylight's Avatar
22 Oct 2024 00:52
Replied by tommylight on topic Remora - ethernet

Remora - ethernet

Category: Computers and Hardware

Seems i have posted this in the wrong topic/thread ... shame on me.
Blaming this on eagerness to try this out! :)
Moving to forum.linuxcnc.org/18-computer/51816-esp...en-usb-plug-and-play
  • tommylight
  • tommylight's Avatar
22 Oct 2024 00:48
Replied by tommylight on topic Mesa 7i96s torch on/off connection

Mesa 7i96s torch on/off connection

Category: Driver Boards

Take some pictures of the plasma source and upload them here, so at least we have a direction to point to.
Again, do you have anyone to help you with wiring, with electric/electronic experience?
  • tommylight
  • tommylight's Avatar
22 Oct 2024 00:39
Replied by tommylight on topic PNCconfig error

PNCconfig error

Category: General LinuxCNC Questions

No update.
Make new config

Uncheck where the mouse pointer is, continue.
  • tommylight
  • tommylight's Avatar
22 Oct 2024 00:33
  • okielaxplyr
  • okielaxplyr
22 Oct 2024 00:18 - 22 Oct 2024 00:26
Replied by okielaxplyr on topic PNCconfig error

PNCconfig error

Category: General LinuxCNC Questions

Hello Tommy

It is still giving me the error. I have tried to run an update but having a hard time finding a link to the repositories to work.
Displaying 22501 - 22515 out of 22605 results.
Time to create page: 0.830 seconds
Powered by Kunena Forum