Shared Memory

Shared Memory:

Suppose you have two charts open and two different ESB instances are running on each of them. You want to share the output of expression or indicator between them. That is easily doable with using Shared Memory. First, you create one indicator in the first ESB instance with the name “var1″ and type ” Store in Memory” and set expression in parameters. In the second ESB if you use “Read from Memory” and use the same name “var1”, you can see some value.

NameParametersDescription
[SHARED MEMORY] Store in  Memory {expression}expressionSave expression result in memory with defined name
[SHARED MEMORY] Read from MemoryRead value from memory using defined name