I am trying to define a structured variable in vsl with no luck. I am trying to code something like this.
struct pos_data {
float XX;
float yy;
};
Could someone provide me with the correct syntax? Also can a structure be defined anywhere in the task or must it be defined before task Execute?
Thanks!



