Hello, What happened to the old clickable switches for switching control ? I had that in V3. but now V4 and V5 does not contain that ?
Hello, I was wondering is there an example showing how to implement Smart Inverters in OpenDSS-G, or if they are built in where can I find them please? Looking forward to your responses, Dhiaa.
Hello All, I have the 33 bus system with a daily load profile loaded from a file as a 24 load profile, meaning that the values repeat them selves after every 24 itteration of the whole how the system works. However, we would like more dynamics in the values, and the data, therefore we need a yearly load profile. How can we do that in opendss-g for a real time simulation of a yearly load profile? best regards, Dhiaa.
Dear Davis, A quick question about the currents, I can see it is giving the 3 phases of load 2, In case I would like to get the values of the currents for the rest of the loads how can we do that? best regards, Dhiaa.
Dear Davis, I appreciate the reply, and solving the issue. I do apologize also for this, it's just I witnessed the reply took longer than usual, so I thought maybe you did not notice it. Thank you so much again. Best Regards, Dhiaa.
Dear All, I am having a confusing issue about DSTCP, We would like to extract Active and Reactive Powers and even the current for all the 32 loads in the 33 bus system, we tried this: ODGTCP.sendCommand('select Load.load2') power = float(ODGTCP.sendCommand('power').pop(0).decode("utf-8").replace(',','')) however, if we try it with load3 or 4 it could be the same value over and over, which is basically an issue. We tried as well: current = ODGTCP.getLoadsCurrents() but it gives a list of 256 values...
Ow I see, It is running in a perfect way, I will get back to you in case of any errors or something comes up. I would like to personally thank you so much for the hard work and the new enhanced version. Best Regards, Dhiaa.
It is workiing perfectly Dear Davis, thank you sooo much. One more thing, the DSTCP is only working with port 6345 , at first it used to work with 6345-6350, I would like if the possible port numbers is multiple, I have to run the simulation in parallel with different applications if possible, meaning I need to run the simulation on 6345 and different applications in different port numbers. This change is only on this version, version 2 used to have multiple possible port numbers. Looking forward...