Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 22.1.4 ]
Hi,guys
I found that after introducing the header file of flexsim and the library of flexsim in Visual Studio, I can use the following functions in Visual Studio:
//find node
Treenode tool=model() ->find ("Tools");
//Create processor
Createinstance (library() ->find ("? Processor"), model());
//Addgolabetable
FleximSm:: applicationcommand ("addglobaltable");
The function will not report an error, but it is useless because no model file is specified.
I want to know if there is a way for me to directly use visual studio to operate flexsim to achieve functionality.
Thank you for your review
Solved! Go to Solution.