Make ExternalInterface:FunctionalMockupUnitExport:To:Schedule/Actuator Initial Value field optional#10943
Merged
Myoldmopar merged 8 commits intodevelopfrom Apr 9, 2025
Merged
Conversation
This reverts commit 752e3ac.
Contributor
Author
|
The FMU IDD changes were tested successfully by @Florian-Sim (who posted the issue) and Thierry N. This is ready for final review. |
Myoldmopar
approved these changes
Apr 9, 2025
| \memo space air node, air inlet nodes, air exhaust nodes, and the air return node. | ||
| \memo If any space in a zone has a SpaceHVAC:EquipmentConnections object, then all spaces in the zone must have one. | ||
| \memo Used only when ZoneAirHeatBalanceAlgorithm "Do Space Heat Balance for Sizing"is Yes. | ||
| \memo Used only when ZoneAirHeatBalanceAlgorithm "Do Space Heat Balance for Simulation" is Yes. |
| \reference SpaceSplitterNames | ||
| A2, \field Zone Name | ||
| \note Must be a controlled zone which has a ZoneHVAC:EquipmentConfiguration object. | ||
| \note Must be a controlled zone which has a ZoneHVAC:EquipmentConnections object. |
| \type real | ||
| \required-field | ||
| \note Used during the first call of EnergyPlus. | ||
| \note Used during EnergyPlus sizing and warm-up. |
| \required-field | ||
| \note Used during the first call of EnergyPlus. | ||
| \note Used during EnergyPlus sizing and warm-up. | ||
| \note If no value is specified, then the actuated component will only be updated after sizing and warm-up. |
Member
|
Everything reads well and looks good, thanks @mjwitte |
jmarrec
reviewed
Oct 20, 2025
| \type real | ||
| \required-field | ||
| \note Used during the first call of EnergyPlus. | ||
| \note Used during EnergyPlus sizing and warm-up. |
Contributor
There was a problem hiding this comment.
NumErrorFlag is set. But that's not used later to throw.
Is allowing a blank really intended though, given the warning?
Contributor
Author
There was a problem hiding this comment.
@jmarrec I wasn't set up to test this, so it was tested by two others. This warning should go, but I wonder if line 2053 should be inside this if.
Contributor
Author
There was a problem hiding this comment.
For the record, looking further at this code, it appears that this is creating a new schedule, so it would need a value to initialize it.
Merged
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request overview
Description of the purpose of this PR
Pull Request Author
Reviewer