I have this error but don't know what it means. Model is configured to implement operator (strip)fx. PLC Coder does not support this operator.

3 views (last 30 days)
I'm trying to build structured text using the PLC Coder. Usually if there is an error, there will be a link to take you to the source of the error. But in this case, there is no link, just a cryptic message.

Accepted Answer

Jyotish Robin
Jyotish Robin on 30 Mar 2017
Hi!
I had faced similar error when trying to build structured text using the PLC Coder. I was able to get rid of the errors by changing the value of a constant block from single data type to double.
Maybe this will help you resolve the error.
Regards,
Jyotish
  1 Comment
SXO
SXO on 30 Mar 2017
Thanks! I found one location where I was using a data conversion block to force the signal to a single data type. When I removed the block, the error went away.
SUNIT.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink PLC Coder in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!