Simplorer help
I want to use EQUATION BLOCK in simplorer to add two signal. I have tried many combination formats but an error shows every time.
Please help me to use equation block two mathematical operations of two or more signal.
I want to use EQUATION BLOCK in simplorer to add two signal. I have tried many combination formats but an error shows every time.
Please help me to use equation block two mathematical operations of two or more signal.
Comments
Hello,
The expression to add the two inputs coming from the constant blocks should be : VAL[0] := INPUT[0] +INPUT[1], the output of this operation will be assigned to pin VAL[0]
Best
Jose-Luis
thanks jose