Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Spotware module version

Variable signature of modules changed from user to Serop.
this is correct?
for example: SWDEFINE.sys
actual:
 !          XXXXXXXX - Module name
 !                 1 - version number  (changed of SEROP)
 !                 2 - revision number (changed of SEROP)
 !                 3 - revision number (changed of SEROP)
 CONST string Version_SWDEFINE := "5.13.0";

before:
 !          XXXXXXXX - Module name

 !                 1 - version number  (changed of SEROP)

 !                 2 - revision number (changed of SEROP)

 !                 3 - revision number (changed of user)

 CONST string Version_SWDEFINE := "5.10.0";


I can modify this variable?
line of warning from robotstudio:
99-99999: Spot application user module version warning    03/11/2010 12:14:23    Controllers