Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Activate License Over API

#1
Is this possible? This thread (https://robodk.com/forum/Thread-Licence-Deployment) seems to suggest it is possible but the following does not work.

Code:
link.AddFile("/path/to/License.rdklic")
RoboDK item (INVALID)

Looks like AddFile works even if an invalid item is returned.
#2
The method you mentioned should work (you get an invalid item returned because it does not create any item in your project).

There are other ways to activate your license. The simplest may be through a command line option. Example:
Code:
C:/RoboDK/bin/RoboDK.exe -NOUI "path-to-rdilic-file.rdklic" -QUIT
C:/RoboDK/bin/RoboDK.exe -NOUI -LCMD=Network:H1111-2222-3333-4444-AAAA-BBBB-8888-9999 -QUIT

More information here:
https://robodk.com/lic-FAQ-advanced
  




Users browsing this thread:
1 Guest(s)