controlling cart wall remotely

You have a question or need an advice about how to do something? Ask it here!
Post Reply
Radiostar929
Posts: 44
Joined: 02 Jan 2021 15:31
controlling cart wall remotely

Post by Radiostar929 »

How do you star tand move the items in the cartwall by the keyboard? i dont want to use the mouse.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: controlling cart wall remotely

Post by radio42 »

By default, you need to select the cartwall window panel to make it active and then you can start/stop the cart by using the numeric key pad (1…9) on your keyboard.

If you want to use any other key as well as make it work also if any window is selected/activated, you can use the Hotkey Mapping. You define it in the general settings, section GPIO. Here you can map any key code to any control-command. See the user manual appendix for available commands.
But make sure not to map any standard keyboard key to start a cart, as else that key cannot be used anymore elsewhere; eg. the key ‚A‘ should not be used, as else you can not enter it anymore ;-)
See the CW1_PLAY_CART resp. CW2_PLAY_CART commands - this takes the cart id as a parameter. E.g.

Code: Select all

CW1_PLAY_CART 3

Post Reply