Visual Components' Community

New Thinking for Factory Simulation
Welcome to Visual Components' Community Sign in | Help
in Search

Browse by Tags

All Tags » Component Container (RSS)
  • Re: Request: example for using component containers with python

    Nevermind, I figured it out. It was rather easy - creating another positionmatrix and assigning it to the part inside ComponentContainer seems to work fine. In case someone is having similar problems, here is one solution. It is not perfect but good enough for me. Table needs to have two one-way paths...
    Posted to Forum by krotta on ti, maalis 3 2009
  • Request: example for using component containers with python

    How to accomplish the following (rather common) behaviour on the production line using python script? Example Two part classes: 1. Rack (container part) - with capacity of 20 parts. Predefined positions for the parts. 2. Cell Elements: - Component creators for rack and simple-parts. - Three conveyours...
    Posted to Forum by krotta on ma, maalis 2 2009
  • Transfer components with a python script

    To transfer a dynamic component with a python script, you need the handle of that component and a handle for the target component's container's input port. The target component is defined somewhere else. #Transfer the part to from myContainer to the target component's container comp= getComponent...
    Posted to Forum by RicardoVelez on pe, elo 15 2008
  • Connect and create components using Python

    You need to have 2 component creators that are creating different components and a component container where to put these components. This container may also be a Path behaviour. Be sure that component creators don't create components automatically, so set creator's limit property to 0. To connect...
    Posted to Forum by RicardoVelez on pe, elo 15 2008
  • Component Container

    The Component Container is a logical container that can hold components. By logical means that the container does not define where the component is physically. When components are transferred from one container (e.g. a path) to this container they are by default placed at the origin of the component...
    Posted to Forum by Patrik on pe, elo 15 2008
  • A conveyor that empties a container

    This conveyor component is an opposite to a component filler. There is a sensor in the MidFrame that signals a python script. The script will stop the component for a defined time and then remove all child components from a component container. The child components are components that belong to a component...
    Posted to Forum by RicardoVelez on ti, touko 6 2008
Page 1 of 1 (6 items)