# Start/stop/reset switch

**URL:** https://www.wago.community/t/start-stop-reset-switch/752
**Category:** Hardware and Linux
**Tags:** linux
**Created:** [January 24, 2024, 1:36pm UTC](https://www.wago.community/t/start-stop-reset-switch/752 "2024-01-24T13:36:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![WagoDamRud](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/wagodamrud/32/258_2.png) [@WagoDamRud](https://www.wago.community/u/WagoDamRud)
#### Post date: [January 24, 2024, 1:36pm UTC](https://www.wago.community/t/start-stop-reset-switch/752/1 "2024-01-24T13:36:29Z")

</div>

Hello,

how to disable run/stop/reset switch in TP600/PFC200 with FW26?  
In FW26 file `_/usr/lib/wide/libwideoms.so_ is not available. In previous versions it was enough to change the name of this file.

Thank you in advance

---

<div class="post-metadata">

### Author: ![WagoDamRud](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/wagodamrud/32/258_2.png) [@WagoDamRud](https://www.wago.community/u/WagoDamRud)
#### Post date: [January 30, 2024, 9:07am UTC](https://www.wago.community/t/start-stop-reset-switch/752/2 "2024-01-30T09:07:52Z")

</div>

Ok, I found some notes 😉

**CODESYS 2.3:**

- change name of file: _/usr/lib/wide/libwideoms.so_

From the console:  
`mv /usr/lib/wide/libwideoms.so /usr/lib/wide/libwideoms.so.OLD`  
App is always in RUN.

How to rollback:  
`mv /usr/lib/wide/libwideoms.so.OLD /usr/lib/wide/libwideoms.so`

**CODESYS 3.5:**

- in catalog: _usr/lib/cds3-custom-components_
- delete link: _libTscOms.so → …/libTscOms.so.0.0.1_

From the console:  
`rm /usr/lib/cds3-custom-components/libTscOms.so`  
App is always in RUN.

How to rollback:  
`ln -s ../libTscOms.so.0.0.1 /usr/lib/cds3-custom-components/libTscOms.so`

**How to deactivate RESET Button:**

- in catalog: _/etc/rc.d/_
- delete link: S01\_omsdaemon → …/init.d/omsdaemon.

From the console:  
`rm /etc/rc.d/S01_omsdaemon`

How to rollback:  
`ln -s ../init.d/omsdaemon /etc/rc.d/S01_omsdaemon`
