Welcome, Guest
Username: Password: Remember me

TOPIC: connect array tags to object

connect array tags to object 7 months 4 weeks ago #2809

  • Anna
  • Anna's Avatar
  • Offline
  • Junior Member
  • Posts: 24
  • Karma: 0
Dear Ruslan,
i hope that you are fine. I have seen that is possibloe to connect an object to an array tag, but if i connect it how to decide which element of the array to connect to the tag?
For example: I have an array tag that groups a series of variables and i have to connect to light object the element[0] of array. How can I do?
Thank you in advice.
Berst regards.
The administrator has disabled public write access.

connect array tags to object 7 months 4 weeks ago #2813

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 855
  • Thank you received: 126
  • Karma: -108
Dear Anna,

You can do it only by using script:

byte bytes[10] = Tags.Array;
Tag.Tag1 = byte[0];

And bind Tag1 to the object you want.

Best regards,
Ruslan
Last Edit: 7 months 4 weeks ago by fatkhrus.
The administrator has disabled public write access.
The following user(s) said Thank You: Anna
Go to top