Advanced Search

Search Results (Searched for: )

  • 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)
  • PCW
  • PCW's Avatar
18 Oct 2024 14:49 - 18 Oct 2024 14:50
Replied by PCW on topic Hbs86 stepper timing

Hbs86 stepper timing

Category: PnCConf Wizard

I would probably leave some margin since those are minimum timings:

Step time 5000 ns
Space time 5000 ns
Dir Setup 10000 ns
Dir hold  10000 ns

Note that the step time and step space
will limit the maximum step rate so you can reduce
these values if needed, but in general it's better to have
more margin.

The direction setup and hold times have no significant
effect on performance so there's no real reason to
not set them to quite large values for any drive.
  • PCW
  • PCW's Avatar
18 Oct 2024 14:42 - 18 Oct 2024 14:56
Replied by PCW on topic Encoder ppr?

Encoder ppr?

Category: Driver Boards

The count rate is 4X the A or B frequency because
in (normal 4X) quadrature all edges of the A and B
signals are counted.

When you measure frequency you measure the number
of cycles per second, where each cycle  has a rising and
falling edge, so the number of edges per cycle is double
the number of cycles. When you do this on both A and B,
you end up  with 4 edges per cycle.
  • ccc774
  • ccc774
18 Oct 2024 14:31 - 21 Oct 2024 22:07
Replied by ccc774 on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

I installed the image 6.1.75 with backported mesa- sudo apt install ./linux*.deb- sudo cp -r /usr/lib/linux-image-6.1.75-rt23/rockchip/* /boot/dtb/rockchip/ (with  -r  to copy the overlay to)- sudo ln -sf vmlinuz-6.1.75-rt23 Image- sudo ls -l /boot I got the same result. Same message when booting.
Displaying 22486 - 22500 out of 22867 results.
Time to create page: 3.572 seconds
Powered by Kunena Forum