7/8/2020 4:45 PM | |
Joined: 6/10/2015 Last visit: 6/7/2023 Posts: 441 Rating:
|
Hi, can you share the project? |
B. Edulis |
|
7/8/2020 5:06 PM | |
Joined: 10/25/2017 Last visit: 11/9/2021 Posts: 7 Rating:
|
Guys, I have attached a copy of the project. Regards AttachmentAxis_Control.zip (76 Downloads) |
7/8/2020 5:28 PM | |
Joined: 10/25/2017 Last visit: 11/9/2021 Posts: 7 Rating:
|
Guys, I have attached a snippet of the code from Network 1. Regards |
7/9/2020 3:12 PM | |
Joined: 4/28/2015 Last visit: 3/28/2023 Posts: 43 Rating:
|
You cannot scatter members of a technology object. You need to save it to a temporary variable and use this for the scatter instruction. In FC all inputs (IN & INOUT) are used "Copy by references". In FB all INOUT inputs are used "Copy as reference", IN inputs are used "Copy by value". However, technology objects are always "Copy by reference". Further information can be found here: Transfer parameter as copy or as pointer |
Last edited by: Axel Scholz at: 07/09/2020 15:17:14Grüße, Axel |
|
This contribution was helpful to
1 thankful Users |
Follow us on