Advanced Search

Search Results (Searched for: )

  • irwinger
  • irwinger
24 Jun 2025 21:25

Replaced Hard drive - now my 'fast move' (SHIFT->arrow |PgUp/PgDn is not working

Category: General LinuxCNC Questions

Outside of my use of StepConf - any suggestion as to what I might want to look at to understand why the rapid moves of SHIFT-RT/LT/UP/DN/PG UP/PG DN just move a couple inches and then stop? Unless StepConf 'does' something in file I'm not overwriting from my previous working system.

Again - thanks in advance for any suggestions... I know I'm not the quickest getting back, I have a part time job in my retirement which is starting to occupy me more than I like.

Arden
  • PCW
  • PCW's Avatar
24 Jun 2025 21:23
Replied by PCW on topic Mesa 7i95t and THCAD pncconf screen

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

This is the only place I noticed it set true:

                # for encoder pins
                elif widgetptype == _PD.ENCA:
                    #print"\nptype encoder"
                    halsignallist = 'hal_encoder_input_names'
                    humansignallist = _PD.human_encoder_input_names
                    addsignalto = self.d.halencoderinputsignames
                    relatedsearch = [_PD.ENCA,_PD.ENCB,_PD.ENCI,_PD.ENCM]
                    relatedending = ["-a","-b","-i","-m"]
                    customindex = len(humansignallist)-1
                    # check for a thcad encoder
                    if "Arc Voltage" in pinchanged:
                        self.d._arcvpin = pin
                    elif self.d._arcvpin == pin:
                        self.d._arcvpin = None
                    if self.d._arcvpin and self.d.frontend == _PD._QTPLASMAC:
                        self.p.page_set_state('thcad', True)
                    else:
                        self.p.page_set_state('thcad', False)

 
  • matasbuk
  • matasbuk
24 Jun 2025 21:19
Replied by matasbuk on topic Qtdragon for lathe??

Qtdragon for lathe??

Category: Qtvcp

Thank you! Worked perfectly
  • kworm
  • kworm
24 Jun 2025 21:19
Replied by kworm on topic New with questions on LinuxCNC and Mesa

New with questions on LinuxCNC and Mesa

Category: General LinuxCNC Questions

You might also want to consider servo drives from Delta, Rexroth, or others that support direct connection of the linear encoders to the servo drive for full closed loop operation.  This is combination with absolute encoders on the servos is how I think most new machines are doing it...at least the ones I have seen.   They could be controlled from either Mesa or with Ethercat.
  • kworm
  • kworm
24 Jun 2025 21:15
Replied by kworm on topic Mesa 7i95t and THCAD pncconf screen

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

You can just replace the private_data.py file in /usr/lib/python3/dist-packages/pncconf with the private_data.py that is attached to my post. I would backup the original file first just in case.

Well MesaCT doesn't support QTPlasmaC at the moment. I have done some work on supporting it but haven't heard from JT if he's interested in bringing those changes in if I make a pull request.
  • phino
  • phino
24 Jun 2025 21:05
Replied by phino on topic Mesa 7i95t and THCAD pncconf screen

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

Nice effort! How would one apply the changes to get 7i95t support in pncconf?

What are pros/cons of using pncconf vs mesa CT? github.com/jethornton/mesact
  • kworm
  • kworm
24 Jun 2025 21:00
Replied by kworm on topic Mesa 7i95t and THCAD pncconf screen

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

Sorry I should have had that in my initial post...yes I have QTPlasmaC selected as GUI.
  • Johnnysacalu
  • Johnnysacalu
24 Jun 2025 20:38 - 24 Jun 2025 20:40
Replied by Johnnysacalu on topic Como conectar mesa 7i96s

Como conectar mesa 7i96s

Category: Driver Boards

Si la señal es cc lo mediré por tenerlo en cuenta pero si es mas seguro con el rele ssr creo que lo pondré.

Otra pregunta crees que es necesario tener picas de tierra separadas una en la caja de controles y otra en la mesa o no hay ningún problema en estar en la misma?gracias por todas tus respuestas

El plasma es trifasico
  • PCW
  • PCW's Avatar
24 Jun 2025 20:34
Replied by PCW on topic Mesa 7i95t and THCAD pncconf screen

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

Did you also chose QTPlasmaC as the GUI?
(maybe that matters also)
  • MacKaye
  • MacKaye
24 Jun 2025 20:33
Replied by MacKaye on topic Weiler DZ26 Millturn Conversion

Weiler DZ26 Millturn Conversion

Category: Turning

when running said bitfile and using

loadrt hm2_pci config="sserial_port_0=7i77,2500000 sserial_port_1=7i84,2500000"

it doesn´t show a second sserial device when:

sudo mesaflash --device 5i25 --readhmid | grep -i sserial

Maybe i am using the wrong nomenclature or baudrate?
  • PCW
  • PCW's Avatar
24 Jun 2025 20:19
Replied by PCW on topic Como conectar mesa 7i96s

Como conectar mesa 7i96s

Category: Driver Boards

Yes, if you don't know the signal characteristics, 
an external SSR would be safest.

Though if it is a DC signal, you can measure the
current with a DVM (Start at high current range and work down)
  • Johnnysacalu
  • Johnnysacalu
24 Jun 2025 20:14
Replied by Johnnysacalu on topic Como conectar mesa 7i96s

Como conectar mesa 7i96s

Category: Driver Boards

No creo que pueda saber si necesita mas de 100mA lo tengo que conectar al gatillo que tenia la antorcha 
  • kworm
  • kworm
24 Jun 2025 19:57 - 24 Jun 2025 22:25

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

Hi,

I added support for the Mesa 7i95t to the pncconf wizard (private_data.py with changes attached) and it seems to work ok other than needing to rename the inm to inmux pins for the 7i95t.  However, the THCAD configuration screen doesn't appear even though I assign an encoder input to arc voltage.  I must be missing something in looking at the code but I don't find where self.d._arcvpin that is used to control the display of the THCAD screen is ever set to anything other than None.  I have QTPlasmaC selected as the gui. Any help is appreciated.

Solved:  Attached updated files with the THCAD tab working.  The pages.py and private_data.py go in /usr/lib/python3/dist-packages/pncconf and the pncconf.txt should be renamed to /usr/bin/pncconf.
  • PCW
  • PCW's Avatar
24 Jun 2025 18:50
Replied by PCW on topic Como conectar mesa 7i96s

Como conectar mesa 7i96s

Category: Driver Boards

That will likely work, but the diode in not needed unless you use a magnetic relay.

It also unnecessary for TORCH_ON as you could use one of the high isolation (OUT4,OUT5)
outputs of the 7I96S directly as long as the current required is not > 100 mA

 
  • Johnnysacalu
  • Johnnysacalu
24 Jun 2025 18:36
Replied by Johnnysacalu on topic Como conectar mesa 7i96s

Como conectar mesa 7i96s

Category: Driver Boards

Me podrias confirmar si es correcto? Gracias
Displaying 961 - 975 out of 25199 results.
Time to create page: 0.196 seconds
Powered by Kunena Forum