7: M
em
or
y S
lo
ts •
53
© 2017 Telos Alliance - Rev 1.2
Chapter 7
Memory Slots
Pathfinder Core Pro’s memory slots provide a named location for storing data that can be used in logic flows. You
can create and view memory slots via this link. You can also monitor the slot’s changes in real-time and alter the
value of a memory slot directly from this page.
Add a memory slot by clicking the plus icon on the right bottom corner of the memory slot list.
Pathfinder Core PRO has five different types of memory slots. Each one has its own options and properties:
• Memory Slot: This is the traditional memory slot into which any kind of data may be stored.
• Latching Memory: This memory slot can only have a value of True or False. Its write-only property is
called Trigger. Using a logic flow end point, you can set the trigger property to true and the slot value
will toggle from true to false, or false to true. See the latching example in the Logic Flows section of this
manual for more details.
• Numeric Memory Slot: This memory slot only accepts numbers. Its write-only properties are increment and
decrement. Use this in logic flows where you need to increment or decrement the value in the memory slot.