Save a string permanently

Hello everyone,
I need to save a string in my epic groov and it must not be deleted when I turn the groov off and on again.
Where can I save this string?
How can I do it?
Can I use the persistent variable?

Thanks

Yes, make the string persistent and it will be retained.

@laboratorio.elettric: making the string persistent is likely what you’re looking for, but make sure you’re aware of the situations that can reset the value of a persistent variable, including:

  • Downloading a strategy with a different name to the controller
  • Clearing RAM on the controller
  • Updating the controller firmware
  • A strategy download is cancelled (or fails)
  • The width of the string variable is changed

You can read about those any other factors to be aware of in the PAC Control User’s Guide.

1 Like