Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.0.0 ]
Following is the message I am getting. What is the meaning of this. Attaching the model for reference
Solved! Go to Solution.
[ FlexSim 20.0.0 ]
Following is the message I am getting. What is the meaning of this. Attaching the model for reference
Solved! Go to Solution.
Hi @Sudheer R,
This means that a code node in your model has been toggled as C++ code.
Please see @phil.bobo's answer for a more detailed explanation and for instructions on removing the compile notice:
Thanks for the feedback.
But the model I attached is standard AGV process flow template. I didn't write any code. So for AGV Process flow template it is common?
If you run the script from Phil's answer
applicationcommand("findallcodenodes", model(), 0, 1);
Then you'll see that it says you have one C++ node in your model:
MODEL:/Tools/11
Delete that node and that message will go away.

Hi @Sudheer R,
The AGV template does not use compiled code. It is possible that a node was accidentally clicked and changed, or the state of your tree has been modified as Phil described. See @Matthew Gillespie's comment for the fix.