Matrix_kb 7i73 need help
- SOLD
- Offline
- Premium Member
-
Less
More
- Posts: 116
- Thank you received: 12
22 Jun 2022 02:42 #245577
by SOLD
Replied by SOLD on topic Matrix_kb 7i73 need help
Attachments:
Please Log in or Create an account to join the conversation.
- SOLD
- Offline
- Premium Member
-
Less
More
- Posts: 116
- Thank you received: 12
02 Jul 2022 19:42 #246458
by SOLD
Replied by SOLD on topic Matrix_kb 7i73 need help
it works now I'm using hot air with RN7 all the input is 3.3v power.
I can watch 4x8 from halshow but still can't set the halfile.
I can watch 4x8 from halshow but still can't set the halfile.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23320
- Thank you received: 4946
03 Jul 2022 10:46 #246498
by andypugh
Replied by andypugh on topic Matrix_kb 7i73 need help
Are you saying that there was a hardware problem that is now fixed, but that you still need help with the HAL configuration?
How far have you got wth the HAL?
If you watch the keycode pin in HAL, does it appear to be showing key-up and key-down events?
How far have you got wth the HAL?
If you watch the keycode pin in HAL, does it appear to be showing key-up and key-down events?
Please Log in or Create an account to join the conversation.
- SOLD
- Offline
- Premium Member
-
Less
More
- Posts: 116
- Thank you received: 12
12 Jul 2022 13:43 #247138
by SOLD
Replied by SOLD on topic Matrix_kb 7i73 need help
That's right, the hardware works.
I can watch the keycode pin in HAL.
but when i connect to jogging it does not respond
Please show an example HAL?
I can watch the keycode pin in HAL.
but when i connect to jogging it does not respond
Please show an example HAL?
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23320
- Thank you received: 4946
12 Jul 2022 13:54 #247142
by andypugh
Replied by andypugh on topic Matrix_kb 7i73 need help
This is just from memory
[/code]
loadrt matrix_kb config=8x8
addf matrix_kb.0 servo-thread
net hm2_.....7i73.00.scancode => matrix_kb.0.keycode
[/code]
At that point you should be able to see one of the output pins toggling on and off when you press the key.
Can you confirm that that part works? (halshow is the easiest way to monitor a lot of pins.
[/code]
loadrt matrix_kb config=8x8
addf matrix_kb.0 servo-thread
net hm2_.....7i73.00.scancode => matrix_kb.0.keycode
[/code]
At that point you should be able to see one of the output pins toggling on and off when you press the key.
Can you confirm that that part works? (halshow is the easiest way to monitor a lot of pins.
loadusr halshow
Please Log in or Create an account to join the conversation.
- SOLD
- Offline
- Premium Member
-
Less
More
- Posts: 116
- Thank you received: 12
12 Jul 2022 14:25 #247148
by SOLD
Replied by SOLD on topic Matrix_kb 7i73 need help
Thanks, I'll test it when 7i92 works.
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
-
Less
More
- Posts: 362
- Thank you received: 43
17 Aug 2023 00:45 #278218
by COFHAL
Replied by COFHAL on topic Matrix_kb 7i73 need help
I have tried to use the parameter matrix_kb.0.negative-logic 0 of matrix_kb, but it always gives me an error saying that it does not exist.
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
-
Less
More
- Posts: 362
- Thank you received: 43
17 Aug 2023 20:45 - 17 Aug 2023 20:48 #278299
by COFHAL
Replied by COFHAL on topic Matrix_kb 7i73 need help
I I have problems with the configuration of the component matrix_kb. I am going to use the Matrix_kb and SENDKEYS components simultaneously. For that, I configured the 7i73 for a 4x8 keypad with the SENDKEYS component, and for the Matrix_kb component I configured it 3x4, for this I used some of the 7i73's available outputs and inputs. The problem now is that I get the error "kb_3x4.row-00-out does not exist" ie. Another error that I get is net zero-x halui.mdi_command-00 not found despite being defined in the INI file. I attach my files.
Attachments:
Last edit: 17 Aug 2023 20:48 by COFHAL.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23320
- Thank you received: 4946
21 Aug 2023 09:03 #278596
by andypugh
Note that as a parameter you can only "setp" it, not link it.
Possibly you are trying to "setp" the value before the component has loaded?
Replied by andypugh on topic Matrix_kb 7i73 need help
It should be there: github.com/LinuxCNC/linuxcnc/blob/master...nts/matrix_kb.c#L311I have tried to use the parameter matrix_kb.0.negative-logic 0 of matrix_kb, but it always gives me an error saying that it does not exist.
Note that as a parameter you can only "setp" it, not link it.
Possibly you are trying to "setp" the value before the component has loaded?
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.106 seconds