Jump to content

Search the Community

Showing results for 'export edit symbol in sketchup'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Simio Public Forums
    • Welcome and How To Become a Simio Insider
    • Simio News and Announcements
    • Simio Product Details
    • Simio-Related Positions Desired or Positions Available
    • Help Getting Started with Simio
  • Forums for Simio Insiders Only (See Public Forums Welcome topic to sign up)
    • SI General Discussions
    • SI Sprint Releases
    • SI Shared Items
    • SI Ideas and Suggestions
    • SI Known Issues and Workarounds
    • SI Performance Tips
    • SI Non-US Cultures
    • SI Student Competition
    • SI Educational
    • SI Libraries and Objects
    • SI Animation and Visualization
    • SI Distributions, Functions, and Expressions
    • SI Simio Tabs
    • SI Experimentation and Optimization
    • SI Functional Approaches
    • SI Industries / Domains
    • SI Types of Simulation
    • SI Emulation
    • SI API

Categories

  • Files
    • Academic Information
    • Product Information
    • Case Studies

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


First Name


Last Name


Company/University Name


OCCUPATION


ICQ


WEBSITE


YAHOO


AOL


LOCATION


FACEBOOK


GOOGLEPLUS


SKYPE


TWITTER


YOUTUBE

  1. A simple approach is to create the highest resolution image you can find using any map program or other software. Save it off in one of the import formats: Hint: some software allows export as a high-resolution pdf. Then you can convert that pdf to a png file for import into Simio. Then import that as a symbol and place that in your model (preferably to its original scale). Then lock that to the background and build your model on top of it. The main down side of this approach is that it is limited by the resolution of your image, so if you zoom in, it might appear fuzzy.
  2. I have a project where I want to model aircraft moving around an area of a fake map. The only map options I've seen in simio are the ArcGIS World View and Street map under View -> Map View. I uploaded a picture as a symbol and set it as a layer, but when I do that certain areas of the map work and others don't. It's like the map area is 'too busy' and it automatically declutters, which in this case hides aircraft moving in certain areas of the map. I tried to zoom in on areas and the map works as advertised, but for demonstration purposes, I need to have all traffic on the map appear at all times (as if I had a map selected under map view). This wouldn't be a problem if I could set an image as a "background color." Any suggestions?
  3. Thank you, In our simulation, the plane is used simio "apply symbol" function, so the plant was not draw by us..... so we hardly control what we want What if we change the path to Conveyors? How can we make it?
  4. Simio’s neural network implementation allows the import and export of ONNX files, which ensure that Simio is compatible with many machine learning frameworks. This format is well-documented, and there are many third-party packages and applications that can help you convert machine learning models to/from ONNX, or to open and view ONNX files. The attached document provides a basic summary for several of these packages, including tensorflow-onnx, onnx2pytorch, and Netron. Please note that none of these packages are affiliated with Simio, so any issues or limitations of these packages can be discussed on the package’s GitHub page. ONNX Format Utilities.pdf
  5. This utility looks pretty great. I have a data connector (excel data importer) that links to ~30+ tables. Is there a way to export/ import that with this utility?
  6. [EDIT] Hi all, I am modeling a restaurant, where orders are placed until 22:00. The preparation of these orders takes approximately 20 minutes (it can be more or less due to the probability distributions involved). I have some workers whose schedules are from 10:00 to 22:30 and they prepare these orders. The problem is the following. Suppose that it's 22:30 and there are still some orders in the queue. Since the worker's schedule ends now, those orders can't be processed and will remain for the next day. This obviously does not happen in a real-life restaurant. So if at the end of the worker schedule (22:30) there are some orders in queue, I would like to extend the schedule until all orders are met. The problem is I don't know how long it will take the workers to prepare the missing orders, so I can't suppose a certain time needed to complete the orders. I have to wait that the last order is prepared to set the end of the working day. How can this be done? Thank you in advance, Marcel Favereau
  7. Hi Glen, Would it at all be possible now or in future to import and export processes? We have 8 models that have to use the same processes but have different data tables and layouts. Most of the logic we can place objects but not all, so we have some logic in the main model. Any suggestions on how to do this other than a manual copy paste? Regards, Willem
  8. Hi all, I was wondering, is it possible to record the time in system of entity instances and subsequently plot the values in a histogram? Of course, I can see the average, min and max values in the results tab, but I am interested in knowing what the distribution is like for model validation purposes. If it is not possible to plot the values in Simio, is it perhaps still possible to access and export the values, i.e. to a .csv document? Hopefully my question is clear. Best regards, Michkel Mariegaard
  9. You change entities symbol through thier ModelEntity.Picture state. Select your entity and Add Additional Symbol in the Symbol tab; Customize the new symbol however you want; Look for servers State Assignment; Assign a new value to ModelEntity.Picture (0: default symbol; 1: new symbol). Check the attached model in this post if you need help. Change Entity Picture.spfx
  10. Hi, I am trying to demonstrate a manufacturing process flow, by doing so I want to show a visual progression of the entity through the entirety of the simulation. Setting Random Symbol on to 'True' is not what I am looking for. I have 10 entity symbols and they have to change specifically between servers. How is that possible? Thanks,
  11. Hello, I have a question regarding the compatibility between the Simio Enterprise and Team editions. Specifically, in my company we are developing using the Simio Enterprise Edition, and we would like to know the impact of sharing our models with a Client that has only the Team Edition. How does this work? Could they still open, edit and save the model we provide? What happens to Enterprise-specific functionalities in this situation? Just to be clear, I know already that these versions are compatible in the sense that, when using the Team Edition, one can open and run models that were created using the Enterprise Edition. My question relates specifically to editing/updating the simulation models, and saving them of course. Thanks in advance, and best regards, Ruben
  12. The various resource type objects, such as Server, Combiner, Resource, etc. as well as moveable resources, such as Workers and Vehicles have Resource States that are automatically assigned by Simio. See the List States page in Simio for a listing of the resource states for each object. You can evaluate the state by using the ResourceName.ResourceState in an expression, such as in a Decide step - Server1.ResourceState == 3. These resource states can also easily be viewed by clicking on the object itself and going to the Active Symbol section of the Symbols ribbon to display the animation symbol and listing of the various states and their associated numbers.
  13. please don't use many object to represent female or male. just use one Entity class. you can define a statevariable called gendertype to the Entity Class. then either assign it to 0(male), or 1(female). in the source ,just create the Entity ,and assign ModelEntity.gendertype with random distribution such as Uniform(0,1)..or any empirical distribution you like. If statement : if ModelEntity.gendertype=0 , then Do something.. For the symbol. you can just use the symbol index as ModelEntity.gendertype, and make sure the index 0 is a female symbol and 1 is a male symbol..
  14. From the project view, select "Copy from library to edit" and choose the transfer node. Copying from the library breaks inheritance (so you are no longer working with a subclass of a TransferNode), and because of that you can change the definitions of that object. Subclassing only allows one to extend definitions or override processes. My understanding is that this is good object-oriented design, rather than a bug The downside is that since you've copied the object, rather than subclassed it, your new object will no longer be updated as a TransferNode (in future sprints). You will essentially have a brand new object definition and it is up to you to maintain the definition. -Adam
  15. Hi everyone, My name is Sergio Hernández and I'm doing my university final project with SIMIO and i found it some problems doing it. I'm trying to simulate a bottling line with conveyors, but the problem is that in real, in some tracts, the bottles through in the line in parallel position. How can i obtain that two or more entities flow through the line? Is it possible? P.S.: Is it possible to extract entities properties like size of the entity (x,y,z) to export this data? Thank you very much in advance, i look forward to your answer. Best Regards, Sergio.
  16. Thank you .. this is amazing stuff. By the way, is it possible to import and export Process step as well?
  17. SimioVisio.mp4 Simio is developing a common exchange mechanism for importing drawings from Visio and other apps. This Topic describes how drawings are imported from Visio (.VSDX files; Visio 2013 or later). This is a run-time release (with code to soon follow). It has a *lot* of bug fixes, plus the addition of a preview tab in the Visio2018 Add-In. The included video has been updated along with the addition of a source-code package. Contained are: 1. A document that describes the procedure and the architecture. 2. A simple example which includes an Add-In (VisioAddIn2018) that imports Visio files (package-runtime.zip) 3. Stencils to use for creating Visio documents for importing to a Simio Facility view. 4. All Source code (package-code.zip) 5. Short video on how to edit Visio stencils package-runtime.zip package-code.zip VisioStencils.mp4
  18. Hello all and thanks for letting me be a part of Simio Insiders I am closing in on having done my first source, server, sink simulation. It is done as a part of a University study and is due next week. Feel free to download my attempt and have a look at it. The process I want to simulate is as follows: 1. Chef recieves an order of 1-6 beef patties 2. The chef puts the patties in a grill, that has capacity of 12 patties, and a base cooking time/process time of 1 minute total (that increases with order size) 2a. If more orders come in, while the grill is preparing an existing order, they have to be put in queue, as the grill should not be interrupted. When the grill/server is free again, it will take all - or up to 12 - from the queue, depending on how many orders are in queue 3. The patties go to the sink I am using a Time Varying Arrival Rate table from real life data, on the course of 2.5 hours. The trouble I am having is as follows, and please, feel free to only answer some of them, if you don't have answers for all: _____________________________ a) Order size We want to have orders vary from 1 to 6 patties, per order, in a way that resembles this distribution: 1 (min order size) patty ; was ordered 2 times 2 patties ; was ordered 18 times 3 patties ; 9 ... 4 ; 7 5 ; 3 6 (max order size) ; 1 I have not been able to imitate this behavior. Right now, I use Entities per Arrival to be Random.Possion(2), as this looks a bit like this distribution above, but the flaw with Poisson is (I believe), is that an order-size of 0 patties is a possibility, which doesn't make sense. I have also been playing around with a lookup table, without a real clue on if that's the right thing to do. What should I do to resemble this? _____________________________ b) Server (grill) behavior The problem right now is, that the grill (server) can keep taking in patties, even if it's already processing. That doesn't make sense, if you think about it, since you can't put patties into a closed grill. I want it to start preparing an order, as soon as it gets it, and just let the queue of patties build up until the grill is free again. Then, take up to 12 patties into the grill. _____________________________ c) Process times For the grill, I want the process times to follow the amount of patties in the grill. The grill takes 60 seconds to prepare a patty, and we assume each patty takes 2 seconds to load. Therefore, we choose to simplify that: 1 patty takes 62 seconds to make 2 patties take 64 seconds 3 ; 66 sec 4 ; 68 sec 5 ; 70 sec 6 ; 72 sec 7 ; 74 sec 8 ; 76 sec 9 ; 78 sec 10 ; 80 sec 11 ; 82 sec 12 (max grill capacity) patties ; 84 sec Which is basically y = 2x + 60 In the simulation I uploaded, each patty, no matter the order size, just takes 60 seconds, which is incorrect. How do I get the grill to behave like this? _____________________________ d) Batching After getting the server behavior to work, I want to work with the utilization of the grill. My idea is, that if the server (grill) is told NOT to start preparing patties right at the moment, it receives the order, e.g. if the quantity is small, but instead waits a certain amount of seconds, to see if more orders should come in, maybe the total wait can become less. There shouldn't grow any large queues with the current arrival rates, but if we double it, it might become relevant, so customers shouldn't wait for too long. Another option would be, that it waits till a certain amount of patties are in queue, such as a minimum of 6. _____________________________ Thanks again, and I sure hope you will take a look at this! You are more than welcome to edit the file, but it is also fine, if you just type in here. Best regards, Johan Grill.spfx
  19. Hi! Im having a little problem with the add in. In Simio, under select add-in, I do not have the "Export Import Model"option. All I have is the "Place Source, Server, Sink" option. I created the folder just the way you said "C:\Users\\Documents\SimioUserExtensions", does ir have anything to do with the version 9.147?
  20. As my major is Railway Engineering, I am trying to simulate the construction process of a railway station. I mean the construction of railway tracks in the station, not the station buildings. For example: For simulating the construction process of a turnout, it needs three main things: machine, workforce, and material. I have used the turnout as a server, and I have used 3 entities coming from 3 resources to the server (the turnout). As the entities arrived the server, it starts processing and its symbol will be changed to green box. I have assigned a turnout symbol for the processing step instead of the green box, and I need to keep this symbol during the whole simulation process as it represents the constructed turnout.
  21. The symbols correspond to the "Resource States" that are assigned (and used for statistics calculation) based on what the Server is actually doing. So, for example, when the entity has 'seized' the Server and is processing for the processing delay (or multiple processing tasks), the Server is in a 'Processing' state or Busy. When the entity leaves the Server, it is no longer processing (unless another entity has entered and in processing delay). Thus, the 9 resource states are also used for statistics calculation for the Server. You can change the symbol colors (or symbol itself) of those states by highlighting the Server, clicking on the Active Symbol button on the Symbols ribbon and selecting the appropriate symbol/value. If you can let us know more about what information you are trying to gather or why you wish to have the Server remain green, we can perhaps point you in the right direction.
  22. Hi guys I am new user of SIMIO software, and I am facing some difficulties. Could anyone help me please? I have a server receiving entities from a source. By default, server has 10 types of symbols (starved 0, processing 1… Etc.) . My question: Is it possible to keep the server with the symbol of processing (which is usually green box) after finishing the process ?? Thank you
  23. One approach is to put logic in the "Off Shift" add-on process logic that would check to see if the queue has contents, and if so, set the server capacity back to 1. The you would need to wait an hour (probably Execute another process) and reset capacity to 0. If the pivot table already contains what you want, then use the Export button to export to Execl. If not, call the ExcelWrite step from a process at the right time to write out all the information you need.
  24. Is it possible to put a charging station on multiple nodes? and How? In other words, how to formulate or edit the process so that the electric vehicle can be charged at multiple places.
×
×
  • Create New...