603,958 active members*
4,178 visitors online*
Register for free
Login

Thread: Flashing bit

Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    25

    Flashing bit

    Hi, I am learning how to use our LADDER III software. I am writting a small program and I need a .5s flashing bit. Where would I find this 0.5second flash bit for Fanuc. Also, how to you set the preset time of a timer? For example I am using a SUB 3 timer. :rainfro:

  2. #2
    Join Date
    Dec 2006
    Posts
    84
    Sub3 timers are set in the PMCPRM page under TMR. Sub24 timers are "fixed" timers in the sense that you have to physically edit the ladder to change the timers preset.

    If you're trying to get a bit to flash to do something like a red stack light flash you can do whatever bit you're using to activate the output and run it through a timer, and have the output reset its self. It would look something like this.

    Flashon--SLRED------------------------------ SLRED
    I I--------I/I----------Sub3 TMR1---------------O



    I had to put the dashes between my comments because the post kept auto formatting to the left margin.

  3. #3
    Join Date
    Dec 2006
    Posts
    84
    My example is wrong. That would essentially turn the stack light on for about a milisecond, and then shut it off for the timer's preset. The correct way would be

    Flashon-------SLRESET-------------SLRED
    ---I I-----------I/I-----SUB3 TMR1---O---This line is the amount of off time.

    SLRED--------------------------SLRESET
    --I I----------Sub3TMR2-------------O---This line is the amount of on time.

  4. #4
    Join Date
    Nov 2006
    Posts
    175
    R9091.0 LOG0 always 0
    R9091.1 LOG1 always 1
    R9091.5 CLK02S clock 200ms period
    R9091.6 CLK1S clock 1s period
    ready made clocks are provided also

Posting Permissions

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