587,836 active members*
5,308 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > System Variables for Interface Signals
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    2517
    Quote Originally Posted by JMS4287 View Post
    Hello all, I'm trying to figure out how to read a pmc address from a program on a 21iTB control..from looking through the operator's manual I think variables #1000-#1015 & #1032 are for this, but I'm not sure how it works...It says for detailed info refer to connections manual B-62523EN-1, which of course I don't have and can't find anywhere...Does anybody know how to do this...I'm trying to read to state of G1217.0 or relay R0031.0...Thanks.
    the correct number is B-63523.......

    FANUC Series 16i/160i/160is-MODEL B
    FANUC Series 18i/180i/180is-MODEL B
    FANUC Series 21i/210i/210is-MODEL B
    FANUC Series 20i-MODEL B

    CONNECTION MANUAL (FUNCTION)
    B-63523EN-1/03


    it's 2258 pages!

  2. #2
    Join Date
    Jul 2006
    Posts
    65

    Smile Thanks

    Thanks MysticMonkey, That looks like everything I need...time to have some fun playing with the ladder...

    Fordav11, your right...I typed it wrong..that's probably why I couldn't find it anywhere...

  3. #3
    Join Date
    Jan 2010
    Posts
    33

    Thumbs up

    I need to bring this topic to life, I getting mad with this stuff over here, do you guys now whatever reason why #1000 doesn't have its state changed by setting g54.0 to 1 over PMC exactly how it's showed on bellow replies?

    On PMC:
    X12.4-------------g54.0
    --||----------------O--

    On CNC:
    WHILE[#1000EQ0]DO1
    G98G01W0.050F100
    END1
    G99

    The #1000 never changes even when g54.0 became 1.

    Please Help me

  4. #4
    Join Date
    Feb 2007
    Posts
    314
    What is your control , are you sure that G54.0 is UI0?

  5. #5
    Join Date
    Jul 2010
    Posts
    118
    Hi,
    test to do
    #500=#1000,if you get a 1 in #500, then you experience a buffering condition.

    if not, you don't have macro B.

    to solve the buffer problem, insert a line with a "G4x0.1" before the END statement.

  6. #6
    Join Date
    Jan 2010
    Posts
    33
    Hallo Norbert,

    In fact I already tried this, and more, I tried to start the program with the g54.0 already 1 by starting the program with the machine over the switch.

    About Macro B, I have it, at least par 9933#1=1 and all macro functions works fine.

    I worked around the problem by using maths and storing the last requested ram bar position on a variable #500 (that will be kept even when the control is down) in this way I'll everytime know where the switch is except if the machine coordinate system changes, that is not usual once I have absolute pulse coders at the machine axes. It works well, but I'm still intricate about why #1000 doesn't became 1.

    Thank you,
    Eduardo

  7. #7
    Join Date
    Jul 2010
    Posts
    118
    Hallo Eduardo,

    did you check if G54.0 on the pmc>status screen show 1 ?

    when an adress written too at more than one place, the ladders screen is then misleading.

  8. #8
    Join Date
    Mar 2009
    Posts
    1

    Re: System Variables for Interface Signals

    Quote Originally Posted by ecapatto View Post
    I need to bring this topic to life, I getting mad with this stuff over here, do you guys now whatever reason why #1000 doesn't have its state changed by setting g54.0 to 1 over PMC exactly how it's showed on bellow replies?

    On PMC:
    X12.4-------------g54.0
    --||----------------O--

    On CNC:
    WHILE[#1000EQ0]DO1
    G98G01W0.050F100
    END1
    G99

    The #1000 never changes even when g54.0 became 1.

    Please Help me
    I had the same issue and got around it by placing an M1 before the statement.

Similar Threads

  1. System variables
    By dinglekiller in forum Parametric Programing
    Replies: 6
    Last Post: 10-15-2012, 09:14 AM
  2. System Variables
    By zooloader in forum Mori Seiki lathes
    Replies: 3
    Last Post: 08-02-2012, 03:53 AM
  3. System Variables???
    By springer82 in forum NCPlot G-Code editor / backplotter
    Replies: 3
    Last Post: 03-12-2011, 07:39 PM
  4. System variables
    By cncwhiz in forum Fanuc
    Replies: 6
    Last Post: 01-18-2008, 05:27 AM
  5. System variables
    By jorgehrr in forum G-Code Programing
    Replies: 8
    Last Post: 02-19-2007, 02:26 AM

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
  •