is there some way to set agv charge speed?
for example, I want agv to charge 10% per 10 minute or to charge 20% per 10 minute.
is there some way to set agv charge speed?
for example, I want agv to charge 10% per 10 minute or to charge 20% per 10 minute.
You can specify charging speed in AGVNetwork properties.
Hi @Kyle Y, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.
If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.
Assuming you wish to do this dynamically as the model runs then you can create multiple AGV types with different charging rates and then change the type using the following code before you start recharging.
treenode agvnode=AGV(Model.find("TaskExecuter1")); setsdtvalue(agvnode,"agvType",1); // the rank of the AGV type
This is not ideal since the tree structure could change in the future. You could add a suggestion that the agv method startRecharge get's a passed parameter for the charging amps to override the value in the AGVType properties.
If you just want to compare two scenarios then add the recharge rate as a parameter by sampling it from the AGV Netwok Properties. When you do that you'll see that the path is given as :
/AGVNetwork>variables/agvTypes/AGVType2/rechargeAmps
which can also be set directly.
16 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved