Search found 4 matches
- 05 December 2019, 09:45
- Forum: COCO (AmsterCHEM)
- Topic: COFE functions in Excel - Get/set
- Replies: 8
- Views: 24936
Re: COFE functions in Excel - Get/set
Hi Jasper, Thank you for your prompt reply. I didn't expect it that quickly :) You can find the excel file as attached. It is just a simple flash with I am trying to communicate... Honestly, It's been a long time since I haven't code in VBA so I may miss some skills... If you have a working file wit...
- 28 November 2019, 09:03
- Forum: COCO (AmsterCHEM)
- Topic: COFE functions in Excel - Get/set
- Replies: 8
- Views: 24936
Re: COFE functions in Excel - Get/set
Good morning all, I desperatly try to set parameters on my COCO file with VBA but I don't manage to do so. I tried the SetStreamTemperature you defined in previous post but it returns an error : str1.SetProp("temperature", "overall", Empty, "", "", v) (= is ne...
- 31 January 2018, 16:08
- Forum: COCO (AmsterCHEM)
- Topic: Controller: get the final value of the controlled variable
- Replies: 4
- Views: 17835
Re: Controller: get the final value of the controlled variab
Thanks Jasper.
Nevertheless, when I look on the information stream or on the unit operation, I still see the initial value although I know this value must have changed because my flowsheet reached the specified value. Any idea why ?
Nevertheless, when I look on the information stream or on the unit operation, I still see the initial value although I know this value must have changed because my flowsheet reached the specified value. Any idea why ?
- 30 January 2018, 10:29
- Forum: COCO (AmsterCHEM)
- Topic: Controller: get the final value of the controlled variable
- Replies: 4
- Views: 17835
Controller: get the final value of the controlled variable
Dear everyone, I have a flowsheet with controllers. The flowsheet converges with the controllers and reaches the specified values but I didn't find how to get values of the controlled variable. Could you please tell me how to get it ? Thank you very much. Also, do you know a way to make it converge ...