Message 1 of 1
AGV module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Based on my understanding, FlexSim currently does not provide AGV-specific headers for module development.
Given that, how can I convert the following FlexScript code into C++?
treenode controlPoint = cpconnection(current, "Location", 1);
if (objectexists(controlPoint ))
{
agvreassigncp(Trailer, controlPoint );
}
Any method using function_s or applicationcommand ?