Re:pncconf - feature requests
- PCW
- Offline
- Moderator
- Posts: 17955
- Thank you received: 4819
setp hm2_[HOSTMOT2](BOARD).0.watchdog.timeout_ns 10000000
works in my 7I77 test hal file ( just a modified hm2-servo demo hal file)
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23170
- Thank you received: 4860
thats odd,
setp hm2_[HOSTMOT2](BOARD).0.watchdog.timeout_ns 10000000
works in my 7I77 test hal file ( just a modified hm2-servo demo hal file)
I think Seb has been fiddling with the Watchdog, I wonder if that is it?
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17955
- Thank you received: 4819
Please Log in or Create an account to join the conversation.
- BigJohnT
- Topic Author
- Offline
- Administrator
- Posts: 7000
- Thank you received: 1172
John
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17955
- Thank you received: 4819
Please Log in or Create an account to join the conversation.
- BigJohnT
- Topic Author
- Offline
- Administrator
- Posts: 7000
- Thank you received: 1172
John
Please Log in or Create an account to join the conversation.
- BigJohnT
- Topic Author
- Offline
- Administrator
- Posts: 7000
- Thank you received: 1172
7i77.hal:17: parameter or pin 'hm2/hm2_5125.0.watchdog.timeout_ns' not found
Shutting down and cleaning up EMC2...
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17955
- Thank you received: 4819
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23170
- Thank you received: 4860
What was the complaint? it may be that 10ms (10000000 ns) is not allowed anymore and it needs to be shorter
It's not that:
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 100000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 1000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 10000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 100000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 1000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 10000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 100000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 1000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 10000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 100000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 1000000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 10000000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 100000000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 1000000000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 10000000000000000000
halcmd: setp hm2_5i23.0.watchdog.timeout_ns 100000000000000000000
halcmd: show param *ns
Parameters:
Owner Type Dir Value Name
5 u32 RW 0xFFFFFFFF hm2_5i23.0.watchdog.timeout_ns
Please Log in or Create an account to join the conversation.
- PCW
- Offline
- Moderator
- Posts: 17955
- Thank you received: 4819
Please Log in or Create an account to join the conversation.