add stimulus and injector 3

This commit is contained in:
Matthew Kennedy 2023-05-16 13:20:53 -07:00
parent 94f6294232
commit 9f136901fc
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<Actuator name="Inj3" type="BoostParallelSolenoid2">
<Resistance>1000</Resistance>
<Inductance>500</Inductance>
<RSense>10</RSense>
<CurrentFeedback>CurFbk1</CurrentFeedback>
<FeedBackSource>Form</FeedBackSource>
<OutputUsed number="3">
<Output>Hs3Command</Output>
<Output>Ls3Command</Output>
<Output>Hs4Command</Output>
</OutputUsed>
<VoltageLoad>
<Voltage>-66</Voltage>
<Voltage>-1</Voltage>
<Voltage>-1</Voltage>
<Voltage>65</Voltage>
<Voltage>-1</Voltage>
<Voltage>-1</Voltage>
<Voltage>13</Voltage>
<Voltage>65</Voltage>
</VoltageLoad>
<BoostFeedback>None</BoostFeedback>
</Actuator>

View File

@ -1,4 +1,6 @@
<Stimuli>
<Stimulus target="Start1" time="1 ms" period="" value="high" />
<Stimulus target="Start1" time="3 ms" period="" value="low" />
<Stimulus target="Start3" time="5 ms" period="" value="high" />
<Stimulus target="Start3" time="7 ms" period="" value="low" />
</Stimuli>