Advanced Search

Search Results (Searched for: )

  • royka
  • royka
18 Oct 2024 16:45 - 18 Oct 2024 17:12
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

I guess you need to remove the line with overlays=ssd-sata from armbiEnv.txt

But it looks like you didn't have that line before...
When you boot the rt kernel from the sd-card it recognizes your nvme?
With the non rt kernel it does boot from the nvme?

Found some other drivers, will add them and compile a new one in about 30min
  • Grotius
  • Grotius's Avatar
18 Oct 2024 16:28
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Hi Arciera,

That's a cubicspline lib that was tested. Is now removed from source, not used, obsolete now.

Updated:
codeberg.org/skynet/linuxcnc_trajectory_planner

If you will, also install this, as i tested a 2d clothoid spline, that needs a ipop lib.
sudo apt-get install coinor-libipopt-dev
  • ccc774
  • ccc774
18 Oct 2024 16:17 - 21 Oct 2024 22:12
  • stonebite
  • stonebite
18 Oct 2024 15:59 - 18 Oct 2024 16:00
Replied by stonebite on topic Einbindung externer Komponenten in der HAL Datei

Einbindung externer Komponenten in der HAL Datei

Category: Deutsch

ist Deine Darlegung in dem Falle die/eine Lösung für beide Messeinrichtungen mit Abfrage und entsprechender Wahl bei Verwendung?

Hattest Du in der HAL gesehenwie der Werkzeuglängentaster aktuell eingebunden ist und funktioniert mit Werkzeugwechsel?# ---Sonde/Taster Signal (probe signal)--- 
loadrt dbounce names=werkzeugtaster
addf werkzeugtaster servo-thread
setp werkzeugtaster.delay
net probe-delay werkzeugtaster.in <= hm2_7i92.0.7i76.0.0.input-29 
net probe-in <= werkzeugtaster.outnet probe-in => motion.probe-input
  • tsaG
  • tsaG
18 Oct 2024 15:50
Replied by tsaG on topic Tool length sensor direction change

Tool length sensor direction change

Category: QtPyVCP

Okay, that makes sense! Thank you all!
  • Aciera
  • Aciera's Avatar
18 Oct 2024 15:46

Einbindung externer Komponenten in der HAL Datei

Category: Deutsch

Betreffend dem Wzg-Längensensor und 3D-taster:

Linuxcnc hat nur einen Tastereingang 'motion.probe-input'. Normalerweise werden die zwei Sensorsignale mit einem 'or2' in der hal verknüpft:
loadrt or2
.
.
.
addf or2.0 servo-thread
.
.
.
net wz-taster <=  werkzeugtaster.out => or2.0.in0
net 3d-taster <= <dein 3d taster signal hier> => or2.0.in1
net 3d-oder-wz-taster <= or2.0.out =>  motion.probe-input
  • stonebite
  • stonebite
18 Oct 2024 15:42
Replied by stonebite on topic Einbindung externer Komponenten in der HAL Datei

Einbindung externer Komponenten in der HAL Datei

Category: Deutsch

hey, perfekt ... das iss`es!
M7 bringt Nebel. M9 schaltet ab.
Kästchen mit Nebel anhäkeln bringt ebenso Nebel.
Funktioniert perfekt.

herzlichen Dank

Nun noch die vorerst letzte Hürde? Hast Du eine Idee für die Einbindung des 3D Finder Messtasters?
Das "high" Signal steht am Input 28 TB5 der 7i76 Mesa Karte an, also ist in der Halshow sichtbar und löscht ab sobald der Taster das Werkstück berührt.

 
  • Aciera
  • Aciera's Avatar
18 Oct 2024 15:36
Replied by Aciera on topic Endlosachse im Bewegungsraum einschränken

Endlosachse im Bewegungsraum einschränken

Category: Deutsch

In der ini, versuch mal:
[AXIS_C]
MIN_LIMIT           = -180
MAX_LIMIT           = 180
  • Aciera
  • Aciera's Avatar
18 Oct 2024 15:33
Replied by Aciera on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

do:
 sudo apt install libglib2.0-dev

and try again
  • Muecke
  • Muecke's Avatar
18 Oct 2024 15:26 - 18 Oct 2024 15:27

Endlosachse im Bewegungsraum einschränken

Category: Deutsch

Hallo miteinander,

 ich vermute, die Antwort ist „nein, das geht nicht“, dennoch wollte ich es nicht ungefragt lassen.

 Meine C-Achse ist ein Drehteller, jedoch hängen an diesem Kabel, die sich beim Drehen mitbewegen (leider). Daher kam mir die Idee, den Arbeitsbereich der Achse auf -180° bis +180° zu begrenzen. So wäre sichergestellt, dass sich die Kabel nicht verdrehen oder abreißen (1,5VAC mit 120A).

 Gruß Mücke
 

File Attachment:

File Name: main_2024-10-18.hal
File Size:9 KB

 

File Attachment:

File Name: joypad_xyzc.hal
File Size:3 KB

 

File Attachment:

File Name: postgui_call_list.hal
File Size:0 KB

 

File Attachment:

File Name: io_2024-10-18.hal
File Size:2 KB

 

File Attachment:

File Name: joypad_jog...0-18.hal
File Size:1 KB

 

File Attachment:

File Name: demo2023_2...0-18.ini
File Size:8 KB

 
  • Aciera
  • Aciera's Avatar
18 Oct 2024 15:21 - 18 Oct 2024 15:22

Einbindung externer Komponenten in der HAL Datei

Category: Deutsch

Axis ist da etwas eigen.
Ersetze mal das hier:
# ---Kühlmittel-Signale---

net coolant-mist <= halui.mist.is-on => hm2_7i92.0.7i76.0.0.output-00
net coolant-flood <= halui.flood.is-on


#net coolant-mist <= iocontrol.0.coolant-mist
#net coolant-flood <= iocontrol.0.coolant-flood

Mit dem hier.
# ---Kühlmittel-Signale---

net coolant-mist <= iocontrol.0.coolant-mist
net coolant-flood <= iocontrol.0.coolant-flood
net coolant-mist => hm2_7i92.0.7i76.0.0.output-00
  • marq_torque
  • marq_torque's Avatar
18 Oct 2024 15:17 - 18 Oct 2024 15:20
Replied by marq_torque on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

Hello Benb,

I was able to reach till here

cnc@cnc:~/dev/linuxcnc/src$ ./autogen.sh
cnc@cnc:~/dev/linuxcnc/src$ ./configure --with-realtime=uspace
checking for c++... c++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether c++ supports C++17 features with -std=gnu++17... yes
checking build toplevel... /home/cnc/dev/linuxcnc
checking installation prefix... run in place
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/egrep
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for rpc/rpc.h... no
checking for get_myaddress in -ltirpc... yes
checking for rpc/rpc.h... yes
checking for rtai-config... none
checking for xeno-config... none
checking for realtime API(s) to use... uspace
checking whether to enable userspace PCI access... yes
checking for libudev... yes - version 252
checking for cc version... not specified
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for usability of linux/hidraw.h... yes
checking for usability of rpc/rpc.h... yes
checking for libmodbus3... yes - version 3.1.6
checking for libusb-1.0... yes
checking for libgpiod < 2.0.0... no
configure: WARNING: Could not find libgpiod, not building hal_gpio
checking for module installation directory... configuring for run-in-place
/home/cnc/dev/linuxcnc/rtlib
checking for glib... configure: error: no -- required until somebody makes glib optional
cnc@cnc:~/dev/linuxcnc/src$



Is there any possibility to install Linuxcnc-Dev in standard 2.9.3 installation?
  • royka
  • royka
18 Oct 2024 15:16 - 18 Oct 2024 15:51
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

Uhmm I forgot that I have a m.2 sata drive in the opi5, after enabling the sata overlay it's actually recognized. So no idea what is going wrong at this moment.
Can you show the full output of:
/usr/sbin/blkid
cat /etc/fstab
cat /boot/armbiEnv.txt
 
  • royka
  • royka
18 Oct 2024 15:09
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

My excuses, just went to my OPI5 and despites it works with the Opi5 Plus, the nvme is indeed not recognized here. I'll look at what is missing.
  • PCW
  • PCW's Avatar
18 Oct 2024 14:53

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions

Do the commanded positions change after a stop?
 If not, this is likely a servo/hardware/encoder issue.

(at least on axis you can select commanded or actual position for the DRO)
Displaying 19801 - 19815 out of 24148 results.
Time to create page: 0.395 seconds
Powered by Kunena Forum