-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing UTD #22
Comments
You seem to be requesting 100 elements from an array which has 78 elements. You should definitely check the AdvancedHMI forum website which has lots of highly functional software, including a tag browser program (free registration is required to access it). See this message: https://www.advancedhmi.com/forum/index.php?topic=2670.msg16843#msg16843 It is currently in the form of a standalone Windows package which should provide a little bit more UDT related info. |
You should use something like the following
|
You should pass in |
I have the following UDT. Is there way I can access the week[0].day[0] and so on... to read and write to it.
I have tried using the following tag but gives me out of bounds error.
("IPAddress", "1, 0", CpuType.LGX, "Week[0].Day", DataType.Float32, 100);
var TstTag1 = client.GetFloat32Value(tag, (elementnumber * tag.ElementSize));
Akhil.
The text was updated successfully, but these errors were encountered: