USB haas operator panel interface
21 Jul 2021 08:40 - 21 Jul 2021 08:46 #215462
by Sviper
I have my Haas keyboard running with the Arduino as a USB keyboard.
However, many keys are unassigned.
Is there a way to create Hal pins from a key combination. I imagine CTRL+K --> Hal input --> cooling on for example.
Or is there someone who has a newer version incl. Hal config?
cmorley do you already have a new version?
Or a version with Smart Serial incl. the config for linuxcnc?
Replied by Sviper on topic USB haas operator panel interface
Hello
Ok here is the other pic.
I'm holding a speaker I salvaged from a motherboard.
There is a momentary button out of the picture used to set the mega's USB chip into upload mode.
I have my Haas keyboard running with the Arduino as a USB keyboard.
However, many keys are unassigned.
Is there a way to create Hal pins from a key combination. I imagine CTRL+K --> Hal input --> cooling on for example.
Or is there someone who has a newer version incl. Hal config?
cmorley do you already have a new version?
Or a version with Smart Serial incl. the config for linuxcnc?
Last edit: 21 Jul 2021 08:46 by Sviper.
Please Log in or Create an account to join the conversation.
23 Jul 2021 01:11 #215628
by cmorley
Replied by cmorley on topic USB haas operator panel interface
I have not got back to anything more with this unfortunately.
you could use hal_input to convert the button presses to HAL pins but then you lose the regular keyboard part.
Yes many keys are not assigned - they need to be filled into the stdKeys or shiftKeys or altKeys array.
I could add another array specifically for cntrl keys too.
I have not git an STM32 running sserial yet (only played a little unsuccessfully then ran out of time).
Chris
you could use hal_input to convert the button presses to HAL pins but then you lose the regular keyboard part.
Yes many keys are not assigned - they need to be filled into the stdKeys or shiftKeys or altKeys array.
I could add another array specifically for cntrl keys too.
I have not git an STM32 running sserial yet (only played a little unsuccessfully then ran out of time).
Chris
Please Log in or Create an account to join the conversation.
16 Oct 2022 19:07 #254250
by MrJTJinx
Replied by MrJTJinx on topic USB haas operator panel interface
I'm having a few issues with the arduino code and the Haas keypad on a Mega. Im not seeing many characters just a few too many square boxes ie non printable ascii characters. Its definitely a Haas keypad, its still connected to the 2002 haas mini mill. What im trying to figure out is what keys work on which row and col so that i can build a remote that will be piggybacked onto the existing ribbon cable. Im actually after the numbers and the write/enter key. could you offer any advice/assistance.
Please Log in or Create an account to join the conversation.
- Kasper-001
-
- Offline
- Senior Member
-
Less
More
- Posts: 58
- Thank you received: 1
25 Mar 2023 16:08 #267473
by Kasper-001
Replied by Kasper-001 on topic USB haas operator panel interface
how did it come out with this USB adapter ? i found 2 simulators on the scrapyard, and tried to decode data from the skbif board,
Please Log in or Create an account to join the conversation.
06 Apr 2023 04:15 #268376
by fomer
Replied by fomer on topic USB haas operator panel interface
hello, I'm trying to make pendant with stm32f103, I applied to your code, but I can't see my encoder translation in linuxcnc, can you give the connections schematically?
Please Log in or Create an account to join the conversation.
06 Apr 2023 04:34 - 06 Apr 2023 04:35 #268378
by fomer
Replied by fomer on topic USB haas operator panel interface
hello Martin, I'm trying to make pendant with stm32f103, I applied to your code, but I can't see my encoder translation in linuxcnc, can you give the connections schematically?
Last edit: 06 Apr 2023 04:35 by fomer.
Please Log in or Create an account to join the conversation.
06 Apr 2023 04:35 #268379
by fomer
Replied by fomer on topic USB haas operator panel interface
Please Log in or Create an account to join the conversation.
06 Apr 2023 04:44 #268380
by fomer
Replied by fomer on topic USB haas operator panel interface
fomer post=268379 userid=3
I am connecting stm32f103 and mesa with the card you see in the picture and I can see this connection in linuxcnc. When I turn the encoder, I can read it in debug mode, but the variable in linuxcnc does not change.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 15577
- Thank you received: 5165
06 Apr 2023 10:15 #268402
by tommylight
Replied by tommylight on topic USB haas operator panel interface
@Fomer,
Cick on "source" when replying or quoting, see if it is easier to use the editor.
Cick on "source" when replying or quoting, see if it is easier to use the editor.
The following user(s) said Thank You: fomer
Please Log in or Create an account to join the conversation.
06 Apr 2023 10:27 #268407
by fomer
Replied by fomer on topic USB haas operator panel interface
thanks i will keep it in mind
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.174 seconds