Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
31 May 2025 17:59

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

You need both 5V on 7I77 field power applied for the 7I77 to be full operational

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

and posting pins.txt here will help verify if you have the correct firmware installed
  • Cooped-Up
  • Cooped-Up
31 May 2025 17:33
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 should also clarify that it is pulling up a lot of information on the 5i25 but I dont know if it would plainly tell me the firmware version with 7i77 in it thats all.
  • Cooped-Up
  • Cooped-Up
31 May 2025 17:30
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 didnt think I wanted any parports so this is not something I selected. right now I do just have the basic stuff selected nothing crazy. I entered in that sudo mesa flash line and I am not seeing anything refering to the 7i77. I do have the 5i25t kit. I am supplying power to the 7i77 via a power supply the lights are on and I had moved the jumpers on the 5i25. should I be able to ask mesaflash for info on the 7i77 because that didnt work for me.
  • workshop54
  • workshop54
31 May 2025 16:48
Replied by workshop54 on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

I tried your suggestion, but that didn't work either.

I decided to follow the advice you guys gave me earlier and just buy and old PC (a Lenovo ThinkCentre M83 SFF). Let's hope that will yield better results.
  • tommylight
  • tommylight's Avatar
31 May 2025 15:59
Replied by tommylight on topic Mesa card issues Maho MH800E Retrofit Project

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

Connect the 7i77 the DB25 going outside the PC.
And no, those are not parallel ports so do not choose any in the wizard, although they can "play" as parallel ports at much, much higher speeds.
Use mesaflash to check the firmware in 5i25 is for 7i77
mesaflash --board 5i25 --readhmid
or similar, just shooting from memory here.
And make a new config, do not chose anything except the axis and encoders you need, save, test.
Do not choose MPG or anything, nothing, until you get things working somehow, you can edit and add or remove later at any time, you can have as much configs for it as you like, etc, so small steps.
And have a read through this for wiring and tuning, no skipping steps:
forum.linuxcnc.org/10-advanced-configura...ning-detailed-how-to
  • 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.
Displaying 2701 - 2715 out of 24889 results.
Time to create page: 0.449 seconds
Powered by Kunena Forum