PLC_007_BOND

MrPLC Member
  • Content count

    38
  • Joined

  • Last visited

Everything posted by PLC_007_BOND

  1. INTERFACING MITSUBISHI Q SERIES PLC TO PARKER PC INTERACTX HMI

    thanks crossbow and kaare_t for your help now i have lot of work to do of data entry
  2. Mitsubishi GX Work2 Program Compile Error

    hi crossbow i mean to say i have defined all my lables globally. But whenever i right click on any contact in my POU it only gives me location of that variable in Global labels window and not the instances where i have used it.
  3. INTERFACING MITSUBISHI Q SERIES PLC TO PARKER PC INTERACTX HMI

    thanx kaare_t i got ur point but i was just looking for simpler and time saving option which will reduce my development time and brain work similar to Rockwell access labels directly irrespective of their memory addresses. have u used parker pc interactX software any time?
  4. INTERFACING MITSUBISHI Q SERIES PLC TO PARKER PC INTERACTX HMI

    hi i have imported all system labels into gloabal labels. then also i will hav to do this? have u got any idea abt parker PC InteractX software? Is any OPC server that could access these labels directly?
  5. Mitsubishi GX Work2 Program Compile Error

    can you help in finding out Cross references of my global variables? If i right click on label there is option for cross reference but currently i only get cross reference showing the variable in global labels ESPECIALLY WITH ST PROGRAMS
  6. Mitsubishi GX Work2 Program Compile Error

    Hi, Please find an attachment of my project
  7. Mitsubishi GX Work2 Program Compile Error

    THANX kaare_t FOR YOUR HELP I HV FOUND THE REASON FOR THE ERROR IT IS IN TOP INSTRUCTION THAT I WAS PASSING DIRECTLY k200000 INSTEAD THERE I SHOULD USE THE DATA REGISTER
  8. Mitsubishi GX Work2 Program Compile Error

    okay n thanx can this be problem because i m using demo version? any other mistake in my project that you want to figure out. that will be really helpful!!!
  9. Mitsubishi GX Work2 Program Compile Error

    m100 to m138 d100 to d250 d2500 to d2610 d4000 to d4010
  10. Mitsubishi GX Work2 Program Compile Error

    i have used some direct memory addresses since the TO/FROM instruction do not accept my labels. but they are not used in other places i.e. dublication
  11. Mitsubishi GX Work2 Program Compile Error

    hi but i am not accessing the device memory directly. I have used system labels and all system label are registered in Mel-soft Navigator. I have address registered for my label. i have attached snapshot . please check it what is the error no u r getting?
  12. Mitsubishi GX Work2 Program Compile Error

    yes i am sure of this. i am using ST BOX in my ladder function. Whenever I click on this error it points out to one of the ELSE statement from IF..THEN...ELSE...END_IF; statement. No manual has got this error code F0160. Every time it points out to same ST Box and even If i create new program and paste same logic there then also it gives me same error. Is there any limitation on memory occupied by program files or no of program files in a single project? I have used auto device/label assignment option in Gx Works2. My program file size is 9772 steps without this ST BOX. If i delete this box the logic works fine and there is no error. I have already have 47 routines in my project. and 3 more routines needs to be created for various application requirements. this is the biggest routine in my project. no other routine has memory more than 5000 steps.
  13. Mitsubishi GX Work2 Program Compile Error

    Device.bmp