In my model, I need a vehicle to stop on the road for 1000 seconds. But after about 240 seconds the vehicle disappears from the road.
In the omnetpp.ini file I set the following parameters:
*.node[0].veinsmobility.accidentCount = 1
*.node[0].veinsmobility.accidentStart = 73s
*.node[0].veinsmobility.accidentDuration = 1000s
In the following link https://sourceforge.net/p/sumo/mailman/message/35596802/
has a similar question. But I did not understand how to solve this problem.