Advanced Search

Search Results (Searched for: )

  • stefan63
  • stefan63's Avatar
09 Mar 2025 09:38

Mesa 7I92TM goes offline shortly after starting LinuxCNC

Category: Driver Boards

Have you had any time to give a Dell OptiPlex 7050 a rub yet?
It would nice to get some feedback and recomendations regarding eventual tweaking :0)
Kind regards/Stefan
  • Aciera
  • Aciera's Avatar
09 Mar 2025 09:13 - 09 Mar 2025 14:02

G10 L20 P1 doesnt work if the program is stopped and rerun

Category: G&M Codes

Can you reproduce this in one of the included simulation configs?
If yes then please provide a minimal gcode example (ie one that can actually be run when loaded) along with a clear description of when you are stopping the program and tell us what linuxcnc version you are using.
If you cannot reproduce this in a sim config then please also attach your zipped config folder.

As it is I cannot reproduce this on either 2.9 nor on master.
  • robh
  • robh
09 Mar 2025 08:25
Replied by robh on topic Joint Error After large rotary move

Joint Error After large rotary move

Category: General LinuxCNC Questions

91 turns is possible very much so ,

this is just a simple small part so a complex job would very much be way over that turn number.

wrapping sounds right as number does a odd sign change in the feedback counts
  • aikiaviator
  • aikiaviator
09 Mar 2025 02:33

Move Machine to inside soft limits when Probe Basic on

Category: QtPyVCP

Unfortunately not yet, but am looking to get this cataloged for others as I have completed quite a few 3d printed parts to help support the PM728VT machine to CNC.

As such this can help others move across more quickly.

I want to make sure there is a positive ending before releasing the build program, just to make sure others get to a realistic endpoint. :-)

Currently using a laptop, and seems to be Ok. But may need to get a miniPC to run it all so just incrementally addressing each issue.
  • 109jb
  • 109jb
09 Mar 2025 02:17
Replied by 109jb on topic Lathe spindle index only?

Lathe spindle index only?

Category: Basic Configuration

For the cross slide I oredered a 12mm ballscrew. If I can find room I will mount the ball nut under the cross slide table. If not, the screw I bought is long enough that I could mount the ballscrew on the back side of the cross slide table.

I'll be going out of town for a couple weeks, but when I get back I think I will do some examining for the encoder situation.

I saw a video of somone doing threading on linuxCNC using a missing tooth scheme. I may look into this more when I bored in my hotel room next week.

Thanks again for the comments
 
  • tommylight
  • tommylight's Avatar
09 Mar 2025 01:07

SL57D Stepper Drivers, unsure how to read driver timings.

Category: Basic Configuration

Leave them at default 5000 till you have everything working properly, then you can decide if you need to mess with timings. Usually there is no need.
  • ccatlett1984
  • ccatlett1984
09 Mar 2025 01:02
  • PCW
  • PCW's Avatar
09 Mar 2025 00:10

7i95t pin and firmware files with Stepgens and Inputs 5Axis BoB

Category: Driver Boards

No., unless you need a new component to provide the pins.
(which is not the case here)

If you are learning, I would definitely poke around a bit with halshow
(in axis it's: Machine --> Show Hal Configuration)

 
  • Benb
  • Benb's Avatar
09 Mar 2025 00:04
Replied by Benb on topic Mitsubishi Meldas Control and Motors

Mitsubishi Meldas Control and Motors

Category: Milling Machines

Greg,

Right now, you have a machine in good mechanical state. The only problem you have with this machine is the controller. My advice, do not remove or dismantle any component at this stage. 

1-Gather the manuals wiring diagrams and any information you can find. 

2-Study the servo drive CONTROL METHOD (analog, digital, industrial communication bus etc …) 

3- Study existing wiring diagrams and determine the number and type of IO’s (sourcing/sinking) 

4- study the type of controller you will need, the type of daughter boards needed and type of PC (pci/pcie/ethernet/Mitsubishi bus communication bus … etc 

5- Modify the existing wiring diagrams to reflect the changes required. Keep in mind that the machine was designed and assembled by highly skilled craftsmen, at this stage you will focus on keeping the modifications to existing components to a strict minimum. 

6- With all the above knowledge and mods you will be ready to configure the controller and choose GUI 


Note: machine integration requires patience especially if you have not done it before on a machine such as vmc. (Bounding, grounding, shielding can be nightmare, modifying the safety control system can become a liability and changing from sourcing/sinking io can be laborious, etc …), keep it simple stupid (KISS) is the answer to a successful project.
  • Nathan40
  • Nathan40
08 Mar 2025 23:48

7i95t pin and firmware files with Stepgens and Inputs 5Axis BoB

Category: Driver Boards

Thanks for your reply . Just curios if we need to loadrt something in hal before putting the new command.
  • Nathan40
  • Nathan40
08 Mar 2025 23:41 - 08 Mar 2025 23:44

G10 L20 P1 doesnt work if the program is stopped and rerun

Category: G&M Codes

Hi
G10 L20 P1 z0 doesnt work if the below program is stopped midway and rerun. Random z values come up and cut gets all wrong. Please guide as what is incorrect.
G10 L20 P1 x0 z0
G01 Z0.5
G01 Z-0.1 F5 ; cut here
G10 L20 P1  z0
Code here
M2
  • Bennett
  • Bennett's Avatar
08 Mar 2025 23:30

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

This very quickly is going to turn into a how to destroy some Fanuc encoders thread so stay tuned for that   

I've decided to replace the encoders... this is probably not the answer that future readers are going to want to read, but its the least expensive and most straight-forward approach I can come up with. Either I have a digital problem or a mechanical problem to solve, and the latter is much more manageable with my skill set. 

I'm trying to get better at knowing when to take a different path to the finish line. I once spent months trying to design a DC motor driver (90v 200amps) that ran on 600v 3phase for a Hardinge CHNC lathe based on open source electric vehicle schematics. Long story short, I didn't succeed and blew up a lot of expensive components along the way    Once I finally decided to swap the motor for an AC one and add a VFD, the whole thing was turning in in 2 days! 

More to come! 
  • andypugh
  • andypugh's Avatar
08 Mar 2025 23:10
Replied by andypugh on topic Lathe spindle index only?

Lathe spindle index only?

Category: Basic Configuration

Unfortunately hollow shaft encoders are much more expensive than the required parts

 

One option might be an engine crank encoder:
  • PCW
  • PCW's Avatar
08 Mar 2025 21:56
Replied by PCW on topic Joint Error After large rotary move

Joint Error After large rotary move

Category: General LinuxCNC Questions

If you end up doing ~91 full turns (@65536 counts per degree and 360 degrees per turn)
the 32 bit signed position number used in intermediate encoder calculations will wrap, I suspect
this may be whats happening. Are 91 turns possible?
Displaying 8701 - 8715 out of 24533 results.
Time to create page: 0.278 seconds
Powered by Kunena Forum