# Disable swipe gesture in Touch Panel 600

**URL:** https://www.wago.community/t/disable-swipe-gesture-in-touch-panel-600/1337
**Category:** Hardware and Linux
**Created:** [November 19, 2024, 6:55am UTC](https://www.wago.community/t/disable-swipe-gesture-in-touch-panel-600/1337 "2024-11-19T06:55:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Petrus](https://avatars.discourse-cdn.com/v4/letter/p/ecd19e/32.png) [@Petrus](https://www.wago.community/u/Petrus)
#### Post date: [November 19, 2024, 6:55am UTC](https://www.wago.community/t/disable-swipe-gesture-in-touch-panel-600/1337/1 "2024-11-19T06:55:52Z")

</div>

Can swipe gesture be disabled when using Touch Panel 600 series HMI? By adding a microbrowser, it’ll be disabled but is there any other known method for that? To prevent accidentally open it by the operator, there is a need to disable it.

---

<div class="post-metadata">

### Author: ![quenorha](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/quenorha/32/429_2.png) [@quenorha](https://www.wago.community/u/quenorha)
#### Post date: [November 19, 2024, 2:50pm UTC](https://www.wago.community/t/disable-swipe-gesture-in-touch-panel-600/1337/2 "2024-11-19T14:50:23Z")

</div>

Do you mean the swipe down gesture that display the menu ?

---

<div class="post-metadata">

### Author: ![Petrus](https://avatars.discourse-cdn.com/v4/letter/p/ecd19e/32.png) [@Petrus](https://www.wago.community/u/Petrus)
#### Post date: [November 20, 2024, 6:35am UTC](https://www.wago.community/t/disable-swipe-gesture-in-touch-panel-600/1337/3 "2024-11-20T06:35:37Z")

</div>

Correct, this is named as swipe gesture in device manual.

---

<div class="post-metadata">

### Author: ![quenorha](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/quenorha/32/429_2.png) [@quenorha](https://www.wago.community/u/quenorha)
#### Post date: [November 20, 2024, 10:47am UTC](https://www.wago.community/t/disable-swipe-gesture-in-touch-panel-600/1337/4 "2024-11-20T10:47:19Z")

</div>

I had the question once. To disable this menu :

In the /etc/specific/gesture.conf you need to set “state” to “disabled”

> state= **disabled**  
> scroll=yes  
> scroll\_wheel\_value=15  
> startrange\_cap=2.5  
> startrange\_res=0.5  
> arraysize=60  
> movelength=18  
> menu=yes  
> menu-timeout=5  
> menu-margin-left=10  
> menu-margin-right=90  
> menu-orientation=top  
> btn0=1  
> id0=ID\_WBM  
> btn1=1  
> id1=ID\_PLCLIST  
> btn2=1  
> id2=ID\_TARGETVISU  
> btn3=1  
> id3=ID\_DISPLAYCLEANING

- If you want to set it up quickly (for non expert user) I’ve made an ipk file for a customer :  
[disablemenu\_v1.0.0\_armhf.txt](https://www.wago.community/uploads/short-url/gpRtRn2yEymBkhuN9S8DxVypvbC.txt) (878 Bytes)
- Rename .txt to .ipk
- Install it using the WBM (with “force install”)
- Reboot the panel.
