- Posts: 5
- Thank you received: 0
Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
License file- python Code
- adaml@trunovate.com
-
Topic Author
- Offline
- Senior Member
-
Please Log in or Create an account to join the conversation.
The documentation says "obtain the static Instance Field from the LicensingManagement Class, and call the RegisterFile Method". So, I think that instead of "LicensingManagement.RegisterFile", there should be "LicensingManagement.Instance.RegisterFile".
Best regards
Please Log in or Create an account to join the conversation.
- adaml@trunovate.com
-
Topic Author
- Offline
- Senior Member
-
- Posts: 5
- Thank you received: 0
The Output:
(componentName, licenseId, filePath)
Void RegisterFile(System.String, System.String, System.String)
No method matches given arguments for LicensingManagement.RegisterFile: (<class 'str'>, <class 'str'>)
Please Log in or Create an account to join the conversation.
Does this help?: opclabs.doc-that.com/files/onlinedocs/OPCLabs-OpcStudio/Late...ml#File%20License%20Store.html
Best regards
Please Log in or Create an account to join the conversation.
- adaml@trunovate.com
-
Topic Author
- Offline
- Senior Member
-
- Posts: 5
- Thank you received: 0
How can I load and apply a license from a .bin file using Python?
This is my code:
Please Log in or Create an account to join the conversation.