How to encrypt or hide the user command code?

How to encrypt or hide the user command code?

feng_l3
Not applicable
15 Views
5 Replies
Message 1 of 6

How to encrypt or hide the user command code?

feng_l3
Not applicable

[ FlexSim 18.1.2 ]

How to encrypt or hide the user command code?

Accepted solutions (1)
16 Views
5 Replies
Replies (5)
Message 2 of 6

supportPHJ4A
Observer
Observer
Accepted solution

You can store the code in other DLLs and then execute it with FlexSim, which will prevent others from seeing your code.

Please check the FlexSim DLL Maker or FlexSim Module SDK.

0 Likes
Message 3 of 6

feng_l3
Not applicable

Which database shall i can store and how to read with flexsim, could you give me a more detailed explain or example?

0 Likes
Message 4 of 6

supportPHJ4A
Observer
Observer

You can make a dll type file first, the specific production method can be searched on the Internet, and then call the dll file you made in the trigger in flexsim.

22554-2gyayoudy21adojxoip7e.png

22555-6jzl5hl7ju93sln0k.png

22556-ft5.png

Finally, you can read the dll file according to the path. It is recommended that you store the created dll file in the same location as the flexSim file for easy searching and reading.

0 Likes
Message 5 of 6

feng_l3
Not applicable

Thanks ,but it comes an other quesetion: If I want to modify the code, how can I return to the code from the DLL file?

0 Likes
Message 6 of 6

supportPHJ4A
Observer
Observer

Regarding the specific issues of the code and dll files, it is recommended that you still check the relevant information on the Internet.

0 Likes