Blocks connection
|
|
sangoo | Date: Friday, 08.11.2013, 02:16 | Message # 1 |
Private
Group: Users
Messages: 2
Status: Offline
| Hello,
Thanks for this great soft. I discovered today and i like a lot, i think is going to be a must for my future projects delopment.
I would like to know if is posible to send the output values of a block to the input of another block. If not, will be this feature added in future revisions?
Bests regards!!
Sangoo
|
|
| |
Alexor | Date: Friday, 08.11.2013, 13:52 | Message # 2 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| Welcome,
To connect one simulation object to another, you can create internal item. Then, just, use it as output of the first object and input of the second.
I have created this type of items especially for simulation objects interconnection. It also useful to store values between the calls of the script (CSharpScript).
|
|
| |
sangoo | Date: Friday, 08.11.2013, 15:04 | Message # 3 |
Private
Group: Users
Messages: 2
Status: Offline
| Hi! Thanks
I just tried it and works fine. But only with integer32 vars. How can i trasfer real values between blocks?
|
|
| |
Alexor | Date: Friday, 08.11.2013, 17:13 | Message # 4 |
Major general
Group: Administrators
Messages: 311
Status: Offline
| Hi,
Actually, it must work the same way for all data types. Type of data inside internal item depends on simulation object that uses it for output. You also can write values manually (Communication->Items->Write).
Please, describe your task, I need a little bit more information to help you.
|
|
| |