cancel
Showing results for 
Search instead for 
Did you mean: 

Function in CU41

Former Member
0 Kudos

Hi All,

I have created an Function for the Material Characteristics.

I am assigning it to the material in CU41 in the Action.

I am getting an error 'E28127 No values can be inferred for action/procedure

E28024 Syntax error in simple action/procedure'

Can someone tell me how we can resolve the error??

Thanks,

Supriya Manik.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all for the help.I have got the solution.

Former Member
0 Kudos

Hi Supriya,

I am using a Function in a Dependency to validation values across multiple characteristics. I also am getting the E28127

syntax error. I can only resolve the error by changing my dependency type from Procedure to Precondition. However, when the dependency is a precondition the function is never called.

My dependency syntax looks like this:

Function Z_LSC_CHECK_THICKNESS

(SHAPE = $ROOT.SHAPE,

WIDTH_OD = $ROOT.WIDTH_OD,

THICKNESS_ID = $ROOT.THICKNESS_ID,

VALIDATION = $SELF.VALIDATION)

Thanks for any advice you can give.

Former Member
0 Kudos

thanks

Message was edited by:

Supriya Manik