Abdul Wajid

MrPLC Member
  • Content count

    76
  • Joined

  • Last visited

Community Reputation

4 Neutral

About Abdul Wajid

  • Rank
    Sparky

Profile Information

  • Country Saudi Arabia

Recent Profile Visitors

3404 profile views
  1. Hello Folks I received an error whenever i start programming for SCL in both program section Main OB & FB, can't able to type 'IF' keyword initially and my software gets freeze and received an error message that i have to close the software deliberately. It seems like SCL isn't possible in my software. Can i get any solution for it ? I am using TIA portal V16 Thanks
  2. Multiple branches in a single network

    Thanks guys for the good response... I never thought of adding P_On
  3. Hello Folks Is it possible to add multiple branches in a single network or rung independent of one another in CX- Programmer? It's showing error, but this is possible in Siemens TIA portal & Delta ISP software.   Thanks
  4. Math Floating Point numbers without Registers

    Thanks for the further info Mr. Suresh...
  5. Math Floating Point numbers without Registers

    Thanks Mr. Chelton, that was my silly mistake which i wasn 't aware of....  This seems little bit complex, takes quite more time to understand & re-program for new omron programmer
  6. Math Floating Point numbers without Registers

    Thanks Mr. Suresh for the info.... But it seems little bit different than sysmac studio which we can directly enter the floating no. by typing REAL#50.00 and so on.... in the function & FB.  
  7. Hi Folks..... In Maths instructions (divisor, multiplier word.....so on),  Is there any way to directly enter the Floating point no. without any register unlike Integers? Have to avoid entering any error value in the float register if PLC switch OFF for more than required time without battery. Thanks
  8. CX- Integrator and Network Configurator

    Thanks Michael for response..... One more thing regarding CX- ConfiguratorFDT which is used for Profibus configuration. Related to networking, Is CX- Configurator has any combination of both Cx-integrator & Network configurator which seems by the name of the software? Thanks
  9. Hi..... Can anyone tell the exact difference between the CX-Integrator and Network Configurator, if possible with an example? Can we use it alternatively for any application? Thanks
  10. C200HE Backup

    It's not possible for PLC which is Running the process, PLC would stop while transferring the program from PLC. We have to use backup tool if stopping the PLC would create any issue in the process. Clarify if there is any other option without Stopping the running process. Pardon me if i am wrong.
  11. Forum problems

    Chelton..... I also can't able to login, tag, & so on..... Seems like same issues going on for every users
  12. Omron PID

    Try to use BSET initially & also try to set PID parameter registers with BSET. You program should scan BSET instructions before the PID parameter register. Hope it may help
  13. Stepper/Servo Pulse Latching

    Also i tried with the PLS2 but it gives the same result for me as PULS/SPED.   Thanks
  14. Stepper/Servo Pulse Latching

    A280.05 not getting OFF even after the issue of ORG command. Can't able to run PULS in absolute mode & not able to enter the any negative value in the register to establish the origin. It would be better if i get a sample program for linking the ORG command with absolute PULS. Thanks
  15. Stepper/Servo Pulse Latching

    Yes.... I execute the ORG command initially but it can't able to activate At Origin Flag (A280.04) & entered the same data for absolute in D110 & D107 as entered in relative mode for PULS & SPED (D100 & D105)  Is there any PLC setting Or any other instruction setting to define the Origin point? When I activates external inputs A540.08 & A540.09 (not mentioned in above attached prog) then motor would  rotate CW & CCW in continuous mode with ORG instruction and shows the status for pulse for Origin in A280.07, but unable to activate A280.04 Origin flag.   Thanks