From technical director Richard Quincey on an article about using IES to modify geometry:
In VE Python it is sensible to limit room geometry adjustments to changes in % windows/doors/openings and dimensional adjustments to shading objects
Why?
Moving space surfaces is quite likely to lead to ...
Search found 12 matches
- Thu Sep 15, 2022 4:50 pm
- Forum: VE Python API
- Topic: Applying glazing through the API
- Replies: 3
- Views: 3905
- Thu Sep 15, 2022 3:10 pm
- Forum: VE Python API
- Topic: Receiving user input
- Replies: 1
- Views: 2627
Re: Receiving user input
Stealing my answer from another forum, unmethours:
You can use the tkinter library to build guis and request user input such as the following example code that pops up an text input box and returns the text in the console IIRC.
Hope this helps ;)
import tkinter as tk
def generate_window(project ...
You can use the tkinter library to build guis and request user input such as the following example code that pops up an text input box and returns the text in the console IIRC.
Hope this helps ;)
import tkinter as tk
def generate_window(project ...
- Thu Aug 18, 2022 2:23 pm
- Forum: ApacheSim
- Topic: Please help - Weird Room Temperature Values!
- Replies: 2
- Views: 6156
Re: Please help - Weird Room Temperature Values!
Hi Ivan,
Can you please share a screenshot of your apachehvac network?
Or better, the .ASP file?
Also, if you need faster help, you're better off contacting IES technical support at: support@iesve.com
But don't forget to post the solution here for others in the future
Can you please share a screenshot of your apachehvac network?
Or better, the .ASP file?
Also, if you need faster help, you're better off contacting IES technical support at: support@iesve.com
But don't forget to post the solution here for others in the future
- Fri Jun 24, 2022 5:04 pm
- Forum: VE Python API
- Topic: Batch Archiving Models
- Replies: 1
- Views: 3987
Re: Batch Archiving Models
The other way of doing it is to make a python list of projects you want to archive,
then use a loop like:
for each project_file in list
open(project_file)
archive
close(project_file)
then use a loop like:
for each project_file in list
open(project_file)
archive
close(project_file)
- Fri Jun 24, 2022 5:01 pm
- Forum: VE Python API
- Topic: RoomGroups Module limitations
- Replies: 1
- Views: 2656
Re: RoomGroups Module limitations
It is possible to add specific rooms to a group using the python interface.
I wrote a script to group rooms based on the existing room names.
Have a look through this very hacky script (note that i never could get it to step through the array of room names/group names automatically, so i just ...
I wrote a script to group rooms based on the existing room names.
Have a look through this very hacky script (note that i never could get it to step through the array of room names/group names automatically, so i just ...
- Fri Jun 24, 2022 4:53 pm
- Forum: VE Python API
- Topic: WeatherFile
- Replies: 4
- Views: 2884
Re: WeatherFile
I third this, please IES VE add a method for changing the weather file through the Python API!
- Mon Jan 25, 2021 4:36 pm
- Forum: MacroFlo
- Topic: Macroflo triggers heating
- Replies: 1
- Views: 6090
Macroflo triggers heating
Hi there,
I have a model using mixed mode with ApSys and Macroflo natural ventilation where the windows opening profile is set to a formula profile that:
opens the windows when the temperature outside is less than the temperature inside, and
the room temperature exceeds 23°C.
The cooling is ...
I have a model using mixed mode with ApSys and Macroflo natural ventilation where the windows opening profile is set to a formula profile that:
opens the windows when the temperature outside is less than the temperature inside, and
the room temperature exceeds 23°C.
The cooling is ...
- Wed Oct 09, 2019 11:22 am
- Forum: ApacheCalc/Loads
- Topic: CIBSE Loads - Intermittent heating profiles & preheat margin
- Replies: 4
- Views: 5540
Re: CIBSE Loads - Intermittent heating profiles & preheat margin
It looks like you can calculate what the heating load would be for a set preheat margin using dynamic simulations. Whether the same can be said for CIBSE loads is still unclear.
For example, i was testing a model using dynamic simulation and came across the following results using a two-stage ...
For example, i was testing a model using dynamic simulation and came across the following results using a two-stage ...
- Mon Sep 23, 2019 10:09 am
- Forum: ApacheCalc/Loads
- Topic: CIBSE Loads - Intermittent heating profiles & preheat margin
- Replies: 4
- Views: 5540
Re: CIBSE Loads - Intermittent heating profiles & preheat margin
Continuation of IES support ticket
Hi James,
I hope you are well.
I think I need to read up on the CIBSE Guide A /adjustment for intermittency.
I’ve considered trying sliding profiles but I don’t think they would achieve what I’m looking for as they would reduce the loads while in the middle of ...
Hi James,
I hope you are well.
I think I need to read up on the CIBSE Guide A /adjustment for intermittency.
I’ve considered trying sliding profiles but I don’t think they would achieve what I’m looking for as they would reduce the loads while in the middle of ...
- Wed Aug 28, 2019 2:26 pm
- Forum: ApacheCalc/Loads
- Topic: CIBSE Loads - Intermittent heating profiles & preheat margin
- Replies: 4
- Views: 5540
Re: CIBSE Loads - Intermittent heating profiles & preheat margin
Thus far i have this:
Hi gazat5,
Thank you for your email.
Tick this box if you have intermittent heating i.e. the heating is ON/OFF at certain times rather than on continuously with setback and setpoint temperatures. Essentially, this just accounts for the boiler pre-heat period required.
In ...
Hi gazat5,
Thank you for your email.
Tick this box if you have intermittent heating i.e. the heating is ON/OFF at certain times rather than on continuously with setback and setpoint temperatures. Essentially, this just accounts for the boiler pre-heat period required.
In ...