Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 06:22:54 +0000



Post From: If Condition is met, then enter position if other condition is met

[2018-05-06 16:34:03]
Sawtooth - Posts: 4000
You'll need to use a condition to release the BA1 persistent variable that won't occur before BA2 becomes TRUE.

Then you may also need to create a BA2 persistent variable that stays TRUE so that you don't get multiple signals, e.g. in R3.

Then in K3, find where BA2 first goes TRUE with a formula like this:
=AND(R4=0,R3)

You'll need to find the correct conditions to release BA1 and BA2 so that they are ready to set up the next entry.

This is a specific as I can be without knowing the exact details of your system.