Advanced Search

Search Results (Searched for: )

  • greg23_78
  • greg23_78
02 Jun 2025 22:07 - 02 Jun 2025 22:09
Toyota embroidery machine - retrofit was created by greg23_78

Toyota embroidery machine - retrofit

Category: CNC Machines

Hello everyone,

I need your advice on an industrial embroidery machine.
I've managed to recover a Toyota ESP embroidery machine, but it's broken down to the level of the electronic board, I have the impression that it has lost all its parameters, there's a ‘-’ on the screen and then nothing.

I'm going to retrofit it and drive it with linuxcnc.

Following the dismantling of the casings, I have a few questions:

-1: I have a DC 30W servomotor with 500 pt encoder in single ended 5V. and at the end of my axis I have a Copal JC30S potentiometer. Does this potentiometer correspond to a tacho (speed control)?

 

 

 

-2 : On my motor, the maximum voltage is not indicated. To power my machine, I use a power supply that mixes 5V and 24V DC. I assume that its motors are powered by 24V DC, correct? Do you know of any DC driver references for this motor power with tacho (if the potentiometer has one) 

 

 
  • richcolvin
  • richcolvin's Avatar
02 Jun 2025 22:04
Getting Started with GladeVCP was created by richcolvin

Getting Started with GladeVCP

Category: AXIS

I built a few panel using the PYVCP approach, it it seems OK for displaying values but not so good for changing them (e.g., disabling an axis). I think I will need to make the jump to using the GladeVCP, but the manual seems a bit tougher to use for that.  Are there any good references I can use to get started with using Glade?
  • PCW
  • PCW's Avatar
02 Jun 2025 21:38

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

In that case you would need

5i25t_7i77_7i74d.bin

firmware

 
  • Cooped-Up
  • Cooped-Up
02 Jun 2025 20:51
Replied by Cooped-Up on topic Mesa card issues Maho MH800E Retrofit Project

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

I think I am getting this figured out. I am pretty sure with the loadrt mh2_pci I see it mention the 7i77 now so that should be working I just need to get it to serial mode 3. I also need to figure out how to make the 5i25t communicate with my 7i74 which will be hooked up to the 7i84 and 7i73
  • theoneandonlyoreo
  • theoneandonlyoreo
02 Jun 2025 20:30 - 03 Jun 2025 21:51
Replied by theoneandonlyoreo on topic EasyProbe + PGFUN 3D probe

EasyProbe + PGFUN 3D probe

Category: General LinuxCNC Questions

The LY mill has 300 (X) by 400 (Y) mm travel and about 180 in Z. The overall machine is 1000 mm deep, 600 wide, and 600 high. Weight is 375 kg.

Re-capping a few boards seems manageable. There is less patience for old electronics. I think it reflects a lack of widespread electronics knowledge.

That PC stand is something else.

These were sold as engraving machines. I assume a spindle/VFD upgrade is in order?Will you be doing anything beyond aluminum?
  • PCW
  • PCW's Avatar
02 Jun 2025 20:24
Replied by PCW on topic Optic encoder

Optic encoder

Category: General LinuxCNC Questions

Are you saying you do not get a consistent velocity reading
when the encoder is being rotated at a constant rate?

 
  • Tom369
  • Tom369
02 Jun 2025 20:07

Problem: Analog jog via gamepad does not move axis in LinuxCNC

Category: General LinuxCNC Questions

System:
  • CNC lathe with X and Z axes, stepper motors, Mesa 7i96S
  • LinuxCNC 2.9.4, config generated by PnCConf, then manually edited
  • Logitech Dual Action gamepad via hal_input (-KRAL Dual)
  • GUIs tried: axis and gmoccapy, no difference
  • Goal: proportional jogging (analog, stick halfway = half speed)
  • Only Z axis motor is connected, X is not connected at the moment. Jog via GUI (mouse) works fine.
Symptoms and troubleshooting so far:
  • Gamepad is detected correctly (evtest, halmeter both show correct values).
  • In halmeter/halshow, input.0.abs-x-position and input.0.abs-rz-position change smoothly with stick movement. Scaling set so left = -1, center = 0, right = +1.
  • Connections in custom.hal: net jog-z input.0.abs-x-position => halui.axis.z.analog and the same for X.
  • The analog pins halui.axis.z.analog and halui.axis.x.analog show the values in halmeter.
  • Jogging with GUI works, motors run as expected.
  • If I jog with GUI and simultaneously move the stick in the opposite direction, the axis stops moving. This proves the analog value reaches the right place.
  • No matter the scaling (tried 1, 127, 32767, etc.), values are correct in HAL but motors do not move from analog stick alone.
  • I have NOT tried digital jogging via button/plus/minus, as I only want analog.
  • No hardware issue: GUI jog moves motors.
  • Estop, enable, limits, homing are all checked and fine.
  • All HAL pins/signals seem correct, no missing values.
  • No difference with gmoccapy GUI.
Relevant config snippets:
custom.hal:
loadusr -W hal_input -KRAL Dual
net jog-z input.0.abs-x-position => halui.axis.z.analog
net jog-x input.0.abs-rz-position => halui.axis.x.analog369.hal:
net jog-x-pos halui.axis.x.plus
net jog-x-neg halui.axis.x.minus
net jog-z-pos halui.axis.z.plus
net jog-z-neg halui.axis.z.minus
net jog-selected-pos halui.axis.selected.plus
net jog-selected-neg halui.axis.selected.minus
net jog-speed halui.axis.jog-speedini:
[HAL]
HALUI = halui
HALFILE = 369.hal
HALFILE = custom.hal
POSTGUI_HALFILE = custom_postgui.hal
[KINS]
JOINTS = 2
KINEMATICS = trivkins coordinates=XZWhat I have tried:
  • No hardware issue: GUI jog always works, signals are visible.
  • All estop, enable, limit and home inputs are OK.
  • No errors in logs, no HAL load error.
  • Both axis and gmoccapy GUI tested, no difference.
  • Analog pins connected, values update, motors do not move via gamepad.
  • All possible scalings tested.
  • Did NOT try button jog (digital), only want analog.
  • It feels like halui.axis.*.analog is either not "active" or some enable/select/mode/condition is missing, or maybe a bug in halui or GUI blocks analog jogging.
My questions:
  • Is anyone currently using analog jogging with hal_input and halui.axis.x.analog etc. on LinuxCNC 2.9.x? If yes, what is the minimal working config (enable, select, mode...)?
  • Does analog jogging need a special enable/select/mode pin to be set?
  • Are there known bugs or dependencies in halui/axis/gmoccapy that block analog jogging?
  • Can anyone provide a minimal working config for analog jogging?
More info or logs can be posted if needed.
Thanks for any ideas!
  • Tom369
  • Tom369
02 Jun 2025 20:05
Optic encoder was created by Tom369

Optic encoder

Category: General LinuxCNC Questions

Hello i have conect a china optical enoder with 1024 steps today on my lathe and mesa79i6s
have set up with 4096steps i get velocity from 6-10 thats way to different or?
What i make wrong? i looking for threadcutting in future
Thanks
  • poesel
  • poesel
02 Jun 2025 19:44
Replied by poesel on topic Position: relative expected

Position: relative expected

Category: General LinuxCNC Questions

I haven't tried any other program. This was my first test and I made it as basic as possible.
Could there be something in the .hal or .ini that makes it expect relative positions?
What information do you need?
  • PCW
  • PCW's Avatar
02 Jun 2025 18:20
Replied by PCW on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

It looks like you have the host IP address set to 192.168.1.121.
This will not work, you need to set the host address to something
different but in  the same network range, say 192.168.1.100

(in other words, you were not pinging the Mesa card but rather the host itself)
 
  • Todd Zuercher
  • Todd Zuercher's Avatar
02 Jun 2025 17:45
Replied by Todd Zuercher on topic LinuxCNC Dual-Head Gantry Setup Assistance Request

LinuxCNC Dual-Head Gantry Setup Assistance Request

Category: General LinuxCNC Questions

Well you are using different Mesa cards than I was, and I was using a much older version of Linuxcnc. You won't be able to copy what I had verbatim.

I looks like you are using a 7i95, so for the X axis limits and home, with the home/limit combined at the min limit, you might use something like this.
# --- X - Home-Limits --- 
net min-home-x <= hm2_7i95.0.input-00 => joint.0.neg-lim-sw-in => joint.0.home-sw-in 
net max-x <= hm2_7i95.0.input-01 => joint.0.pos-lim-sw-in

In your posted hal file it has the vaariable call from your ini file "[MESA](BOARD)". This tells the hal file to use what you have set in the ini file in the "[MESA}" section, what is set on the line "BOARD =", which in your case is "7i95".
  • workshop54
  • workshop54
02 Jun 2025 17:42
Replied by workshop54 on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

Hi PCW,

Here are the results of the test you suggested. It is on a completely fresh install of LinuxCNC and I only changed the network settings using the standard ISO image. What do you think?

 
  • Kieran
  • Kieran
02 Jun 2025 16:39 - 02 Jun 2025 16:42

GUI that somewhat resembles haas or fanuc workflow.

Category: General LinuxCNC Questions

yeah touch screen would work. But what happens when some drops of coolant hit it and it freaks out. my phone is bad enough with a tiny drip of water. :side: I wonder if itd be worth making a custom keyboard and special mapping some keys. QTdragon looks nice. I may give it a try. 
  • workshop54
  • workshop54
02 Jun 2025 16:29
Replied by workshop54 on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

Thanks PCW,

I'll give that a try.
  • theoneandonlyoreo
  • theoneandonlyoreo
02 Jun 2025 15:42
Replied by theoneandonlyoreo on topic Sequential Serial Numbers

Sequential Serial Numbers

Category: Mill Library

Works like a charm.
Displaying 2461 - 2475 out of 24982 results.
Time to create page: 0.289 seconds
Powered by Kunena Forum