Advanced Search

Search Results (Searched for: )

  • Ismacr63
  • Ismacr63
27 Oct 2024 20:41

Use z probe and 3d probe in the same input?

Category: QtPyVCP

I have a 3d probe working with probe basic, I have bought a z probe and my question is can I use the 2 probes on the same input pin? Do I have to add a separate line in the hal file?
  • Project_Hopeless
  • Project_Hopeless's Avatar
27 Oct 2024 20:13
pyVCP Button to Float Output was created by Project_Hopeless

pyVCP Button to Float Output

Category: HAL

I have a rcPWM servo working with a GUI slider control.  I want two quick buttons, one OPEN, and one CLOSE.  How can I have a boolean button set a float value? 
<hbox>
  <button>
    <halpin>"opn"</halpin>
    <text>"Open"</text>
    <bd>3</bd>
  </button>
</hbox>
######## rcPWM Gripper Control

setp hm2_[MESA](BOARD).0.rcpwmgen.rate 50
setp hm2_[MESA](BOARD).0.rcpwmgen.00.width 1
setp hm2_[MESA](BOARD).0.rcpwmgen.00.offset 1.0
setp hm2_[MESA](BOARD).0.rcpwmgen.00.scale 112
net PWMcmd  pyvcp.servo-f  hm2_[MESA](BOARD).0.rcpwmgen.00.width        #float

##### button
net PWMcmd  pyvcp.opn  hm2_[MESA](BOARD).0.rcpwmgen.00.offset = 2     #float







 
  • Deckerjwd
  • Deckerjwd's Avatar
27 Oct 2024 20:08
Replied by Deckerjwd on topic 7I33TA Just plug it in?

7I33TA Just plug it in?

Category: Driver Boards

ok so just ran the mesa wizard and copied and pasted, some spindle stuff. works, need it to be always positive but ya works
  • besriworld
  • besriworld
27 Oct 2024 19:56 - 27 Oct 2024 19:58

Problem with Huanyang VFD communication via RS485 in LinuxCNC

Category: General LinuxCNC Questions

I don't know much, but a few days ago I also worked with modbus and mb2hal.  One really useful thing is to turn on debug mode and run linuxcc through the terminal.  You will see error messages.
  • Deckerjwd
  • Deckerjwd's Avatar
27 Oct 2024 19:53
Replied by Deckerjwd on topic What is gs2_vfd ?

What is gs2_vfd ?

Category: General LinuxCNC Questions

ya 00.21 for auto mode and 00.31 for hand/manual
  • rodw
  • rodw's Avatar
27 Oct 2024 19:52
Replied by rodw on topic Getting Gnome desktop.

Getting Gnome desktop.

Category: Installing LinuxCNC

sudo apt tasksel
sudo tasksel

Select the desktop you want
The reason why we use xfce is because it is an Xorg distro and gnome by default ues Wayland which linuxcnc may not like
On the log on screen bottom right, there is a cog icon that lets you select running gnome on xorg
  • rodw
  • rodw's Avatar
27 Oct 2024 19:39
  • rodw
  • rodw's Avatar
27 Oct 2024 19:32

Unexpected realtime delay on task 0 with period 1000000

Category: QtPyVCP

I would call it a Preempt-rt kernel bug since the r8169 driver is a FOSS kernel driver
that fails in RT environments. Unfortunately it looks like very little if any RT work has been
done on network drivers (looking at the RT patches)
 

Agreed aboout the FOSS driver which was what I said in a round about way.
There are no Realtime network drivers because network communications is not considered to be real time, so its not really a RT issue. That's why the CPU affinity becomes important as it keeps the non RT NIC driver on the same isolated kernel as the servo thread.

You  need to write your own NIC driver. This has been done by the ethercat guys but I think they have mostly dropped them from their packages in favour of their generic driver which they acknowlwdge is not real time but is adequate for most Ethercat projects. If you compile Ethercat from source, you can use some Realtime NIC drivers but not sure how current they are.

@Lcvette, I have raised issues with both Debian and the RT kernel team and nobody really cares. If you want changes, you would need to do it yourself
  • Deckerjwd
  • Deckerjwd's Avatar
27 Oct 2024 19:21
Replied by Deckerjwd on topic 7I33TA Just plug it in?

7I33TA Just plug it in?

Category: Driver Boards

Ok firemware loaded np, but cant get any analog out
linuxcnc.org/docs/html/examples/spindle.html, I Follow section 1. "0-10 Volt Spindle Speed" or section 2. "PWM Spindle Speed"

the second on seem more likely for the 7i33ta
  • deltafox24
  • deltafox24
  • PCW
  • PCW's Avatar
27 Oct 2024 16:56
Replied by PCW on topic converting a tos/intos fngj 40

converting a tos/intos fngj 40

Category: Milling Machines

It look like J2 pins 1,2 are the differential analog input

So I would wire:

 7I77AOUT --> J2 pin 2   (non inverting differential input)
 7I77AGND --> J2 pin 1  (inverting differential input)
  • PCW
  • PCW's Avatar
27 Oct 2024 16:50
Replied by PCW on topic Mesa 7i92H-7i77 single setup

Mesa 7i92H-7i77 single setup

Category: PnCConf Wizard

Or just supply the field power with say a 9-19VDC wall wart for testing
  • FPM
  • FPM
27 Oct 2024 15:42
Replied by FPM on topic converting a tos/intos fngj 40

converting a tos/intos fngj 40

Category: Milling Machines

The servodrive was orginally connected to j2 pin1 and pin2, but since the the 7i77 has only single ended output for the drive I need to connect it to j1 pin2. Is that correct?

   
  • rebelx
  • rebelx
27 Oct 2024 15:24
Replied by rebelx on topic LinuxCNC on Intel Clear Linux

LinuxCNC on Intel Clear Linux

Category: Installing LinuxCNC

I know Tom and I feel you..... I have been working for large corporations long enough to know that everything that started as a passionate creation by totally dedicated engineers, will be transformed into a ruthless money making machine as soon as financially driven managers take over, whose interest is only the quarterly results. And when that happens, ethics are often thrown overboard and customers are fooled by sugar coated stories written by marketeers. Many good companies have been destroyed that way. But I also learned that complaining about it is not going to help and will only result in frustration and negative energy. Hence my suggestion to stop the bashing and try to make the best out of it. Sending out a reminder every now and then about how things suck doesn't hurt, but personally I don't let it prevail, as it does not help.
  • Aciera
  • Aciera's Avatar
27 Oct 2024 15:04
Replied by Aciera on topic calling python file

calling python file

Category: G&M Codes

1. add this to the [RS274NGC] section of your ini file:
    USER_M_PATH = ./mcodes

2. save your python script as eg 'M123' (possible numering is 100...199) to the 'mcodes' folder in your machine config directory and mark the file as executable

3.'M123' in Gcode should now execute the script.
Displaying 21916 - 21930 out of 22639 results.
Time to create page: 0.473 seconds
Powered by Kunena Forum