Note: before performing this action it is recommended to compile first?

Note: before performing this action it is recommended to compile first?

sudheer_r
Not applicable
899 Views
4 Replies
Message 1 of 5

Note: before performing this action it is recommended to compile first?

sudheer_r
Not applicable

[ FlexSim 20.0.0 ]

Following is the message I am getting. What is the meaning of this. Attaching the model for reference

agvtrailer-1.fsm

25431-compilefirst.jpg

0 Likes
Accepted solutions (1)
900 Views
4 Replies
Replies (4)
Message 2 of 5

Ben_WilsonADSK
Community Manager
Community Manager
Accepted 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:

https://answers.flexsim.com/answers/42518/view.html

Message 3 of 5

sudheer_r
Not applicable
@Ben Wilson

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?

0 Likes
Message 4 of 5

Matthew_Gillespie
Autodesk
Autodesk

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.



Matthew Gillespie
FlexSim Software Developer

0 Likes
Message 5 of 5

Ben_WilsonADSK
Community Manager
Community Manager

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.

0 Likes