# Do system inputs work in manual simulation?

**URL:** https://tech-community.robotics.abb.com/t/do-system-inputs-work-in-manual-simulation/10615
**Category:** RAPID Programming
**Created:** [March 4, 2022, 12:06pm UTC](https://tech-community.robotics.abb.com/t/do-system-inputs-work-in-manual-simulation/10615 "2022-03-04T12:06:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![16000lc](https://avatars.discourse-cdn.com/v4/letter/1/8baadc/32.png) [@16000lc](https://tech-community.robotics.abb.com/u/16000lc)
#### Post date: [March 4, 2022, 12:06pm UTC](https://tech-community.robotics.abb.com/t/do-system-inputs-work-in-manual-simulation/10615/1 "2022-03-04T12:06:16Z")

</div>

Hi everyone.

im doing a school project which a consists in a machine and a robot.

the robot does 2 different movements depending on what the machine is doing and the output it sends.

besides the normal inputs, I added a system input with the purpose of “stop”, which is activated when someone presses the e-button on the **machine**.

simulating on robotstudio works as intended. when simulated(pressed) the robot stops its movement and the program.

however, when trying on the real robot, all the inputs worked except the system input, in manual mode.

We had not the opportunity to test the program in automatic, and in manual and simulating the inputs, so my guess is that it may not work on manual.

am I right or is there something more to it?

thank you

---

<div class="post-metadata">

### Author: ![lemster68](https://dub1.discourse-cdn.com/flex005/user_avatar/tech-community.robotics.abb.com/lemster68/32/1945_2.png) [@lemster68](https://tech-community.robotics.abb.com/u/lemster68)
#### Post date: [March 4, 2022, 1:35pm UTC](https://tech-community.robotics.abb.com/t/do-system-inputs-work-in-manual-simulation/10615/2 "2022-03-04T13:35:11Z")

</div>

System inputs do not work in manual mode. If the behavior needs to be the same in manual, then you must wire it into the safety chain. General stop or E-stop.

---

<div class="post-metadata">

### Author: ![16000lc](https://avatars.discourse-cdn.com/v4/letter/1/8baadc/32.png) [@16000lc](https://tech-community.robotics.abb.com/u/16000lc)
#### Post date: [March 4, 2022, 2:50pm UTC](https://tech-community.robotics.abb.com/t/do-system-inputs-work-in-manual-simulation/10615/3 "2022-03-04T14:50:01Z")

</div>

> [@lemster68](#):
>
> System inputs do not work in manual mode. If the behavior needs to be the same in manual, then you must wire it into the safety chain. General stop or E-stop.

Just as I thought.

No, the behavior is not required in manual mode. We were just testing to see if the inputs were well connected.

Either way, I’ll look in to your suggestion as well

Thanks very much!
