+3 votes
140 views
by Bikas Singh (25 points)
reopened by Debora Santo
Hi,

as you said im using the HIL SCADA. and now I'm writing the code macro code section. in that I'm unable to instal the libraries or import (basically install). Actally i have install the libraries in my terminal and also in the typhoon test ide terminal. Even though I'm unable to run my code.

Can anyone help me in this regard.

Thank you

1 Answer

+4 votes
by Era Bajpai (106 points)
selected by Bikas Singh
 
Best answer

In order to import external Python packages in Typhoon HIL, an important thing to consider is that different tools in Typhoon HIL utilize different kinds of Python interpreters. Learn more about python interpreters here.
Also refer to this link to find documentation of steps to import a simple library like panda power in the typhoon environment and follow the same steps. Also, try to use initialization panel in the SCADA Panel to define the library and import path and then link it with the action you want to perform using Macro.

by Bikas Singh (25 points)
+2
Thank you, Era Bajpai. The problem has been solved with the information provided
...