# Changing data real time

**URL:** https://discourse.kitware.com/t/changing-data-real-time/483
**Category:** Pulse Physiology Engine
**Created:** [June 16, 2020, 7:25pm UTC](https://discourse.kitware.com/t/changing-data-real-time/483 "2020-06-16T19:25:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Degly](https://discourse.kitware.com/user_avatar/discourse.kitware.com/degly/32/263_2.png) [@Degly](https://discourse.kitware.com/u/Degly)
#### Post date: [June 16, 2020, 7:25pm UTC](https://discourse.kitware.com/t/changing-data-real-time/483/1 "2020-06-16T19:25:34Z")

</div>

For the simulation I am working on, I want to be able to change in real time the data shown in the Vitals Monitor. For example, I want to set the heart rate to 82, and then change it to some other number. Is this possible with the Unity Asset?

---

<div class="post-metadata">

### Author: ![abray](https://discourse.kitware.com/user_avatar/discourse.kitware.com/abray/32/12_2.png) [@abray](https://discourse.kitware.com/u/abray)
#### Post date: [June 17, 2020, 12:18am UTC](https://discourse.kitware.com/t/changing-data-real-time/483/2 "2020-06-17T00:18:55Z")

</div>

The monitor is being driven by Pulse  
If you disconnect it form Pulse, you can set it to whatever you want.  
If you leave it connected to Pulse, and you want the patient to have a HR or 82, then you need to do something to the Pulse patient to increase/decrease its HR.

You have to think of the Pulse patient as a real patient.  
If you wanted to change your HR, what would you do?  
Stress? Exercise? Drugs?  
(And the HR does not just jump up, the HR would increase, just like yours would in starting exercise)

We also have several starting patients you can use, and they have various starting vitals.  
If you wanted a patient that has a resting HR of ~82, you can use Soldier@0s.json

Modifying a vital to be held at a certain value defeats the purpose of a dynamic, mechanistic engine such as Pulse.

Does that make sense?

---

<div class="post-metadata">

### Author: ![Degly](https://discourse.kitware.com/user_avatar/discourse.kitware.com/degly/32/263_2.png) [@Degly](https://discourse.kitware.com/u/Degly)
#### Post date: [June 17, 2020, 9:39pm UTC](https://discourse.kitware.com/t/changing-data-real-time/483/3 "2020-06-17T21:39:48Z")

</div>

This is exactly what I wanted to know as I am working in a simulation and I need the asset to work as if I was working with a real patient. Thank you for your clarification abray.
