Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 23.2.0 ]
Solved! Go to Solution.
[ FlexSim 23.2.0 ]
Solved! Go to Solution.
Battery label is not created as a tracked variable type, so you have to convert it as a tracked variable type (kinetic) and the label dischargeRate is not present on the ACRs.
I have changed Battery to tracked variable
Still below error is occurring
Attached the model for reference
You may have a sign error still. If current.dischargeRateLoaded is positive, then you probably want to set the Tracked Variable rate to -1 * current.dischargeRateLoaded . If it is negative, the tracked variable rate is correct but the time calculation to empty needs to be multiplied by -1.