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).
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).