-
Posts
471 -
Joined
-
Last visited
-
Days Won
13
MEagar last won the day on January 17 2023
MEagar had the most liked content!
About MEagar
Converted
-
OCCUPATION
Customer Solutions and Strategy Director
- WEBSITE
-
LOCATION
Australia
-
SKYPE
mark.eagar
Recent Profile Visitors
6,892 profile views
MEagar's Achievements
Newbie (1/14)
21
Reputation
-
Heidy Martinez started following MEagar
-
AndreVenter started following MEagar
-
You need to re-assign the x and z coords of the node during run time (i.e. Node.Location.X and Node.Location.Z).... Best way to do this is with a table with an object reference property.....
-
It can indeed...Have a look at the jib crane library as well...there are numerous ways in which the robot can be constrained....if you need help to alter it...send me a pm....
-
Entity Exiting a Queue when a releasing condition changes
MEagar replied to Alicia's topic in SI General Discussions
station -
If the person who gave you training did not tell you about the simbits (See Attached), I would suggest to ask for your money back....
-
Set the buffers to zero...instead of using specifi time for processing, utilize task sequences and set the processing type property to process...I would then look to an add on process to check the stay post a delay.... Note their is a better way to do this with freespace routing, yet I think you will find that more challenging.
-
Look towards the simbits under the support tab. Specifically the datatables simbits will show you how best to interact.
-
Steven Drury started following MEagar
-
Scott Meikle started following MEagar
-
-
Reference Workstation Secondary Resources
MEagar replied to pprates17's topic in SI General Discussions
There is definitively a better way to approach this, yet it would require substantial changes to the existing top and sub model. A detailed understanding of table Schemas and repeat groups will set you on the right path. As a quick work around, yo want an Object Reference property of Type Object placed within your submodel. In the main model, you need to place the name of the Secondary Resource which it may use. Send me your email in PM then we can do a quick screen share and I can show you if you dont come right.- 3 replies
-
- workstation
- secondary resources
- (and 3 more)
-
So I have a rather complex issue that needs to be resolved basis multiple entities in a wait block. I think this is actually the first decent use I have found for a storage queue as it seems to allow me to shuffle the entities within the wait block, basis entry and exit ranking rules. I can then just use the condition in the wait block to match the specific or subset of entities that adhere to the condition in the storage queue (see attached)
-
Very Interesting as I am grappling with the exact same issue at this point in time.... In short the answer lies in the condition (see attached)...If you are looking for the first entity to be released in the queue, the screenshot will work....Still looking at how to select specific entities and will let you know once I have figured it out....
-
Store Entities During Processing (Combiners in Series)
MEagar replied to Mike@CFAN's topic in SI General Discussions
Oh so you need to use an add on process to set the memberinputbuffer to zero, once a parent entity has entered the processing station. Remember to re-assign the capacity to 4 once processing has completed. As you are using paths, it would be good to set there capacity to 0 and 1 during the same process as to keep the member entities in the output buffer. Hope this helps.