Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
27 Nov 2024 19:29 - 27 Nov 2024 19:29
  • Aciera
  • Aciera's Avatar
27 Nov 2024 19:26
Replied by Aciera on topic Call custom Mcode from Gui Button

Call custom Mcode from Gui Button

Category: Qtvcp

- Create a new HAL_COMMAND entry in the [HALUI] section of your ini file:
MDI_COMMAND = M101

- Make sure the [HAL] section of your ini file contains this entry:
HALUI = halui

Then connect the MDI_COMMAND in your hal file:
net coolant-flood => halui.mdi-command-00

Note that this will not work when a program is executing as this requires the controller to execute an MDI command.
  • csurimilan
  • csurimilan
27 Nov 2024 18:55 - 27 Nov 2024 19:21
Call custom Mcode from Gui Button was created by csurimilan

Call custom Mcode from Gui Button

Category: Qtvcp

Hello,
I have a question about coolant.
Im using costume made M-codes to controll the relays for my collant. (Air,flood,Mist => M100,M101,M102 and M105 turn off all)
I would like to know how can i address in the HAL file that if i press a button in the gui (qtDragon) that is turning on/off my coolant and of course i would like its working autoatically when the cnc is working. (Im using costume M-codes because im controlling more outputs)

net  coolant-flood  <= iocontrol.0.coolant-flood          //here i dont know how can i add the M101

thank you :)
 
  • Aciera
  • Aciera's Avatar
27 Nov 2024 18:52
Replied by Aciera on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

  File "/home/raychar/linuxcnc/configs/my_LinuxCNC_machine/python/stdglue.py", line 59

    print "change_prolog: Toolchanger soft fault %d" % int(self.params[5601])

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Indeed a python2 vs python3 issue. If you have not customized 'stdglue.py' you can try and replace stdglue.py in your config/python directory with the current file:
'configs/sim/gmoccapy/python/stdglue.py'
  • tommylight
  • tommylight's Avatar
27 Nov 2024 18:27
Replied by tommylight on topic Wire EDM Machine Retrofit?

Wire EDM Machine Retrofit?

Category: General LinuxCNC Questions

There are several EDM machines using LinuxCNC on youtube, BaxEDM is one of them who builds and sells complete machines.
For retrofit, check if the existing drives and motors work and what control signal they accept, usually step/dir or analog +-10V.
  • Tntmold
  • Tntmold
27 Nov 2024 18:17
Replied by Tntmold on topic Wire EDM Machine Retrofit?

Wire EDM Machine Retrofit?

Category: General LinuxCNC Questions

Did you ever finish your retrofit? I have a Sodick that needs the same, I made a spark generator that seems to work so I am now ready to start the machine control part. I would benefit from your experience!
  • raychar
  • raychar
27 Nov 2024 18:06
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Not sure but what you can do is this:1. Open you config the way you are used to.2. Close linuxcnc3. open terminal and run (note the minus letter 'L' which should automatically open the last config you used):
linuxcnc -lPlease see attachment, afterwards, the came out Gmocapy screen still not okay

  • tommylight
  • tommylight's Avatar
27 Nov 2024 17:38
Replied by tommylight on topic LinuxCNC on Linux Mint Debian Edition 6

LinuxCNC on Linux Mint Debian Edition 6

Category: Installing LinuxCNC

Start a new topic for that.
  • Aciera
  • Aciera's Avatar
27 Nov 2024 17:36
  • PCW
  • PCW's Avatar
27 Nov 2024 17:20
Replied by PCW on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

For testing the individual inputs, setting them to single ended mode
allows you to test each signal by simply grounding the A+,B+,IDX+
inputs
  • WKS-3D
  • WKS-3D's Avatar
27 Nov 2024 17:10 - 27 Nov 2024 17:11
Replied by WKS-3D on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

if you jumper the 7I76 for TTL/single ended mode,
you can test each input by simply grounding each
encoder+ input (TB3 pins 7,10,13 = A,B,IDX) and
watching them in halshow.
 

W4, W5, W6 are in the right hand position. Mode is differential.
  • Zubrze
  • Zubrze
27 Nov 2024 17:05
Rotary axis in Qtdragon_hd was created by Zubrze

Rotary axis in Qtdragon_hd

Category: Qtvcp

Hi, I am playing with qtdragon_hd and cannot seem to get a fourth rotary axis (XYZB) working in the preview in the way I would like. At the moment, in the simulation samples in the latest 2.9.3 release such as "qtdravon_hd_xyza", the rotary A-axis rotates the spindle. But in my setup, I want to rotate the stock. I've tried changing the "trivkins" in the INI file to other options, but then the machine doesn't even turn on for some reason! Does anyone have a working example they could share where the stock rotates rather than the spindle? Thanks! 
  • PCW
  • PCW's Avatar
27 Nov 2024 17:03
Replied by PCW on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

if you jumper the 7I76 for TTL/single ended mode,
you can test each input by simply grounding each
encoder+ input (TB3 pins 7,10,13 = A,B,IDX) and
watching them in halshow.

 
  • WKS-3D
  • WKS-3D's Avatar
27 Nov 2024 16:59
Replied by WKS-3D on topic Frage wegen Spindelencoder an 7i76

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Are the glass scales differential out or single ended?

The 7I76 encoder input needs to be jumpered to match the encoder type


Output Signal: EIA-422
The glas scales works fine, no problems on 7i85

 
  • Aciera
  • Aciera's Avatar
27 Nov 2024 16:43
Replied by Aciera on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Not sure but what you can do is this:

1. Open you config the way you are used to.
2. Close linuxcnc
3. open terminal and run (note the minus + letter 'L' which should automatically open the last config you used):
linuxcnc -l
Displaying 16351 - 16365 out of 24577 results.
Time to create page: 0.363 seconds
Powered by Kunena Forum