-
Posts
503 -
Joined
-
Last visited
-
Days Won
31
Content Type
Profiles
Forums
Calendar
Gallery
Downloads
Everything posted by jzhou
-
This was a feature request I raised last year:))
-
Initialise wip Model-INITIALISE Wip.spfx
-
Maybe you can refer to the attached model for some hints. Best regards/Jeff Zhou Vehicle Weight SUM.spfx
-
Question: Can tables be updated AND used while the simulation runs?
jzhou replied to jord41's topic in SI General Discussions
I SEE A CALLPYTHON STEP -
You can rename it to *.spfx and open it up .
-
You can upgrade to University RPS by a nominal fee.
-
what if we add a state variable to the transfernode and add the ModelEntity.x to the state variable? Simple_Routing.spfx
- 2 replies
-
- transfernode
- expressions
-
(and 2 more)
Tagged with:
-
Good to know Simio has embeded ANN in new sprint
-
there is another paper similar: https://dl.acm.org/doi/abs/10.5555/3427510.3427538
-
Pls refer to below paper for integrating simio and M/L algorithms. very good read. SIMIO和机器学习算法的整合框架【AI】Aston大学Andrew Greasley博士.pdf
-
Property of type Table - pretend Schema-Definition
jzhou replied to bennodual's topic in SI General Discussions
Hi bennodual You can create a table inside your customised object(say MyObject) and the column type match your properties, ie,he first of type datetime and the second of type real. and then convert it to a repeatgroup ,for example its name : tableA and on parent model you can instantiate your object and on the property panel, you will see the repeatgroup to assign. you can create a table directly via the schema dropdown list with the name MyObject, select MyObject.tableA and the table will be automatically created. the next step is refer to this table on the properties panel. -
Learn Which Simio Product Matches Your Needs
jzhou replied to Fatima Alsakka's topic in Simio Product Details
-
Extracting Output On monthly basis for a simulation run of 1 year
jzhou replied to Alen's topic in SI General Discussions
yes -
Extracting Output On monthly basis for a simulation run of 1 year
jzhou replied to Alen's topic in SI General Discussions
Have you tried the new element ? -
try simproj format , read it in user manual...basically xml stuff..
-
GREAT! Registered....
-
Multiple Entity with multiple sequence tables
jzhou replied to JanainaF's topic in SI General Discussions
I just sent you a model.kindly check... -
Multiple Entity with multiple sequence tables
jzhou replied to JanainaF's topic in SI General Discussions
I just sent you a model.kindly check... -
Multiple Entity with multiple sequence tables
jzhou replied to JanainaF's topic in SI General Discussions
I just sent you a model.kindly check... -
Getting Started - Engineering Office
jzhou replied to Shane Sullivan's topic in SI General Discussions
-
Getting Started - Engineering Office
jzhou replied to Shane Sullivan's topic in SI General Discussions
simio is capable for this purpose. -
you could use a Combiner object to represent the assy station. and on the combiner's After Processing Add-on trigger , you create a processes like below..
-
Plotting TimeInSystem of entity in a histogram
jzhou replied to Michkel's topic in SI General Discussions
you can use 'Write' Step to write out the TIS of each entities to a csv file...