Hi all,
Is it possible to implement "IF" "ELSEIF" operator functions at the I/O tag expression level?
I would normally write my expression as...
IF ([06. Profile Section] == 6) THEN ;
((3.145 *([08. Width]  / 2) *([08. Width]  / 2) * ([09. Length]) / 1000000000) * 100) ;
ELSEIF ;
([06. Profile Section] == 7) THEN ;
(((3.145 *([08. Width]  / 2) *([08. Width]  / 2) / 2) * ([09. Length]) / 1000000000) * 100) ;
ENDIF;
If not does anybody know how i could implement this function?
Thanks in advance,
Joe.
Hi all,
Is it possible to implement "IF" "ELSEIF" operator functions at the  I/O tag expression level?
I would normally write my expression as...
```` 
IF ([06. Profile Section] == 6) THEN ;
((3.145 *([08. Width]  / 2) *([08. Width]  / 2) * ([09. Length]) / 1000000000) * 100) ;
ELSEIF ;
([06. Profile Section] == 7) THEN ;
(((3.145 *([08. Width]  / 2) *([08. Width]  / 2) / 2) * ([09. Length]) / 1000000000) * 100) ;
ENDIF;
````
If not does anybody know how i could implement this function?
Thanks in advance,
Joe.
        
            edited Jan 16 at 12:23 pm
        
    
        
    