Ask Apps | How to Set Up a Data Server on the Fanuc 31i Control

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

ความคิดเห็น • 14

  • @lucaceoloni1574
    @lucaceoloni1574 2 ปีที่แล้ว +1

    thank you! This is just what I was looking for...

    • @selwaymachinetool
      @selwaymachinetool  2 ปีที่แล้ว

      Wonderful! We are glad that it was just what you were looking for.

  • @jari-framo
    @jari-framo 3 ปีที่แล้ว +2

    Love videos like this (Y)

    • @selwaymachinetool
      @selwaymachinetool  2 ปีที่แล้ว

      Thank you for that feedback! We hope to make more soon.

  • @homerdayz6951
    @homerdayz6951 2 ปีที่แล้ว

    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??

  • @chadplath2829
    @chadplath2829 4 ปีที่แล้ว +2

    What is the process to setting up email notification on the machine side, Enable parameters etc

    • @selwaymachinetool
      @selwaymachinetool  4 ปีที่แล้ว

      Great question! Our AE is looking into it and will respond later today.

    • @jamesmeyette7415
      @jamesmeyette7415 4 ปีที่แล้ว +1

      Send an e-mail to applications at selwaytool dot com and we can send you the procedure/manual.

    • @chadplath2829
      @chadplath2829 4 ปีที่แล้ว

      @@jamesmeyette7415 Thanks , We are still having an issue with getting this set up Our Canadain AE is looking into it

    • @olegbeyzerman
      @olegbeyzerman 3 ปีที่แล้ว

      when exiting the main program, an error appears settings main programm failed. What is can I do?

    • @jamesmeyette7415
      @jamesmeyette7415 3 ปีที่แล้ว

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

  • @llNATEDOGGll
    @llNATEDOGGll ปีที่แล้ว

    Can you use File Explorer for this and setup the machine as a netshare or network location? ie. \\IP Address\%Foldername%

  • @alistairecook4606
    @alistairecook4606 2 ปีที่แล้ว

    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.