WinCupl Error

Thread Starter

Jaime in WinCupl

Joined Nov 22, 2014
1
hello there, hopefully somoene can help me out, i'm getting the next error in WinCupl:

The number of product terms needed to implement the logic expression for the given variable exceeds the capacity of the output pin for which it was declared.


the lines of code

$REPEAT i = [0..3]

R{i} = A{i} $ B{i} $ C{i};
C{i+1} = A{i} & B{i} # C{i} & ( A{i}#B{i} );

$REPEND
 
Top