Advanced Search

Search Results (Searched for: )

  • Giovanni
  • Giovanni
19 Oct 2024 10:27
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

@freemoore: if you want, we can try to install/configure together.
Maybe we would be lucky enough to get NativeCam full working on your pc.
  • RadioAD5GB
  • RadioAD5GB
19 Oct 2024 09:58

Please add a check for available disk space....

Category: Installing LinuxCNC

Greetings,

A friend of mine was trying to install and set-up LinuxCNC. He's new to the ways of *NIX. Installation failed because of insufficient disk space, yet said NOTHING about it until it failed.  He's using a small industrial PC with a 128GB HDD.  A simple test for available free space would have prevented what happened to him.  As a UNIX/Linux developer of 30 years+, I've incorporated a lot of these sorts of things into the software I've written.

GIGO! (garbage in, garbage out)  Keep the GARBAGE out of the input stream!

Regards
  • Lcvette
  • Lcvette's Avatar
19 Oct 2024 09:46

ProbeBasic Spindle connection (No Speed indicated, no control possible)

Category: QtPyVCP

tholse fields are read outs not user entries, to set the speed you use mdi, S#### M3/4
  • Aciera
  • Aciera's Avatar
19 Oct 2024 09:45
Replied by Aciera on topic Hal Signalnamen

Hal Signalnamen

Category: Deutsch

Klingt als ob der pin 'motion.probe-input' an anderer Stelle in der hal einem anderen Signal zugewiesen wird, was nicht geht.
Such mal nach 'motion.probe-input' in allen hal files und verbinde dann '<= hm2_7i96s.0.inm.00.input-04-not' mit dem schon vewendeten Signal

Ansonsten bitte hal und ini files posten.
  • Aciera
  • Aciera's Avatar
19 Oct 2024 09:40
Replied by Aciera on topic Endlosachse im Bewegungsraum einschränken

Endlosachse im Bewegungsraum einschränken

Category: Deutsch

Versteh ich nicht. Geht bei mir problemlos. Kannst du bitte mal die genaue Fehlermeldung angeben damit ich schauen kann woher das kommen könnte?
  • Macwolf
  • Macwolf
19 Oct 2024 09:20 - 19 Oct 2024 13:33
Beckhoff components crasht Linuxcnc was created by Macwolf

Beckhoff components crasht Linuxcnc

Category: EtherCAT

 Hello I've been trying to get the Beckhoff components to start for a few days, with very little success.What I did was set up the Raspberry 5, installed Ethercat and made my first attempts with the components.What components: EC AC Servo, EK1100 (cheap on eBay) EL1008 (also cheap)Connected:Servo slave0EK1100 Slave1Only the servo then starts my Linux configuration with various lcec pinsAs soon as the Beckhoff comes into play, it crashes.I made a test xml, can someone tell me if the structure is correct? I don't really know if the various values ​​are correct 
error fixed

File Attachment:

File Name: Test.xml
File Size:1 KB
 I've attached the files, I used the lathe.iniThanks

File Attachment:

File Name: Error_Lcec.txt
File Size:0 KB

File Attachment:

File Name: ethercat.hal
File Size:0 KB

File Attachment:

File Name: ethercat-conf.xml
File Size:2 KB
  • Grotius
  • Grotius's Avatar
19 Oct 2024 09:00
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi,

Attached .pro file compiles ok. Remove .txt extension.
Did 2 modifications.

It also compiles and runs when i start a new empty gui project and link to your plugin.
see cmakeLists.txt
 
  • bkt
  • bkt's Avatar
19 Oct 2024 08:15
Replied by bkt on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi,

Do you have a link for me? Where to find you on github?

 

for now these link .... github.com/bkt-it/QT6-halwidget .... so you can check .... my repo is nothing of special and anonimous .... not used to work on and for me commit and so sound like somethings of misterious .... any how today is my free day project so I try to upload a reduced version of my project without many features .... so we can concentrate on lcnc part.
 
  • chuben
  • chuben
19 Oct 2024 07:41
Replied by chuben on topic Update failure

Update failure

Category: Plasmac

If you download the file to the ~/Downloads directory then do the following:
sudo cp ~/Downloads/buildbot-archive-key.gpg /etc/apt/trusted.gpg.d/
 

I do what you tell me but when I go to update the repository I get this error: The repository "buildbot2.highlab.com debian Release" does not have a Release file. It cannot be updated from a repository like this safely and is therefore disabled by default. See the apt-secure man page (8) for details on creating repositories and configuring users. The “buildbot.linuxcnc.org bookworm Release” repository does not have a Release file.
  • Muecke
  • Muecke's Avatar
19 Oct 2024 07:04
Replied by Muecke on topic Endlosachse im Bewegungsraum einschränken

Endlosachse im Bewegungsraum einschränken

Category: Deutsch

das hatte ich als erstes probirt, da bekomme ich dann die meldung das es sich um ein Endlos achse (Drehbare Achse) handelt und das nur -1e99 bzw. 1e99 zuläsig ist.
  • jacgri24
  • jacgri24
19 Oct 2024 05:58
Hal Signalnamen was created by jacgri24

Hal Signalnamen

Category: Deutsch

Guten Tag,

wenn ich im Hal einen Signalnmen einstellen möchte z.B.
net Tasteingang (Signalname) motion.probe-input <= hm2_7i96s.0.inm.00.input-04-not dann wird mir der Fehler angezeit, dass der motion.probe-input bereits mit dem Signal "Tasteingang" verknüpft ist. Wenn ich den Signalnemen dann entferne bekomme ich den Fehler, dass das Signal nicht den Namen des Pins haben muss.

Wie muss ein Signalname aussehen, damit er nicht verknüpft wird?

Vielen Dank im Vorruas
  • tsaG
  • tsaG
19 Oct 2024 05:32 - 19 Oct 2024 05:53

ProbeBasic Spindle connection (No Speed indicated, no control possible)

Category: QtPyVCP

Thank you! I managed to connect the line and get the actual RPM in the postgui file. However, I am not able to set the speed in the box.

Is there any additional documentation except for this one here?
kcjengr.github.io/probe_basic/machine_co...tion-for-probe-basic
net spindle-actual-rpm  =>  qtpyvcp.spindle-encoder-rpm.in
However, as I can control it now with my GCode, its actually sufficient for me :) but it would still be nice to be able to command the speed by hand.
  • PCW
  • PCW's Avatar
19 Oct 2024 02:44
Replied by PCW on topic 7I33TA Just plug it in?

7I33TA Just plug it in?

Category: Driver Boards

For a 24V pulse, I would use an OPTO, both for voltage translation and isolation.
Using a 7I33 likely needs custom firmware as I don't think there's standard firmware
for a 7I52S+7I33 ( not a big deal but If the drive can take a frequency input, an OPTO
would have the advantage of full isolation)
  • tommylight
  • tommylight's Avatar
19 Oct 2024 01:41
  • tommylight
  • tommylight's Avatar
19 Oct 2024 01:40
Replied by tommylight on topic Mesa 7i96s torch on/off connection

Mesa 7i96s torch on/off connection

Category: Driver Boards

Yes it does, and it works perfectly well with most plasma sources, so you can skip that.
Displaying 19756 - 19770 out of 24139 results.
Time to create page: 0.771 seconds
Powered by Kunena Forum