Jump to content

faunooo

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by faunooo

  1. i want o find it in a data table named Camiones in column ID (CA123), in my faciliity i have an object named CA123 inherits from type Camion which inehrits from Vehicle, now what i try to do is get just the parent name which would be CA123 and not CA123.123 (instance of object created in facility with population 1)i have tried this: Where Name is CA123.123 and Camiones.ID represents all rows in data table Camiones and column ID eg. CA123,CA99,CA82
  2. i want to find the original object name (without instantiation or population eg. just Ca123) is this possible ? how ? ( from CA123.35357 to just CA123 uising expressions, CA123 belongs to CustomTruck model)
  3. it works, but i have another question, is there a way to prevent the entity keep moving when it arrive to the setnode ?havent tried that step now it works, but i have another question, there is a way to prevent the entity keep moving when it arrive to the setNode ?
  4. Hello, i have a project in which i must send an entity to a node, i was reading that this is possible using seize or planning a visit using the entity as resource from the destiny but i need that the entity just go to the destination i want, is this possible? any idea would be of great help Pd: the entity is based on transporter class
×
×
  • Create New...