Activity for Weld Lucas Cunha

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Thank you Davis, I didn't know the OpenDSS-PM, I will try it and let you know the results. I do use the clear command every time I difine a new fault. Best regards Lucas

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Good Afternoon everyone, I am using python-COM interface to simulate many faults in a generic circuit and save all the voltages and fault conditions in a file. Everthing was going ok at the beginning, I am able to simulate a random fault in any circuit point and get all the desired information. Then, after incresing the number of faults simulated to around 6000 faults, my computer sent me a message saying that it was running with low memory, it freezed and re-started soon after. So I observed more...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    After analyzing this issue more carefully I got this: Despite having defined the frequency=60, the basefrequency value is still 50. 50 might be a default value for basefrequency. So if I just define the basefrequency to 60, instead of the frequency, in the circuit definition it works, since the frequency parameter defaults to the basefrequency. So I am defining the circuit object like this: new circuit.DGProtFdr bus1=Bx basekv=34.5 pu=1.0475 angle=0 basefrequency=60 phases=3 MVAsc3=36.61 MVAsc1=10.64...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Hi Davis, It worked! Thank you very much! Best regards, Lucas

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    The "open transformer.tg 2" is commented, It should not be actually openning the Transformer. But I removed this part of the code and also all the protection devices such as Fuses, Relays and Reclosers. And the problem is still present. This is the code I just tried: clear new circuit.DGProtFdr bus1=Bx basekv=34.5 pu=1.0475 angle=0 frequency=60 phases=3 MVAsc3=36.61 MVAsc1=10.64 x1r1=4 x0r0=3 new WireData.336_ACSR_Linnet gmrunits=ft radunits=in runits=mi rac=0.306 diam=0.721 gmrac=0.0244 normamps=530...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    I am not changing the circuit topology. I just compile the dss file and read the voltage values. I do use the "calcv" command before solving it, like this: Set Voltagebases=[34.5, 12.47, 0.6] calcv It works perfectly with IEEE Test cases, that's why this problem is so weird.

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    I am not changing the circuit topology. I just compile the dss file and read the voltage values. I do use the "calcv" command before solving it, like this: Set Voltagebases=[34.5, 12.47, 0.6] calcv It worked perfectly with IEEE Test cases, that's why this problem is so weird.

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    I am not changing the circuit topology. I just compile the dss file and read the voltage values. I do use the "calcv" command before solving it, like this: Set Voltagebases=[34.5, 12.47, 0.6] calcv To the other IEEE Test cases it workd perfectly, that's why this problem is so weird.

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    I am not changing the circuit topology. I just compile the dss file and read the voltage values. I do use the "calcv" command before solving it, like this: Set Voltagebases=[34.5, 12.47, 0.6] calcv

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: https://drive.google.com/open?id=0B9GPzL_aHRkudngtUkZtX0lYY1k https://drive.google.com/open?id=0B9GPzL_aHRkuQ3U3dzV3R1lxTWM In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I...

  • Weld Lucas Cunha Weld Lucas Cunha modified a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: http://https://drive.google.com/file/d/0B9GPzL_aHRkudngtUkZtX0lYY1k/view http://https://drive.google.com/file/d/0B9GPzL_aHRkuQ3U3dzV3R1lxTWM/view In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Good Morning, I want to do the following: Read and compile a .dss file using the com interface with python. Get the pu voltage values in all phases in all buses and plot them in a bar plot. Like that: In this case I am using the IEEETestCase DG_Protection circuit. It worked perfectly in a first momment, but suddenly and for apparently no reason, it stopped working. And now I have this, using the same circuit and same code as before: I tried to find the problem and realized that when I read the voltage...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    This is the definition given at the OpenDSS manual: Mode=Direct: Solve a single snapshot solution using an admittance model of all loads. This is noniterative; just a direct solution using the currently specified voltage and current sources. This post may help you get a deeper understanding of what you're looking for: https://sourceforge.net/p/electricdss/discussion/861976/thread/e0988409/ The paper "An Open Source Platform for Collaborating on Smart Grid Research" available at IEEE Xplore may also...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Hello Wang, I am using opendss/Com interface with Python. I guess you can what you...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Thank you very much Mr. Dugan! 01 - I am making my simulation in Time mode, and I...

  • Weld Lucas Cunha Weld Lucas Cunha posted a comment on discussion Help

    Hello, I am currently working with OpenDSS via COM interface/python to simulate generic...

1
MongoDB Logo MongoDB