You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using SetUserDataAsString(string,uint) or SetUserDataAsByte(byte,uint) the data will show correct values on the hmi, but not on the hardware, thus no data is sent to camera.
To Reproduce
Map camera, plug in correct hw structure to component.
Call either of the above methods.
Check data on ethercat I/O structure
Expected behavior
Expected would be that the component updates the physical outputs without further action.
Current workaround: FOR i :=0 TO 63 DO GVL_Profinet.Cam_30.UserData.UserData[i] := Components.Insight._userData.UserData[i]; END_FOR
Additional context
Using latest published version of TcOpen (0.11.0-alpha.79).
The text was updated successfully, but these errors were encountered:
Describe the bug
When using SetUserDataAsString(string,uint) or SetUserDataAsByte(byte,uint) the data will show correct values on the hmi, but not on the hardware, thus no data is sent to camera.
To Reproduce
Map camera, plug in correct hw structure to component.
Call either of the above methods.
Check data on ethercat I/O structure
Expected behavior
Expected would be that the component updates the physical outputs without further action.
Current workaround:
FOR i :=0 TO 63 DO GVL_Profinet.Cam_30.UserData.UserData[i] := Components.Insight._userData.UserData[i]; END_FOR
Additional context
Using latest published version of TcOpen (0.11.0-alpha.79).
The text was updated successfully, but these errors were encountered: