Start Point Properties

Read and Write Properties

The Start Point properties that are editable through the Visual Logic Set Value editor are:

Batching Out Size

Changes the fixed value in the Batching Distribution.

Example:

Set Start Point1.Batching Out Size = 10: sets the value used in Routing Out, Batching to 10

First at Start

Sets the First at Start property to either checked or unchecked:

Example:

Set Start Point1.First at Start = 0: unchecks the property
Set Start Point1.First at Start = 1: checks the property

When First at Start is checked than an item will enter the Start Point at time 0.

Ignore Lost

Turns off the warning message whenever an item attempts to enter through the Start Point but is unable to.

Example:

Set Start Point1.Ignore Lost = 0: unchecks the property
Set Start Point1.Ignore Lost = 1: checks the property

When checked the error message will appear

Image

Sets the image used for the Start Point 1 to any image located in the Graphics, Images menu option.

Example:

Set Start Point1.Image = "BlueB": where BlueB exists as an image. 

Note the Inverted Commas around the name of the image. The text can be a text variable or text expression.

Inter Arrival Time

Sets the Inter Arrival Time used in the Start Point to a fixed value.

Example:

Set Start Point1.Interarrival Time = 20: 

Sets the inter arrival time to a fixed value of 20, so an item will arrive exactly every 20 minutes.

Index

Sets the Index number of the Start Point to a value other than the default value.

Example:

Set Start Point1.Index = 5

Name

Allows the name of the Start Point to be changed or accessed.

Example:

Set Start Point1.Name = "Change the Name": changes the name to whatever is inside the inverted commas
Set Var1 = Start Point1.Name: sets a text Global Data Item to contain the name of the Start Point.

Operation Time

This changes the timing information used by the Start Point to a Fixed value.

Example:

Set Start Point1.Operation Time = 25: sets the cycle time to a Fixed value of 25.

Unlimited

Sets the Unlimited property of the Start Point.

Example: Set Start Point1.Unlimited = 0: The check box is unticked Set Start Point1.Unlimited = 1: The check box is ticked

When unticked, the Unlimited Check Box provides Work Items on demand, effectively recreating infinite supply of items. The Start Point will not push items into the simulation in this case.

Results Collection Mode

The object property Results Collection Mode allows control over the collection of results for specific object through Visual Logic.

1 = Results Collection on
0 = Results Collection off

Example:

Set Start Point1.Results Collection Mode = 1

Selected

Sets whether the Start Point is selected onscreen or not.

1 = Selected
0 = Not selected

 Set Start Point1.Selected = 0

Read Only Properties

Arrived Count

Returns the number of Work Items that have arrived through the Start Point.

Example:

Set Var1 = Start Point1.Arrived Count: 

Sets Var1 to contain the number of items that have entered through the Start Point. This includes any items that may have been lost.

Completed

Returns the number of Work Items that have exited a Start Point.

Example:

Set Var1 = Start Point1.Completed.

In Count

Returns the number of incoming routes to the Start Point.

Example:

Set Var1 = Start Point1.In Count: Sets Var1 to the number routes that are connected to the Start Point.

Out Count

Returns the number of Outgoing routes from the Start Point.

Example:

Set Var1 = Start Point1.Out Count: Sets Var1 to the number routes that are connected from the Start Point

Lost Count

Returns the number of Work Items that have attempted entry but that were not able to enter.

Example:

Set Var1 = Start Point1.LostCount

Unique ID

Gets Simul8's internal Unique Number that identifies every object - you can be sure it is different for all objects. It never changes once an object is in a simulation

See Also