I would like to calculate the availability of a single equipment using the equation
availability=uptime/(uptime+downtime)
I have included the uptime and downtime in the MTBF/MTTR functionality.
I would like to calculate the availability of a single equipment using the equation
availability=uptime/(uptime+downtime)
I have included the uptime and downtime in the MTBF/MTTR functionality.
This code will accomplish this
Object Processor=Model.find("Processor1"); double downtime =Processor.stats.state().getTotalTimeAt(11);// gets the total time the object was stopped up until the time the code was run double uptime =time()-downtime; double availability= uptime/time(); return availability;
I have tried it several time but error in line 2 and still can't proceed.. tried to amend but still not working.
It written there, unexpected "."
Can I get the manual for this or anything that I can relate. Actually I am quite new to this software.
If I remember right you previously posted this with a flow works model, which has some differences in how the data is gathered, is this correct? The manual is built into flexsim, and also at the top of answers it gives you a link to the online manual.
Okay thank you so much.. will try to look into it
9 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