7i90 questions
- JR1050
- Topic Author
- Offline
- Platinum Member
- Posts: 450
- Thank you received: 33
how is the watchdog handled now?
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17905
- Thank you received: 4774
Please Log in or Create an account to join the conversation.
- JR1050
- Topic Author
- Offline
- Platinum Member
- Posts: 450
- Thank you received: 33
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17905
- Thank you received: 4774
Please Log in or Create an account to join the conversation.
- JR1050
- Topic Author
- Offline
- Platinum Member
- Posts: 450
- Thank you received: 33
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17905
- Thank you received: 4774
If you have Mesa hardware the Hostmot2 watchdog now gets handled by the hm2 write Hal function. Remove any addf lines that refer to the pet_watchdog function from your main hal file.
so only the addf pet_watchdog line needs to be removed for 2.7, if you have a 2.6 hal file
Please Log in or Create an account to join the conversation.
- JR1050
- Topic Author
- Offline
- Platinum Member
- Posts: 450
- Thank you received: 33
"s the update document states:
If you have Mesa hardware the Hostmot2 watchdog now gets handled by the hm2 write Hal function. Remove any addf lines that refer to the pet_watchdog function from your main hal file.
so only the addf line needs to change, if you have a 2.6 config"
its done-*still doesnt read the pins still get "function hm27i90.0.read not found" as an error
What does that mean? Where is the hm2 write function? is it the same other read/write functions that dont seem to be working and there is ZERO explanation as to why or where this info is? I read the part of the manual you are referencing and it is vague at best.
Ive been fighting with this for six hours. I set up a 5i23 in 45 minutes, with resolver,encoders,ssi and a ton of i/o . something here is broken or missing. I dont make the stuff, im following the instructions. This shouldnt be this difficult.I need some help to sort this out. My guess is ,judging by the amount of postings on this subject, id say this a new problem.
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17905
- Thank you received: 4774
errors is unknown, i have not seen this problem before
can you try this:
halrun
halcmd: loadrt hostmot2
halcmd: loadrt hm2_7i90
halcmd: show pin hm2
Please Log in or Create an account to join the conversation.
- JR1050
- Topic Author
- Offline
- Platinum Member
- Posts: 450
- Thank you received: 33
user@CMP-0179:~$ halrun
.
halcmd: loadrt hm2_7i90
Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/hm2_7i90.ko: Unknown symbol in module
<stdin>:1: exit value: 1
<stdin>:1: insmod for hm2_7i90 failed, returned -1
See the output of 'dmesg' for more information.
halcmd:
halcmd: show pin hm2
Component Pins:
Owner Type Dir Value Name
halcmd:
error screen repeatedly says hm2_7i90.00.read does not exist
is it possible this combo will not work with ver 2.7?
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17905
- Thank you received: 4774
( Error: could not insert module /usr/realtime-3.4-9-rtai-686-pae/modules/linuxcnc/hm2_7i90.ko: Unknown symbol in module )
would be expected since you did not load hostmot2 first
Please Log in or Create an account to join the conversation.