<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parameter limitations in Interactive Schedules in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76313#M39215</link>
    <description>Well, I did say that it was inconsistent / buggy. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
You have to play with all three preference pages, not just calc units:  (1) working units, (2) dim units and (3) calc units.  You will still not get what you want, but you may get close most of the time.&lt;BR /&gt;
&lt;BR /&gt;
The number of digits displayed for real numbers in object settings is determined (apparently) by changing the setting shown in the screenshot below (Angle &amp;amp; Text Size Decimals in Dialog Boxes) ... even though the text prompt doesn't suggest that it would also change the digits for real number display.&lt;BR /&gt;
&lt;BR /&gt;
Do note:  this only affects display &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;formatting&lt;E&gt;&lt;/E&gt;.  All of the digits that you enter or compute are in there behind the scenes ... you just can't see them.  Test it:  with the 2 digit display, enter 3.14159  You'll see 3.14  Change to 4 digit display - you'll see 3.1416.  It isn't changing anything about internal precision; it is just a formatting problem.&lt;BR /&gt;
&lt;BR /&gt;
IMHO, the preference dialogs need serious revision and augmentation and the I.S. functionality needs updating with independent and per-schedule formatting options for all types of numbers (perhaps initially set, for a new schedule, to the current global settings).  As useful as the I.S. is, if you need more digits of accuracy displayed, you will probably have to use a Calc List Scheme instead.  At least, I think you have more control there.  Maybe not.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
    <pubDate>Sun, 12 Dec 2004 23:08:03 GMT</pubDate>
    <dc:creator>Karl Ottenstein</dc:creator>
    <dc:date>2004-12-12T23:08:03Z</dc:date>
    <item>
      <title>Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76310#M39212</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello all,&lt;BR /&gt;
I'm attempting to create some library parts that report their XY locations and calculated Volume in the I.S. Unfortunately I've run across some limitations:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;XY COORDINATE ISSUE:&lt;/B&gt;&lt;BR /&gt;
The pieces need to report their XY coordinates but I can't get the values to return anything but zero...&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;&lt;B&gt;!!!parameters xloc &amp;amp; yloc are "text" type parameters&lt;BR /&gt;
xlocation=str("%-10.2df",symb_pos_x)&lt;BR /&gt;
parameters xloc=xlocation&lt;BR /&gt;
&lt;BR /&gt;
ylocation=str("%-10.2df",symb_pos_y)&lt;BR /&gt;
parameters yloc=ylocation&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
I've even tried using "Length" parameters for xloc without any luck.&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;&lt;B&gt;xloc=symb_pos_x &lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
The text strings display graphically with their proper coordinates in plan but not in I.S....Any ideas why the interactive schedule doesn't recognize the values???&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;PRECISION CALC ISSUE:&lt;/B&gt;&lt;BR /&gt;
I have a simple formula to return a precise (10 decimal places) calculation for concrete volume...I know, I know who needs that much precision? Actually nobody, but I'm trying to prove a point. If I place the value for the calculation into a "Real Number - PVOL" parameter the precision is "rounded" to 2 decimal places - not enough precision!&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;&lt;B&gt;pvol=(pi*((pdia/2)**2))*pht&lt;BR /&gt;
parameters pvol=pvol&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The only work around I can find is to place the value into a "Text - PVOL2" parameter and the report will show the correct values. The obvious problem, however, is that these text values don't sum&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;&lt;B&gt;pvol=(pi*((pdia/2)**2))*pht&lt;BR /&gt;
parameters pvol2=str("%.10cuy",pvol)&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
At least I can output to MS Excel and sum there, but i'd rather do it in the I.S. Any ideas???&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Dan K&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Dec 2004 18:46:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76310#M39212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-08T18:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76311#M39213</link>
      <description>&lt;BLOCKQUOTE&gt;Dan wrote:&lt;BR /&gt;If I place the value for the calculation into a "Real Number - PVOL" parameter the precision is "rounded" to 2 decimal places - not enough precision!&lt;/BLOCKQUOTE&gt;

There are a number of inconsistencies / bugs (depends on your view what you want to call them!) in I.S. numeric formatting.  The I.S. does use all of the available internal precision AFAIK.  The problem is the display of the result.&lt;BR /&gt;
&lt;BR /&gt;
Some results are displayed with the accuracy you have entered under Preferences for Calculation Units.  Some use Dimension Units, and some use Working Units.  It's a bit of a mess.  Try changing the number of decimals to display under Calc Units Prefs and see what you get.  (Of course, you are limited to 4 digits there.)&lt;BR /&gt;
&lt;BR /&gt;
When I.S. does a sum, it uses all internal precision, and then displays the result with the Pref number of digits.  Because of this, if you take the numbers into Excel and add them, the sum will not be the same.  The AC sum is always the more accurate ... but it will make no sense to anyone who looks at the numbers and checks the math.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Karl</description>
      <pubDate>Sun, 12 Dec 2004 00:39:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76311#M39213</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-12-12T00:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76312#M39214</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt; Try changing the number of decimals to display under Calc Units Prefs and see what you get.  (Of course, you are limited to 4 digits there.)
&lt;/BLOCKQUOTE&gt;

Karl,&lt;BR /&gt;
Please refer to the attached image. I have adjusted all the "Calc unit Prefs" to the maximum 4 digit precision, but anything that refers to a "real number" type parameter is always 2 decimal precision. I'm not sure why this is??? Any time you create a parameter to report an area or volume it will have to be a "real number" type parameter. What if you need 3 or 4 decimal places for these parameters? Even though the "Calc Unit Prefs" indicate, or can be set to 4 places, they will only display 2 decimal places.&lt;BR /&gt;
&lt;BR /&gt;
Why are "real number" type parameters limited to only 2 decimal place precision?&lt;BR /&gt;
&lt;BR /&gt;
Any more ideas?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Dan K</description>
      <pubDate>Sun, 12 Dec 2004 22:33:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76312#M39214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-12T22:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76313#M39215</link>
      <description>Well, I did say that it was inconsistent / buggy. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
You have to play with all three preference pages, not just calc units:  (1) working units, (2) dim units and (3) calc units.  You will still not get what you want, but you may get close most of the time.&lt;BR /&gt;
&lt;BR /&gt;
The number of digits displayed for real numbers in object settings is determined (apparently) by changing the setting shown in the screenshot below (Angle &amp;amp; Text Size Decimals in Dialog Boxes) ... even though the text prompt doesn't suggest that it would also change the digits for real number display.&lt;BR /&gt;
&lt;BR /&gt;
Do note:  this only affects display &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;formatting&lt;E&gt;&lt;/E&gt;.  All of the digits that you enter or compute are in there behind the scenes ... you just can't see them.  Test it:  with the 2 digit display, enter 3.14159  You'll see 3.14  Change to 4 digit display - you'll see 3.1416.  It isn't changing anything about internal precision; it is just a formatting problem.&lt;BR /&gt;
&lt;BR /&gt;
IMHO, the preference dialogs need serious revision and augmentation and the I.S. functionality needs updating with independent and per-schedule formatting options for all types of numbers (perhaps initially set, for a new schedule, to the current global settings).  As useful as the I.S. is, if you need more digits of accuracy displayed, you will probably have to use a Calc List Scheme instead.  At least, I think you have more control there.  Maybe not.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Sun, 12 Dec 2004 23:08:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76313#M39215</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-12-12T23:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76314#M39216</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;
...The number of digits displayed for real numbers in object settings is determined (apparently) by changing the setting shown in the screenshot below (Angle &amp;amp; Text Size Decimals in Dialog Boxes) ... even though the text prompt doesn't suggest that it would also change the digits for real number display...&lt;/BLOCKQUOTE&gt;

Karl,&lt;BR /&gt;
Thanks! that's exactly what I needed...who would've ever thought that real number display would be effected by a change to &lt;B&gt;Angle &amp;amp; Text Size Decimals in Dialog Boxes???&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
I'm still a little confused about my "XY Coordinate Issue" at the beginning of the original post - please also let me know if you have any comments regarding the "zero display" problem.&lt;BR /&gt;
Thanks again for the speedy reply&lt;BR /&gt;
Dan K</description>
      <pubDate>Sun, 12 Dec 2004 23:47:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76314#M39216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-12T23:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76315#M39217</link>
      <description>&lt;BLOCKQUOTE&gt;...my "XY Coordinate Issue"...&lt;/BLOCKQUOTE&gt;
It's a bug, a discussed &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=3098&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=desc&amp;amp;highlight=" target="_blank"&gt;here.&lt;/A&gt; I haven't tried the tip in the last reply.</description>
      <pubDate>Mon, 13 Dec 2004 11:19:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76315#M39217</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2004-12-13T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter limitations in Interactive Schedules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76316#M39218</link>
      <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;...my "XY Coordinate Issue"...&lt;/BLOCKQUOTE&gt;
It's a bug, a discussed &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=3098&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=desc&amp;amp;highlight=" target="_blank"&gt;here.&lt;/A&gt; I haven't tried the tip in the last reply.&lt;/BLOCKQUOTE&gt;

James,&lt;BR /&gt;
Thanks for the link to the previous related thread. I've tried anything and everything to make the symbol positions report and have come up with nothing...at least I'm not alone. It seems like you and others have been down this road limited or no success as well.&lt;BR /&gt;
&lt;BR /&gt;
In the thread you mentioned,"...&lt;FONT color="#0051ff"&gt;they're working on it&lt;/FONT&gt;..." Do you have any idea when Graphisoft might finish working on it? Is this something we'll all have to wait for version 10 to be able to do???&lt;BR /&gt;
&lt;BR /&gt;
Hope Not&lt;BR /&gt;
&lt;BR /&gt;
thanks again,&lt;BR /&gt;
Dan K</description>
      <pubDate>Mon, 13 Dec 2004 16:50:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-limitations-in-Interactive-Schedules/m-p/76316#M39218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-13T16:50:03Z</dc:date>
    </item>
  </channel>
</rss>

