Jump to content

Recommended Posts

Posted (edited)

Hi, i am trying to create a signal by using $signal1.combineWith($signal2) but unfortunately it does not work .

purpose of this getting signal by creating  signal of tow signal or signal of signal and condition 

Annotation 2022-04-20 085813.png

Edited by Mohammed Ali Albatran
Posted

Hi,

the error means that you are referencing a variable that is not defined in your variable list. You should change your variable "$signal1" in the formula to a variable you have in your variables list:

image.thumb.png.8f12be8eab4def534b839cf9f63cb03b.png

1 hour ago, Mohammed Ali Albatran said:

getting signal by creating  signal of tow signal or signal of signal and condition

Also be aware that you cannot use a signal and a condition together on combineWith(). You can combine either signals only or conditions only.

Regards,

Thorsten

 

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...