600,838 active members*
3,260 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2025
    Posts
    0

    Question Fanuc 31i Output of variable

    Machine: Matsuura MX-330
    Controller: Fanuc 31i
    Probe: Blum TC50

    Hi,
    I have a problem i am trying to figure out:
    I want to automatically save measurement values over to an USB from my Inspection programs in the machine.
    So basically today i make my programs and puts the results in different variables, lets say #170-179. and i would like to output them in a TXT file so you dont have to be at the machine and take notes of the values during produciton.
    I am aware that Matsuura have a email function that might be a solution to my problem, and i am looking into it.
    But i figured i cant be the first one looking for this function so i am trying my luck on this forum

    //
    Filip

  2. #2

    Re: Fanuc 31i Output of variable

    Makesure you set your I/O to 17 for usb

    %
    POPEN
    DPRINT[170=#170[3] 171=#[3] 172=#172[3]]
    PCLOS
    %

    lookup DPRINT in the operators manual B-64484EN
    ************************************************** *********
    *~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
    ************************************************** *********
    *__________If you feel inclined to pay for the support you receive__________*
    *_______Please give to charity https://www.oxfam.org.au/get-involved/_______*
    ************************************************** *********

  3. #3
    Join Date
    Apr 2025
    Posts
    0

    Re: Fanuc 31i Output of variable

    Thank you! this seems to be what i have been searching for

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •