How to get a scripted value update the variable value
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-14 05:29 AM
2009-09-14
05:29 AM
Any help greatly appreciated, Thanks.
5 REPLIES 5
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-14 10:48 AM
2009-09-14
10:48 AM
Hi Phil,
I'm not sure of what you are trying to achieve...
Could you please elaborate it?...
I'm not sure of what you are trying to achieve...

Could you please elaborate it?...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-14 12:56 PM
2009-09-14
12:56 PM
If you want to pull a value from an Object to schedule with the IS, you need to use the "PARAMETERS" command to fill in the desired value into a parameter field. Unfortunately, the parameter field will not update until you activate (open) the Object to allow for the values to update the parameter field. So the scheduled field will sometimes seem to not update.
David Larrew, AIA, GDLA, GSRC
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-15 08:51 AM
2009-09-15
08:51 AM
David,
Thats exactly what i was trying to do, had had a quick play with the PARAMETERS command but obviously gave up to quickly, working well now. Thanks
Any chance you have found a cunning way to get the Parameter field to update automatically or with a plan refresh like the 2D symbol?
Having to open each individual instance of the object to get the correct value through to the IS is quite a pain. Takes all the fun out of what i was trying to do..
Thats exactly what i was trying to do, had had a quick play with the PARAMETERS command but obviously gave up to quickly, working well now. Thanks
Any chance you have found a cunning way to get the Parameter field to update automatically or with a plan refresh like the 2D symbol?
Having to open each individual instance of the object to get the correct value through to the IS is quite a pain. Takes all the fun out of what i was trying to do..

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-15 09:30 AM
2009-09-15
09:30 AM
Hello,
This has been discussed many times before, but here it is again;
If you have only the PARAMETERS command then you are updating only the setting/user value of the object, not the value for the rest of the GDL. This especially is the case if the command is placed in the value script and not in the master script.
So might be worth testing to;
- place the script in the master script AND
- declare the value before setting the user value
Regards, Juha
This has been discussed many times before, but here it is again;
If you have only the PARAMETERS command then you are updating only the setting/user value of the object, not the value for the rest of the GDL. This especially is the case if the command is placed in the value script and not in the master script.
So might be worth testing to;
- place the script in the master script AND
- declare the value before setting the user value
myParam = 5 parameters myParam= myParamHope this helps.
Regards, Juha

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-16 12:13 AM
2009-09-16
12:13 AM
Juha is correct. But if you are collecting data (integer or text) that is dependent upon multiple parameters (scripted or not) will have inconsistent IS listing results. This happens because the object requires the settings dialog to be activated (opened) to update the sequenced parameter values.
David Larrew, AIA, GDLA, GSRC
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA
Architectural Technology Specialist
a r c h i S O L U T I O N S
WIN7-10/ OSX 10.15.7
AC 5.1-25 USA