Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aspen HYSYS Automation Syntax

Status
Not open for further replies.

MaxKusenberg

Bioengineer
Joined
Jul 10, 2011
Messages
1
Location
DE
Dear colleagues,

i´m currently writing an automation syntax for a membrane process simulation using Visual Basic. In order to keep the calculation as stable as possible im want to chek the status of the included adjusts.

If the status is "ok" (solved) the skript should go on with further calculation. If not the Adjust should "Reset".

The Syntax of the query 'Is Adjust solved (Yes/No)' is not known to me. I try to avoid this syntax by use of
'IF myadjust.TargetValue <> myadjust.TargetVariable ...'
- unfortunatly without sucsess.

Does anyone knows a solution?
Thank you
Max
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top