Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
31 May 2025 15:56 - 31 May 2025 15:58

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

You need both the correct firmware on the 5I25 (or 5I25T) and the 7I77
connected and fully powered before the 7I77 will be detected.

Suggested 5V power arrangement is:

5I25 W2 down    ( No P3 5V power)
5I25T W3 down  ( No P3 5V power)

7I77 W5 right (no cable 5V power)

5V supplied to 7I77 TB1

Note that the firmware for the 5I25T and 5I25 is different and not interchangeable.

If you ordered the 5I25/5I25T with a 7I77 from Mesa, the 5I25/5I25T would normally
have been pre-configured for use with the 7I77

In any case you can look at the pinout of the firmware with:

sudo mesaflash --device 5i25 --readhmid > pins.txt

or 

sudo mesaflash --device 5i25t --readhmid > pins.txt

and post pins.txt here for confirmation


Note that the error has nothing to do with either the 5I25 or 7I77
but rather some issue with hal_input


 
  • Cooped-Up
  • Cooped-Up
31 May 2025 15:32

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

Greetings everyone, I am starting a retrofit on an older maho MH800E following some of RotarySMP's documentation. I have purchased quite a few mesa cards (5i25 w/7177, 7i74, 7i73, and 7i84) I am just trying to get familiar with all of this stuff as I have never done a linuxcnc project before. I am good with wiring and I know enough about programming stuff but I am having a hard time getting the computer to talk with the 7i77. it appears to be seeing the 5i25 just not anything else. I bought the kit of both 5i25 and 7i77 so I assumed the firmware would be the right one but I have read elsewhere this may not be the case so possibly need to get some new firmware installed. I could also be doing the config wrong as I was a bit confused when it was asking about the 2x7i77 with one 7i77 that is what I picked. and before that it asked about parports I assumed it was asking if I was going to use a combination of parallel ports with the mesa cards? it could be referring to the ports on the 5i25 but again I was unfamiliar with this stuff. Any tips or suggestions would be very helpful
  • ihavenofish
  • ihavenofish
31 May 2025 14:18
Replied by ihavenofish on topic Omron R88D-KT08H and R88M-K75030H-S2

Omron R88D-KT08H and R88M-K75030H-S2

Category: General LinuxCNC Questions

What he said. You basically run them as you would any stepper. Except you would connect the alarm back to a linuxcnc input so the control knows if there is a fault.

You will need to download the omron sysmac software trial to tune the servos. I have the ethercat version of these, they are very nice.
  • PCW
  • PCW's Avatar
31 May 2025 13:54
Replied by PCW on topic Omron R88D-KT08H and R88M-K75030H-S2

Omron R88D-KT08H and R88M-K75030H-S2

Category: General LinuxCNC Questions

Those look like standard step/dir or analog controlled servos
(the KT model is Analog or Step/Dir)

There are multiple LinuxCNC interface options for these drives.
  • meister
  • meister
31 May 2025 13:27

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

another option would be shiftregisters,
this works great for DC-PWM signals and also for not too fast encoders, but you should test it first.
my favorite at the moment is the Devantech iceWerx iCE40-HX8K, which has many IO's and can also be soldered well by hand

www.youtube.com/shorts/BiJppd6_cA4

github.com/multigcs/rio-motoman
  • amir73
  • amir73
31 May 2025 13:24 - 31 May 2025 13:29
QtDragon Customize was created by amir73

QtDragon Customize

Category: Qtvcp

Hi,
I'm trying to customize the QtDragon screen. I'm copying using qtvcp copy. but when I start I get an error. The screen copy is called inova. With QtAxis everything is fine.
  • SebastianM
  • SebastianM
31 May 2025 13:18
Using the preinstalled vnc server was created by SebastianM

Using the preinstalled vnc server

Category: Installing LinuxCNC

Good morning everyone!
I am new to linux(cnc), but I am making progress :)
The next item on my todo list is to setup a VNC server on my cnc machine. 

I read that linuxcnc 2.9.3 (or debian12) has a pre-installed vncserver (x11vnc?). Would you recommend this one over tigervnc etc?
And if so.... could someone tell me how to use it?
Simply connecting to that machine from another vnc client doesnt work out of the box.

Regards
Sebastian
  • wusel0464
  • wusel0464
31 May 2025 13:04 - 31 May 2025 13:07

Reading variable from ini no longer works?

Category: Qtvcp

Hello,

For some reason, reading a variable from the ini.file no longer works. Get the error message that the variable is not defined. However, the whole thing worked until the beginning of the year, but so far I didn't do anything unless it was updated today on the occasion.

Here is the excerpt from the INI and the sub -program for tool measurement.
Linuxcnc is the current 2.10 QTDragon HD.

INI
[WERKZEUGWECHSEL]
WECHSEL_POS_X                       = 150
WECHSEL_POS_Y                       = 20
WECHSEL_POS_Z                       = 0
WL_POS_X                            = 6.934             #(Position Taster X)
WL_POS_Y                            = 11.154            #(Position Taster Y)
WL_POS_Z                            = -100              #(Position sicheres Z, etwas laenger als laengstes Werkzeug, hoehe Taster beruecksichtigen)
WL_WEG_ZUM_SENSOR                   = -70               #(Messdistanz, Weg innerhalb der Taster ausloesen muss)


Tool length
#1801=#<_ini[WERKZEUGWECHSEL]WL_POS_X>                                  (Position Taster X)
#1802=#<_ini[WERKZEUGWECHSEL]WL_POS_Y>                                  (Position Taster Y)
#1800=#<_ini[WERKZEUGWECHSEL]WL_POS_Z>                                  (Position sicheres Z, etwas laenger als laengstes Werkzeug, hoehe Taster beruecksichtigen)
#1804=#<_ini[WERKZEUGWECHSEL]WL_WEG_ZUM_SENSOR>                         (Messdistanz, Weg innerhalb der Taster ausloesen muss)


If something has changed in the syntax, if I assign the values ​​directly in the measurement, I don't get a mistake.
I found it pleasant to have the values ​​in the Ini.

I somehow don't get the measurement routine built into Qtdragon. I work with two buttons switched in series as an opener. What one is installed and the other flies to workpiece height measurement.

Thank you very much and have a nice weekend Frank.
  • epineh
  • epineh
31 May 2025 13:01

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

OK cool, thanks for that, I think I'll try it out. The tangnano is doing the job nicely so far but runs out of pins quickly when you include 4 axis closed loop with index pulses.

Cheers.
Russell.
  • juliankoenig87
  • juliankoenig87
31 May 2025 13:01
Replied by juliankoenig87 on topic Setting pin value based on other pins

Setting pin value based on other pins

Category: HAL

Yes there is a mux4. But then you will one have 2 selction bits and he needs three. Assuming there is a fourth state where nothing is active otherwise mux4 is doable I would say.
  • atrex77
  • atrex77's Avatar
31 May 2025 11:52 - 31 May 2025 12:00

W5100S-EVB-PICO stepgenerator and encoder driver

Category: Driver Boards

in the near future. The stepper-ninja hal driver run in the servo-thread so the minimum width of one input is 1 servo thread refresh in length, with 1KHz servo-thread its 1mS, something like this: when you see a ruler, all 1mm division represents a servo thread cycle, the signal only starts in the divisions and only end on the divisions. With low spindle speed its probably working, but if you want better threading you use printer port for the lathe spindle encoder.
  • meister
  • meister
31 May 2025 10:44

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

only the onboard mii chips do not run, the w5500 runs with all boards and toolchains.

the programmer on the additional board is very slow, better use a USB blaster to access the JTAG pins, it works great with openFPGAloader

I would prefer the i5, it has the ECP5 on it and is best supported. It's also so big that you won't get it full :)

Cheers,
Olli
  • ruediger123
  • ruediger123
31 May 2025 10:23 - 02 Jun 2025 06:37
Replied by ruediger123 on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

 Hallo,
I tested the new version today and noticed that when I round the corners P64 P10.0 the speed of the axis (joint) does not behave as expected (yellow circle).
The acceleration (green circles) is interrupted by (blue circles) whereby the change in acceleration (jerk) appears to be too large.
At P64 P0.0 the axis (joint) behaves as expected.
Can this behavior be set via parameters?

 

Gruß
Rüdiger
  • endian
  • endian's Avatar
31 May 2025 09:43
Replied by endian on topic Modbus via Ethercat (Beckhoff)

Modbus via Ethercat (Beckhoff)

Category: EtherCAT

Hello,

let check this topic  ... It will be in the general 99% same as for CanOpen setup.. but datas config should be little bit different...

regards E..
  • rodw
  • rodw's Avatar
31 May 2025 09:29

Mesa 7i95t connection to Thermal Dynamics 60i

Category: Plasma & Laser

I have never had issues mounting the THCAD inside the control box. The plasma has a CNC interface connector so its designed for this.
You will not have issues.
Displaying 14071 - 14085 out of 17445 results.
Time to create page: 0.442 seconds
Powered by Kunena Forum