ERRor in loading the an EMTP generated FMI model in another simulation tool


I have a circuit (fig. 1) which I have exported it as FMI (slave), in which only one file is generated with FMU extension.
THE reference for power system transients


I have a circuit (fig. 1) which I have exported it as FMI (slave), in which only one file is generated with FMU extension.
Hello all.
I am trying to build a custom line model with parameters computed outside of EMTP.
I have a file with the necessary data, as specified in the model documentation. I also made sure to generate the frequency points logarithmically-spaced.
Hello,
I have installed MCR 2017b, but when I try to change the CONFIGURATION in the main menu of PAMSUITE, it gives me this error: "No EMTP installation was found. Aborting." I have installed EMTP correctly, and it is working without any problem.
Could you please tell me how to solve this problem?
Thanks
Arman
Hello Everyone,
I have been trying to change the device data of "LIOV Options" device using getAttribute() and setAttribute().
I found that the data to be changed are related to ModelData attribute, and it seems to be multidimensional.
Can anyone tell me how to fetch devices inside a sub-circuit based on java scripting?
Currently I am only able to fetch from currentCircuit() like below,
var cct = currentCircuit();
dev1 = cct.devices('Name','PhaseB_Arrester');
dev2 = cct.devices('Name','PhaseA_Arrester');
dev3 = cct.devices('Name','PhaseC_Arrester');
what if I had to fetch 'PhaseB_Arrester', 'PhaseA_Arrester' , and 'PhaseC_Arrester' from a sub-circuit named lets say ' substation'?
Problem to reproduce simulinkDLL examples
Hi,
When I try to build Simulink DLL, I get the following error.
CRL: "None" cannot be found in the registry.
It is because that the interface is set to "None," and when I choose C++ ISO, it works and generates two folders but gives the following warning.
EMTPInterface.cpp
EMTPInterface.cpp(37) : warning C4018: '<' : signed/unsigned mismatch
EMTPInterface.cpp(39) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
Hi,
I am trying to connect to a remote system which has the physical license dongle for EMTP Work V4.1.0.
But it shows an error stating that the hardware key ID is not installed correctly.
Does EMTP prevent working through remote desktop connection ?
Thanks!
I was trying to import an Excel file into "Table function voltage source".
First, save excel file in CSV format. Then, open with notepad and save as xxxx.dat file.
I import that file into "Table function voltage source" and ended up with the following error.
Could you please help me to import an Excel file into EMTP?
Thank you.
Ganga
Good afternoon,
I would like to know how it is possible to initialize the line voltage before simulating the lightning stroke by LIOV toolbox.
Thank you in advance.
Best regards.
Hi,
I am trying to build a short circuit equivalent in EMTP.
I had created the short circuit equivalent of a large network in ASPEN(using in-built function) and I have a phase-shifter in my ASPEN equivalent which also has a negative sequence component - R2&X2 values.
How can I implement this component in EMTP? I can see a phase-shifter in EMTP but with only positive & zero sequence inputs.
Thanks