Crane movement without Product

Good morning,
I have another question for you, maybe someone has a solution.

I have a transfer table, which I have attached to a crane to move it.
Everything works with the moving tool.
When the crane transports a product, everything works fine.

I would now like to try to move the transfer table in the simulation without the crane having to lift/pick up anything.
Attached a simplified form the platform incl. crane should move to the white block and stop without crane movement

Is this even possible without a product?

Hi @K.paul
can you rephrase your problem. Its not clear what you want to achieve/solve.

1 Like

The process is as follows: my transfer table is at the top.
The white block is my delivery station.
As soon as a part has been delivered to the delivery station, my platform should move linearly along the rail to this station.
But without trolley or hoist movement.

First:

Second:

Thanks =)

For that use, a cartesian robot seems more appropriate. There is no direct control over the position of a crane.

2 Likes

okay, another possibility would be to add a small agv to the stage, right? and let it move. The crane doesn’t have to have any function, it’s just that the layout looks like it does in reality and I wanted to control the stage with it.

in this case I would rather use the Translational Axis :
grafik
You can attach your crane on top and control it with signals

2 Likes

ah Thank you, Wait signal then signal on when the product has arrived and the move?

I’m not sure to understand your question, but to use the Translational Axis, you can use the “Axis Signal” mode and in your process, use a SendSignal to activate it. It’s a Real Signal, so you can write the distance you want it to move like : “2000.0” (you need the “.0” for it to recognise the value as a real value.)


and you can know when the movement is done with a WaitSignal of the “DoneSignal”

1 Like

Thank you very much for your help, unfortunately I don’t have tranlational axis component yet. Hope we will get an update soon.
I have tried it with the agv method and for my use case it is enough thanks to all :slight_smile: the only problem is that the trolley retracts with the following message:
Crane.vcax (3.8 MB)

Traceback (most recent call last):
File “Single Girder Crane::PMCrane”, line 38, in OnStart
File “Single Girder Crane::PMCrane”, line 767, in init
AttributeError: ‘NoneType’ object has no attribute ‘Value’
Traceback (most recent call last):
File “Single Girder Crane::PMCrane”, line 62, in OnRun
File “Single Girder Crane::PMCrane”, line 344, in execute_idle
AttributeError: ‘CraneConfig’ object has no attribute ‘track_offset’

I think the component Translational Axis was in the file “Robot Workpiece Positioner” in the previous versions of the eCat.

The messages you get are due to the fact that the Crane is programmed to work with a TransportController. If you want to use just the static geometry, you could either delete the non-necessary behaviours in the Modelling tab, if you have access to it, or you could export the geometry and import it again. In this case it wouldn’t have any properties or behaviours.

1 Like