Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

OS 1.10 Inspector and encoding

asked 2015-12-17 07:45:25 -0500

ngkhanh's avatar

updated 2017-01-30 05:11:52 -0500

I upgraded OS 1.10 today. However, I am not able to modify/add many objects like compact schedule anymore. It is like the functions for flexibility is worsen in new OS. Have any other way to access the same objects like before?

Which font should I encode .idf text for OS import ? Many times when i try to import/export idf file - the object name are groups of unknown characters.

edit retag flag offensive close merge delete

Comments

As for the encoding, what is your systems default location and language? OSM files are written in UTF-8 without BOM. Using this encoding should work for both OSM and IDF.

macumber's avatar macumber  ( 2015-12-17 12:24:20 -0500 )edit

Hello, i set all seting system regional setting to US. Follow is what i get when i try open .osm file by notepad++ with UTF encoding:

OS:Schedule:Compact,
  {98d08eb5-7c63-4749-bc11-67867c1ec2bf}, !- Handle
  EP_VnMedOff_EQUIP_sch,                  !- Name
  {47d814ee-acd1-4446-862c-e91e6c24f246}, !- Schedule Type Limits Name`

if i create an idf file and try to import idf schedule. The name of imported schedule is also unreadable. How to fix problem ?

ngkhanh's avatar ngkhanh  ( 2015-12-17 22:19:30 -0500 )edit

Those fields with braces and numbers are not due to font problems, that is the actual content of the file. The OSM format gives every object a handle which is a GUID. When objects refer to each other they do so by referencing the handle instead of the name as in IDF. This makes the OSM format less human readable but the OSM file is not really meant to be modified manually in text editor, it is meant to be modified using the OpenStudio API.

macumber's avatar macumber  ( 2015-12-18 09:27:40 -0500 )edit

The rest of the ScheduleCompact fields in OSM should be human readable

macumber's avatar macumber  ( 2015-12-18 09:28:43 -0500 )edit

2 Answers

Sort by » oldest newest most voted
4

answered 2015-12-17 10:27:54 -0500

The ability to create and edit many objects in the plugin inspector was removed in version 1.10.0 with this commit in order to fix this issue with those objects being created without required default values, causing the application to crash when it tries to translate the osm to idf. I believe most of them can still be created/edited in the application, or using the SDK.

edit flag offensive delete link more

Comments

Wow Eric, thanks, that was pretty much exactly what I was going to post. Most functionality removed from the inspector is available in the OpenStudio Application. Editing ScheduleCompacts is one feature that is not available, I added this item on uservoice to fix that. We do apologize for any loss of functionality, the hope is that it will be replaced in the app soon.

macumber's avatar macumber  ( 2015-12-17 12:14:08 -0500 )edit

That Github 'watch' feature sure is handy! :)

ericringold's avatar ericringold  ( 2015-12-17 12:21:48 -0500 )edit

Thank for your reply. In my case, i have question about how to create constant and compact schedule in OS by SDK or something etc ? the ruleset schedule is schedule:day object which is unnecessarily complex for checking if i export to idf. i have font problem with Import/export idf to/from OS as described upward. Have any more newer for This measure https://bcl.nrel.gov/node/37882 still works ? Which is best approach for IDF - OSM file integrated process ? legacy plug-in have only old modifying geometry tools and user scripts which are strongest function of sketchup and OS.

ngkhanh's avatar ngkhanh  ( 2015-12-17 22:37:15 -0500 )edit

ScheduleCompact is still available in the OpenStudio API. The model object does not have much functionality, so you would have to use Workspace methods like getString, setString, etc. That object is a likely candidate for deprecation in a future release.

macumber's avatar macumber  ( 2015-12-18 09:23:01 -0500 )edit
1

I tried to import idf compact schedule in Sketchup: after IDF schedule importhow to make Always Off Discrete label name shown in OS ?and when i try to import OSM schedule from an OSM in OS 1.10 the result is even worsen [after OSM schedule import] https://www.dropbox.com/s/8dan2xn3bs3...). Maybe it's strange but i have not ever met this fault when i did the above tasks in 1.9.5.

ngkhanh's avatar ngkhanh  ( 2015-12-20 03:00:30 -0500 )edit
1

answered 2015-12-21 09:51:39 -0500

I did find one way to still edit compact schedules in OpenStudio 1.10.0 without having to use the SDK. In the OpenStudio application if you are using a compact schedule within GridView you can select that schedule in the main body of the GridView, and the fields to edit it will be exposed in the inspector. This is demonstrated in the screenshot below.

image description

edit flag offensive delete link more

Comments

Yes but in this case you can not créate or delete compact schedules Clearlly Version 1.10 is worse than 1.9!!

josepsolebonet@telefonica.net's avatar josepsolebonet@telefonica.net  ( 2016-02-24 15:08:20 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-12-17 07:45:25 -0500

Seen: 239 times

Last updated: Jan 30 '17