Problem mit xhc-whb04b-6
- ChironFZ16
-
Topic Author
- Away
- Senior Member
-
- Posts: 50
- Thank you received: 10
Ich habe einige Probleme mit dem Teil. in Simulations modus startet das Ding nicht und in normalen Modus habe ich keinen Kontakt. Der Treiber startet , hatt aber einen Konflikt mit GLADE-Dateien
Das whb.pendant.is-connected sollte doch gelb aufleuchten, oder ?Starting HAL User Interface program: halui
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Found file(REL): ./core_sim.hal
Found file(REL): ./spindle_sim.hal
Found file(REL): ./simulated_home.hal
Found file(REL): ./whb04b.hal
Shutting down and cleaning up LinuxCNC...
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Debug file information:
Note: Using POSIX realtime
failed to claim interface
scale: already exists
./whb04b.hal:20: waitpid failed /usr/bin/rtapi_app scale
./whb04b.hal:20: /usr/bin/rtapi_app exited without becoming ready
./whb04b.hal:20: insmod for scale failed, returned -1
13130
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
Attachments:
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23393
- Thank you received: 4970
scale: already exists
...
./whb04b.hal:20: insmod for scale failed, returned -1
You are probably trying to "loadrt scale" in two different places.
You need to combine them into one "loadrt" that loads as many as needed.
(Or you can use HAL_TWOPASS, but that may be more work)
Please Log in or Create an account to join the conversation.