|
eM-plant : Tabelleninhalt aus Excel importieren & Format anpassen
Simulator am 11.03.2005 um 19:10 Uhr (0)
Hi Joshy, nun das ist so wie bei vielen anderen Systemen auch, wenn kein Pfad angegeben wird, dann wird automatisch in der derzeitigen Umgebung gesucht (nach den Objekten)- in Deinem Fall im Netzwerk, wo Deine Methode steht. Mit einer absoluten Pfadangabe können die Objekte von beliebigen Stellen aus aufgerufen werden. Manchmal ist es günstiger die Objekte als strings (in Tabellen) abzuspeichern und erst beim Zugriff per str_to_obj(pfad+objektname) den entsprechenden Objekt-Pfad mit anzugeben. Gruß ----- ...
|
| In das Form eM-plant wechseln |
|
TM - Plant Simulation : How to create *.s3d file from VRML or Catia file?
Simulator am 21.02.2007 um 14:32 Uhr (0)
there are several ways.Probably the easiest way is to drag&drop the VRML2-file (extension *.wrl !) onto the eMPlant 3d-window and then to export it as *.s3d-if still required (s. 3D-button/3D-export)another way is to import the VRML2-file via eMPlant-3D-import-function (s. 3D-button/3D-import)------------------Der Simulator
|
| In das Form TM - Plant Simulation wechseln |
|
TM - Plant Simulation : How to create *.s3d file from VRML or Catia file?
Simulator am 22.02.2007 um 19:43 Uhr (0)
there are several ways to "isolate" the 3d-geometry in eM-Plant.first of all, it is important to know, that a defined 3d-object has a hierarchical structure !The hierarchical structure can be displayed by moving the mousecursor onto the 3d-browser,pressing the right mouse-button and toggling (on/off)If you step into the sublevels, only the sublevel geometry is displayed.So you just have to create a new (3d-) object, step into the apropriate object-level and drag the wrl-file onto this level.another possibl ...
|
| In das Form TM - Plant Simulation wechseln |
|
eM-plant : Sortierer
Simulator am 10.12.2004 um 16:36 Uhr (0)
Hallo Micha80, Diese Meldung erscheint, wenn Du z.B. in der Ausgangsteuerung (Methode) versuchst ein BE umzulagern, daß nicht mehr auf dem Baustein liegt sondern schon umglagert wurde. Wenn in der Ausgangssteuerung eine Methode eingetragen ist und der Sensor auf BUG steht, muß die Methode das BE selber umlagern (durch @.umlagern). Wenn der Sensor auf HECK steht-dann nicht!!, d.h. wenn in der Methode noch @.umlagern steht, dann wird das aktuelle Be (@) nun nicht mehr auf dem Baustein gefunden und e ...
|
| In das Form eM-plant wechseln |
|
eM-plant : Tabelleninhalt aus Excel importieren & Format anpassen
Simulator am 11.03.2005 um 19:41 Uhr (0)
Hi Joshy, auch hier gibt´s wieder viele Wege, die nach Rom führen. mit is i :integer; liste :list[object]; obj : object; do liste.create; for i:=1 to current.anzahlobjekte loop obj:=current.objekt(i); if obj.klasse.name="Kante" then liste.anhaengen(obj); -- Kanten sammeln end; next; repeat liste.entnehmen(1).vernichteObjekt; until liste.dim=0; end; Kannst Du alle Kanten sammeln und dann loeschen; Wenn Du nur die Kanten loeschen willst, die in Deiner Wegetabelle stehen und Objekte s ...
|
| In das Form eM-plant wechseln |