Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 17.1.2 ]
Somebody are able to share all varnums, varstr and vartype?
Solved! Go to Solution.
[ FlexSim 17.1.2 ]
Somebody are able to share all varnums, varstr and vartype?
Solved! Go to Solution.
I'm not sure what you're asking for. Can you elaborate?
about all commands, for example the command to change number for operators is setvarnum(current,"nrofprocessoperators",2);, I want to know this "nrofprocessoperators" the options for point to any variable
All of the commands and their parameters are documented in the User Manual accessible through the Help>Commands menu option within FlexSim. Is that what you are wanting to know?
I refer to variables like "priority", "nrofprocessoperators" etc... I didnt find, can you tell me the link?
The objects in the 3D view have a set of variables that hold information about how the object should operate. These variables are usually adjusted using the properties window of each object. However, you can access these variables through code using the variable commands (get/setvarnum, get/setvarstr, getvarnode).
You can see what variables an object has by looking at the object in the tree
Clicking the > button next to the object after you select it to see the object data
and then finding and expanding the variables node.
If I want ti call any variable only I need to use any of them and add " " right?
The variable commands take a string which is the name of the variable:
getvarnum(object, "maxcontent")