Fanuc Focas Example -

Current Machine Position (mm): Axis X: 125.432 Axis Y: -50.001 Axis Z: 0.000

// Display the spindle position Console.WriteLine("Spindle position: " + data[0]); fanuc focas example

To get started with FANUC FOCAS, you will need: Current Machine Position (mm): Axis X: 125

write_macro_variable(handle, 501, 100.0) To get started with FANUC FOCAS

handle = connect_fanuc("192.168.1.100")

Go to Top