Search found 28 matches

by ptis
Thursday 30 May, 2013 - 14:36
Forum: Modeling in Enterprise Dynamics
Topic: How to avoid wrong overlapping with Availability Atoms
Replies: 7
Views: 6115

How to avoid wrong overlapping with Availability Atoms

Hello, I have 2 conveyors (AAC), each with a Switch-Availability + Availibility-Control Atom. When I stop the second conveyor the first conveyor ignores the spacing rule: http://i.imgur.com/cW2VOi5.png (When the second conveyor is full, the spacing works right.) How can I this problem? In my case th...
by ptis
Tuesday 21 May, 2013 - 14:35
Forum: Enterprise Dynamics 4DScript
Topic: Annoying bugs in 4DS-Editor
Replies: 6
Views: 9162

Re: Annoying bugs in 4DS-Editor

The boring stuff first: My PC: Windows 7 x64, German C2D 8400, AMD 4850, 8GB RAM lastest ED 8.2.5 (with student or network classroom licence) But the problems occured also on my old laptop (Dell Latitude D420, WinXP SP3). Thereforce I thought this is a general problem. After I tried ED in a fresh Vi...
by ptis
Friday 17 May, 2013 - 12:05
Forum: Enterprise Dynamics 4DScript
Topic: Annoying bugs in 4DS-Editor
Replies: 6
Views: 9162

Annoying bugs in 4DS-Editor

When writing code in the 4DS-Editor I have some really annoying bugs: 1.) When I hit Enter sometimes it plays the "beep"-sound and no return is done. Mostly I have to hit Enter several times before one return is done. 2.) When I use Copy&Paste it comes often the error message "Can...
by ptis
Thursday 16 May, 2013 - 08:21
Forum: Enterprise Dynamics 4DScript
Topic: Rotation around all axis
Replies: 3
Views: 2927

Re: Rotation around all axis

RotateCoords() with all 7 parameters and the nested atoms (without di3DBoxes) were exactly what I need. Thanks.

(Curious that I don't find this operation with the ED-help...)
by ptis
Wednesday 15 May, 2013 - 09:44
Forum: Enterprise Dynamics 4DScript
Topic: Rotation around all axis
Replies: 3
Views: 2927

Rotation around all axis

Hello,

in the spatial tab I can rotate an atom around the Z-axis (aka in XY-plane). How can I rotate atoms around the X- or Y-axis?

Background: I want to create a 6-axis-robot with 6 nested atoms, each can be rotated so I can go the a specific point.

Thanks.
by ptis
Monday 04 June, 2012 - 13:02
Forum: Enterprise Dynamics Atoms
Topic: Developing a sensor atom without polling
Replies: 2
Views: 3431

Re: Developing a sensor atom without polling

At the moment we are developing two sensor atoms to avoid the polling problem. One is a polling based sensor which checks the positions und dimensions of all connected atoms. So we can simulate all kinds of unexpected behavior of the system, e.g. safety sensors around a robot cell. The second one is...
by ptis
Wednesday 16 May, 2012 - 16:31
Forum: Enterprise Dynamics Atoms
Topic: Developing a sensor atom without polling
Replies: 2
Views: 3431

Developing a sensor atom without polling

Hello, for a Hardware-in-the-Loop research project using Enterprise Dynamics (@ TU Dresden, Institut für Angwandte Informatik) I have to implement something like a sensor. So I tried polling to see if any other atom is within the dimensions of the sensor atom. But... well... thats not a really good ...
by ptis
Wednesday 16 May, 2012 - 10:25
Forum: Enterprise Dynamics Atoms
Topic: Conveyor with Speed -1 / backward transportation?
Replies: 1
Views: 3513

Conveyor with Speed -1 / backward transportation?

Hello, is it possible that i can change that transportation direction of a conveyor to some kind of "backward transportation". I want to simulate a conveyor with 2 possible transport directions. E.g. transport a item to a station, process it there and than moving it back to the main-convey...