Jump to content
OMRON Forums

kash

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by kash

  1. I have followed your suggested steps, but I still get no interrupts.

    I can confirm that the "Enable Interrupts" check box is checked, and that the terminal is set to view interrupts.

     

    I am now trying with a plc that should fire IR6, but when I use it, I get nothing.

     

    ; IR6 setup
    M213->X:$78403,9,1 ; CTRL1 direction register
    M4123->X:$78407,9,1 ; CTRL1 sense inversion control
    
    M213 = 1 ; Set CTRL1 as output
    
    open plc6 clear
    
    ; Trigger IR6 interrupt
    M4123=1
    M4123=0
    
    displc6
    
    close
    

×
×
  • Create New...