The “Door Seal - Press" variable does not work for me!
-
When I click mouse on the “Door Seal - Press” everything works fine.
When I use Variable “Door Seal Inflate Switch#1 (>L:var_doorSealPrimaryInflate)” from the manual, only the animation of the switch moving to the “Press” position works, but the system does not work.
Here is a video... -
I thought it would do this automatically, but try turning on the door seal circuit at the same time with...
(L:var_doorSealPrimaryInflate, bool) (>A:CIRCUIT SWITCH ON:34, bool) -
I thought it would do this automatically, but try turning on the door seal circuit at the same time with...
(L:var_doorSealPrimaryInflate, bool) (>A:CIRCUIT SWITCH ON:34, bool) -
Hm... That really should do the trick. It could have been a typo. I updated my code above, if you want to try that again.
-
Oh, okay. One of two things is happening. Either you interpreted my instructions to mean replacing your code with just my code, instead of adding it (I should have been more clear), or the variable is not updating before the second line is running. If you want to try something that should be more reliable, try:
Door Seal Inflate Switch#1 (>L:var_doorSealPrimaryInflate) Door Seal Inflate Switch#1 (>A:CIRCUIT SWITCH ON:34, bool)Glad you got it working

-
Oh, okay. One of two things is happening. Either you interpreted my instructions to mean replacing your code with just my code, instead of adding it (I should have been more clear), or the variable is not updating before the second line is running. If you want to try something that should be more reliable, try:
Door Seal Inflate Switch#1 (>L:var_doorSealPrimaryInflate) Door Seal Inflate Switch#1 (>A:CIRCUIT SWITCH ON:34, bool)Glad you got it working

@Black-Square said in The “Door Seal - Press" variable does not work for me!:
If you want to try something that should be more reliable, try:
