The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Hi Team, I want to import .dll to run co-sim in Activate, how to achieve? Thanks.
Hi Robbert,
In principle you can call the functions of the dll with the CCustomBlock. It depends on the used compiler how you connect to the dll, e.g. using an import lib. In any case you must know the functions and their parameters.