584,814 active members*
5,355 visitors online*
Register for free
Login

Search:

Type: Posts; User: yaji63

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    308

    FTP Server on 828D ?

    Is it possible to have an FTP server running on Sinumeric 828D controller which can be then accessed with a client on a computer ? If yes please give info on configuring the same
  2. Replies
    5
    Views
    1,740

    Re: Custom Macro #100+ reset issue

    Fanuc Parameter Manual
  3. Replies
    2
    Views
    4,272

    Re: Fanuc Focas Tutorial

    Decent Attempt. I have been able to build an monitoring system in my own shop but it practically took 3 years of work to refine it and even today there are a few features which I wish to incorporate...
  4. Replies
    5
    Views
    5,593

    Re: Fanuc FOCAS Library

    Until last year it was pretty cheap...about 15 USD. But now I understand they have made it more expensive and they also for a end user agreement to be signed and stuff like that. Fanuc decided to...
  5. Re: Focas type functions in Mitsubishi controllers ?

    I did try enquiring with Local Mitsubishi but they want me to talk to MTB and MTB mostly does not have a clue what this is !
  6. Focas type functions in Sinumeric controllers ?

    Hi,

    Is anyone aware of Focas type libraries available for Sinumerik controllers ? Not just the part count and stuff but ability to collect servo related data for using in predictive maintenance...
  7. Focas type functions in Mitsubishi controllers ?

    Hi,

    Is anyone aware of Focas type libraries available for Mitsubishi controllers ? Not just the part count and stuff but ability to collect servo related data for using in predictive maintenance...
  8. Replies
    5
    Views
    1,740

    Re: Custom Macro #100+ reset issue

    I have Oi MD, 31 i B and O i MF.

    The parameter for all the three controllers has been same in my case WRT whatever solution I have posted below.
  9. System Variable for Relative Position values ?

    Hi,

    Can anyone help me with the system variable number for finding the relative position values on Fanuc OiMD controller ?

    I want to read the relative position values into my custom macro...
  10. Replies
    5
    Views
    1,692

    Re: Custom M Code without M30 or M02 ?

    Any custom M Code program can end with M99. Since the M Code will either be called from a main program Or from MDI mode, the M99 will make it return to the main program Or MDI screen. MDI screen...
  11. Replies
    5
    Views
    1,692

    Re: Custom M Code without M30 or M02 ?

    This does not work as any program has to have either M30, M02 or M99 at the end Or any custom M Code which is defined in ladder as end of record M Code.

    - - - Updated - - -



    I havent tried...
  12. Replies
    5
    Views
    1,740

    Re: Custom Macro #100+ reset issue

    I have found the answer and if in case someone is interested, #6001 - Bit 6 to be set to 1 solves this issue
  13. Replies
    5
    Views
    1,692

    Custom M Code without M30 or M02 ?

    Is it possible to make a custom program M Code without end of program which is M30 or M02 ?

    The requirement is such that the operator needs to login into the machine when he arrives for his shift...
  14. Replies
    5
    Views
    1,740

    Custom Macro #100+ reset issue

    I have a requirement where the temporary custom macro variables (#100 to #199) should not get reset upon pressing the reset button on the machine.

    I do recall from somewhere that there is a...
  15. Replies
    15
    Views
    4,180

    Re: suppressing buffering

    There have been issues with the amount of dwell given based on which results have varied. I have now settled at G4 P100 which has started giving me proper results. JFYI
  16. Re: Macro Variables Punch through a Program Or M Code ?

    I' am looking for a solution to punch the variables as a file and not through RS-232 DPRINT. Sorry that I was not specific.

    My requirement is wanting to punch out the variables as a file into the...
  17. Macro Variables Punch through a Program Or M Code ?

    Is it possible to automatically output the Macro variable values into a program without physically using the softkey (which is the regular practice) ?

    Any help from the Guru's is highly...
  18. Replies
    15
    Views
    4,180

    Re: suppressing buffering

    Yes it is very much working in my case for avoiding buffering of macro statements
  19. Re: FOCAS2 with 31i controler want to capture info

    If the machine has FOCAS2 then I presume it already has an Ethernet port which is used by Fanuc for diagnostic purposes. You can use the same for pulling the Macro variable data from the machine....
  20. Replies
    4
    Views
    4,306

    Re: VB code for G-Code Cycle time estimation

    I use fanuc format programs. Not sure how big program you may need for sampling. Do let me know

    - - - Updated - - -



    This is something i want to do offline and not on the controller....
  21. Re: FOCAS2 with 31i controler want to capture info

    I have used FOCAS2 for capturing information but what you are asking for will require use of Custom macro combined with FOCAS2 functions.

    To capture time and date of a program start, you need to...
  22. Replies
    15
    Views
    4,180

    Re: suppressing buffering

    My statement is as below.

    G53
    #592 = 10
    N10 G01 X... Y...

    Where am i supposed to put the EOB's ?

    Am i also supposed to remove the G53 which stops buffering of blocks altogether after G53...
  23. Replies
    15
    Views
    4,180

    Re: suppressing buffering

    I have been looking around to sort out the same problem of preventing buffering while executing macro statements. In my case, I post process the NC programs such that I assign a line number to the...
  24. Re: Comparing "DATA EMPTY" Value in Macro Variable ?

    On my machines it is not true and I have tried on 4 machines before I gave up. Actual value of Zero in the variable returns true but undefined returns False. Undefined is actually "Nul" character and...
  25. Comparing "DATA EMPTY" Value in Macro Variable ?

    I' am facing a problem WRT Custom Macro programming on Fanuc. Below is a line where I want to execute a conditional statement.

    IF [#147 EQ 0] GOTO 1

    In this case, if the value #147 shows "DATA...
  26. Replies
    8
    Views
    2,799

    Re: PMC write with NC Program

    My case is mentioned below.

    Using Focas I' am monitoring idle time to get a proper picture of OEE. There are Idle codes for which M codes have been made and these Idle codes can also be activated...
  27. Replies
    8
    Views
    2,799

    Re: PMC write with NC Program

    Thanks, got the picture :)

    The problem is that I' am not very conversant with Ladder programming and moreover I' am also not very comfortable getting the ladder edited by a third party as then for...
  28. Replies
    8
    Views
    2,799

    Re: PMC write with NC Program

    Do you mean to say that I have to make changes in ladder to have F54.0 write to R7000.0 ? In that case, I need to write 2 bits ( Bit 0 and Bit 2), Is this a possibility ?

    My machines are OiMD,...
  29. Replies
    8
    Views
    2,799

    PMC write with NC Program

    Is anyone aware of any method using which A PMC parameter can be written through a NC Program ?

    I want to write to R7000.0 and R7000.2 which I' am using in the ladder for generating an alarm in...
  30. Replies
    5
    Views
    2,965

    Re: Fanuc 0i MD - 9000 series program

    Try using G52 L10
    Eg.
    G52 L10
    N3202 R00010000
    G11

    I' am assuming here that you are only interested in enabling Bit 4. In case you want to enable any other bit, substitute the 0 with 1 in the R...
Results 1 to 30 of 159
Page 1 of 6 1 2 3 4