Excellent and helpful video.. And just one question... Do you know if the Control accept double connection (Data Server and Ethernet connection) at the same time??
@@olegbeyzerman If you are using a FANUC 16/18 Series control you will have the following; CNC Memory % O1(MAIN PROGRAM) N1 M198Pxxxx (DATASERVER CALL) M30 % Dataserver % O1234(PART PROGRAM) N101 (PART PROGRAM HERE) M01 M99 % The Pxxxx will represent the O number program on your Dataserver (for example O1234 on your Dataserver needs an M198 P1234 call as shown above). That O number program needs to have an M99 at the end, not an M30. Also, you will need to set your I/O Channel to 5. If you are using a FANUC 30i Series Control (30i, 31i, 32i, etc…) There is no need to call as a sub program unless you want to. The newer controls allow you to run the program from the Dataserver with no sub-program call needed. Also, no need to set the I/O Channel to 5. It can stay what it is (usually 4 or 17 for CF Card and USB respectively).
Hello, thanks for the helpful video!!! Is the first “built in” Ethernet port the embedded Ethernet soft-key? Is there also a way to input tool data into the “tool manage” page in the setup tab via g code? I know the H parameters can be entered by G10 G90 L10 Pxxx Rxxx.xxx G10 G90 L12 Pxxx Rxxx.xxx I ask this so I can pre-populate the tool table at the start of the NC program to save time and errors by the operator typing in values.
thank you! This is just what I was looking for...
Wonderful! We are glad that it was just what you were looking for.
Love videos like this (Y)
Thank you for that feedback! We hope to make more soon.
Excellent and helpful video.. And just one question... Do you know if the Control accept double connection (Data Server and Ethernet connection) at the same time??
What is the process to setting up email notification on the machine side, Enable parameters etc
Great question! Our AE is looking into it and will respond later today.
Send an e-mail to applications at selwaytool dot com and we can send you the procedure/manual.
@@jamesmeyette7415 Thanks , We are still having an issue with getting this set up Our Canadain AE is looking into it
when exiting the main program, an error appears settings main programm failed. What is can I do?
@@olegbeyzerman If you are using a FANUC 16/18 Series control you will have the following;
CNC Memory
%
O1(MAIN PROGRAM)
N1
M198Pxxxx (DATASERVER CALL)
M30
%
Dataserver
%
O1234(PART PROGRAM)
N101
(PART PROGRAM HERE)
M01
M99
%
The Pxxxx will represent the O number program on your Dataserver (for example O1234 on your Dataserver needs an M198 P1234 call as shown above).
That O number program needs to have an M99 at the end, not an M30. Also, you will need to set your I/O Channel to 5.
If you are using a FANUC 30i Series Control (30i, 31i, 32i, etc…)
There is no need to call as a sub program unless you want to. The newer controls allow you to run the program from the Dataserver with no sub-program call needed. Also, no need to set the I/O Channel to 5. It can stay what it is (usually 4 or 17 for CF Card and USB respectively).
Can you use File Explorer for this and setup the machine as a netshare or network location? ie. \\IP Address\%Foldername%
Hello, thanks for the helpful video!!!
Is the first “built in” Ethernet port the embedded Ethernet soft-key?
Is there also a way to input tool data into the “tool manage” page in the setup tab via g code? I know the H parameters can be entered by
G10 G90 L10 Pxxx Rxxx.xxx
G10 G90 L12 Pxxx Rxxx.xxx
I ask this so I can pre-populate the tool table at the start of the NC program to save time and errors by the operator typing in values.