Replies: 1 comment 1 reply
-
@Lingyan90, note that the property parameter values are stored as string type under VAL and double type under UVAL. You can access the parameters directly by using UVAL and not have to manually change the type. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some parameters from Aspen Plus v12 to be studied in FOQUS. The parameters from Aspen Plus
\Data\Properties\Parameters\...
are default as
string
type when loaded in SinterCongfigGui v2.1.0.1.When load the SinterCOngfigGui generated json file via
Add/Update Turbine Model
in FOQUS (TurbineLite V2.3.0.1.), the parameters stays to bestring
type. And the min, max value also astring
type. (TurbineLite V2.3.0.1.) I didn't find anywhere allow me to change data type in Aspen Plus or SinterConfigGUI. One thing I can do is to mannually change thestring
tofloat
in FOQUS, and themin
,max
as well. This is doable, except that it a bit time consuming everytime need to reload the Turbine file (e.g. added more variables, parameters from Aspen), I need to change it again.Keith@ksbeattie suggest that other way is to change the type in json file directly. Which is more efficient than change it from FOQUS everytime reload it. When open the json file in Notepad, it shows
string
type:and I would also need to add
min
andmax
manually here as well. Similar as adouble
type input parameter:@kbuma suggest that it might be something that Aspen Plus support team could help. Given that in Simsinter, call parameter from Aspen does not have value shown in the Variable Explorer as shown in the first figure, while call inputs from Aspen has value shown in Variable Explorer shows below:
I'm looking forward to further discussion of this and hope for a more convinient solution.
Beta Was this translation helpful? Give feedback.
All reactions