Offset Travel not working for Transporter loading a Rack

Offset Travel not working for Transporter loading a Rack

clairekruppGhafari
Enthusiast Enthusiast
174 Views
7 Replies
Message 1 of 8

Offset Travel not working for Transporter loading a Rack

clairekruppGhafari
Enthusiast
Enthusiast

[ FlexSim 19.1.1 ]

transporter-offsets-load-unload.fsm

I have a transporter loading parts into a rack. I'm using an AGV network so that I can control traffic using control areas. I want to show offset travel for load/unload but when I pick that option and then save and reset, the offset travel is not happening.

I tried "use navigator for offset travel" but that gives me an exception error.

Later I was trying various options and the offset movement started happening!

Turns out if you save after applying the "travel offsets for load/unload tasks" it does not work, but if you re-apply the same setting and DON"T save, then it works fine!

0 Likes
Accepted solutions (1)
175 Views
7 Replies
Replies (7)
Message 2 of 8

clairekruppGhafari
Enthusiast
Enthusiast

For a temporary fix - is there a FlexScript command to turn on the offset travel for the transporters On Reset?

Message 3 of 8

clairekruppGhafari
Enthusiast
Enthusiast

Found it:

setvarnum(Model.find("Transporter_AGV"), "useoffsets", 1.0);

But it doesn't work if you put it On Reset. Has to be On Start or later.


Message 4 of 8

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Why don't you build the path system with Network Node objects. You can insert extended connections to let the Taskexecuter resume his travel at a different network node. network-node-useoffsets.fsm

22045-network-node-system.jpg

Message 5 of 8

clairekruppGhafari
Enthusiast
Enthusiast

Thanks @Jörg Vogel. I did think about using network nodes, but I did not know how to insert extended connections.

0 Likes
Message 6 of 8

clairekruppGhafari
Enthusiast
Enthusiast

@Joshua S is this a bug with the AGV network?

0 Likes
Message 7 of 8

clairekruppGhafari
Enthusiast
Enthusiast

@Jörg Vogel do you know if a similar thing can be done with AGV Control Points?

0 Likes
Message 8 of 8

joerg_vogel_HsH
Mentor
Mentor

AGV Module uses travel to objects.There was no intent for an offset travel.

Update: since FlexSim 20.1 offset travel is a feature of AGV Module.

0 Likes