Ideas discussion
|
|
Alexor | Date: Friday, 27.04.2012, 15:05 | Message # 1 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| Welcome!
|
|
| |
Alexor | Date: Saturday, 06.12.2014, 15:59 | Message # 2 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| Welcome,
Already was thinking about this function. May be next year.
You may use Script.CSharp with something like this:
if((bool)'Internal.Init' == true) { 'Internal.Init' = false; // All values you need to initialize 'Internal.Value1' = 324; 'Internal.Value2' = 7655; }
Where 'Internal.Init' is internal Item to make initialization works only once. Button panel for this Item also may be useful.
|
|
| |
Alexor | Date: Saturday, 06.12.2014, 18:00 | Message # 3 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| Yes, you are right :)! Creating your own simulation object is also the way. Do not hesitate to ask any question about ProcessSimulator and API.
Function, you are asking for, is in my "To do" list now.
|
|
| |
Alexor | Date: Friday, 26.12.2014, 15:19 | Message # 4 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| There is new tool - Snapshot, in version 2.2.5472.
|
|
| |
rrussinov | Date: Sunday, 14.06.2015, 18:27 | Message # 5 |
Private
Group: Users
Messages: 1
Status: Offline
| Hi Alex,
Is there an API manual or at least object model diagram for the Simulator?
Regards,
Rosen
|
|
| |
Alexor | Date: Sunday, 14.06.2015, 19:32 | Message # 6 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| Welcome!
No, only example on the site. Ask here, if you have any question.
|
|
| |