how to enable global variables automation

radiumdaa

2010-07-13 09:35:10

I need the global variable has the value gs=127 but without the need for any input, and will be used as the value of the speed, then be modified,

Attigo

2010-07-24 17:46:31

Hi radiumdaa,

You can set your desired global variables on Preset load, like this:

Code: Select all

Translator 0: Load Variables
Options: stop=false
Incoming: on activation of this preset
Rules: 
  gs=127
Outgoing: (none)
This will set your variable when the active preset loads. You can always edit the properties of selected Presets, and set this one to 'Always Active', so it will definitely activate on start-up and set your variables...

Hope this helps,

Scott

radiumdaa

2010-07-25 17:09:38

Attigo wrote:Hi radiumdaa,

You can set your desired global variables on Preset load, like this:

Code: Select all

Translator 0: Load Variables
Options: stop=false
Incoming: on activation of this preset
Rules: 
  gs=127
Outgoing: (none)
This will set your variable when the active preset loads. You can always edit the properties of selected Presets, and set this one to 'Always Active', so it will definitely activate on start-up and set your variables...

Hope this helps,

Scott
Thank , but a have the version 1.5 and this function is not enable