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
Hello!
I use SinumerikNet.Advanced -Version 1.0.0-preview6
read var position1 = client.ReadValue("/Channel/MachineAxis/measPos1[u1, 1]") The read data is not returned correctly,Always 4 or 2
read var R = client.ReadValue("/Channel/Parameter/rpa[u1,1]");The value is correct, No problem!
The text was updated successfully, but these errors were encountered:
Hello! I'm have a problem to connect to my NCU. I'm using 840d sl with ethernet cable connected from X127 port to my laptop. And then I typed in the X127 IP address to this command "using (var client = new SinumerikClient("s840d.sl://192.168.215.1"))". I replaced 192.168.0.80 to 192.168.215.1, but when I run the code I can't get the value from my cnc machine. Do you know what's the problem? Should I modify the 840d via 840d toolbox?
All I did is open the file"SinumerikNet.Advanced.Samples.sln" and change the IP and then run the code
Since I'm new to C# so I don't really know if I did it wrong.
Hello!
I use SinumerikNet.Advanced -Version 1.0.0-preview6
read var position1 = client.ReadValue("/Channel/MachineAxis/measPos1[u1, 1]") The read data is not returned correctly,Always 4 or 2
read var R = client.ReadValue("/Channel/Parameter/rpa[u1,1]");The value is correct, No problem!
The text was updated successfully, but these errors were encountered: