AGV module

AGV module

AmeenShabeerJ4UQ4
Contributor Contributor
192 Views
0 Replies
Message 1 of 1

AGV module

AmeenShabeerJ4UQ4
Contributor
Contributor

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 ?

0 Likes
193 Views
0 Replies
Replies (0)