Attribute Based Branching: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (Created)
 
mNo edit summary
Line 3: Line 3:
The attribute value is mapped to the relative value of the path numbers leaving the switch.  
The attribute value is mapped to the relative value of the path numbers leaving the switch.  


*A value of 1 corresponds to the lowest path number leaving the switch.  
:*A value of 1 corresponds to the lowest path number leaving the switch.  
*A value of 2 corresponds to the next lowest path number leaving the switch.  
:*A value of 2 corresponds to the next lowest path number leaving the switch.  
*A value of zero blocks the progress of the item.
:*A value of zero blocks the progress of the item.


Should the mapped path be unavailable, the switch will block the item from moving through it.  
Should the mapped path be unavailable, the switch will block the item from moving through it.  


<br>


If you think it is possible that:


If you think it is possible that ANY path could be blocked when an item looks through the switch, you will need to select the Gating option “Switch can Block Items”, to avoid a run-time error.  
:*ANY path could be blocked when an item looks through the switch, or
:*the value of the Attribute being referenced could be zero at this time,
 
:you will need to select the Gating option “Switch can Block Items”, to avoid a run-time error.


Read more about [[About Gating Options|Gating Options]].  
Read more about [[About Gating Options|Gating Options]].  

Revision as of 17:48, 16 January 2009

The switch uses the value of an Attribute to assign a path for the item.

The attribute value is mapped to the relative value of the path numbers leaving the switch.

  • A value of 1 corresponds to the lowest path number leaving the switch.
  • A value of 2 corresponds to the next lowest path number leaving the switch.
  • A value of zero blocks the progress of the item.

Should the mapped path be unavailable, the switch will block the item from moving through it.


If you think it is possible that:

  • ANY path could be blocked when an item looks through the switch, or
  • the value of the Attribute being referenced could be zero at this time,
you will need to select the Gating option “Switch can Block Items”, to avoid a run-time error.

Read more about Gating Options.