by Olav Kahlbaum (TRINAMIC) » 14 May 2008, 07:48
Yes, most of these parameters can be stored permanently, usign the STAP command: first, set the parameter using the appropriate SAP command, then do a STAP command with the same parameter number afterwards, e.g. SAP 6, 0, 200 for setting the maximum current to 200, then STAP 6, 0 to store this value as the default value (in direct mode),
Another alternative is to write an initialization program in TMCL, download this into the module and turn on the TMCL autostart flag so that this initialization gets executed each time the module is switched on.