Search the Community

Showing results for tags 'qplc'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 3 results

  1. Hi! We have a GOT2000 HMI with a Q06UDVCPU system. During an investigation, I found that the address on the HMI (for example D10120) and the address in the PLC (D10020) are different. The value is the same, it appeared instantly during monitoring, but when I searched for it, didn't find it (I couldn't find the D10120 in GxWorks2, and couldn't find D10020 in GtDesigner3). The HMI's address is 100 higher. I never saw anything like that. Where is this difference can be set? Knowing this, I can navigate in the program..it's just annoying.
  2. Error code: 4140

    Hallo. Recently ive got an error i haven't seen before. Error 4140 im using GX IEC developer  CPU is Q06UDEH I cannot figure out why the error happens.  When show the location to the step where the error occurs it makes no sense. The specific area has only got simple bool operations. When trying to recompile the entire project. The error "moved" to another location in the program. At this step there was a lot of float operations. When monitoring one of the variable value was NAN. I could not find anything about NAN in the manuals. But google stated it could mean not a number, which makes sense when reading the error description. I know it impossible to help me with my specific problem, when i cant really tell where or why the problem happens. But im pretty sure it has to do with me using float operations wrong. Ive tried to do a simple test program just to see if i could provoke the error, but no luck. How can i make a number go out of range, make it unnormal, nonnumeric or even infinite? Maybe someone could give me a simple example how to provoke this error, which might help me on my search in my own program. Thanks. Below is a screen-dump from the manual on this error.
  3. Hello, If anyone had to do with GSM Module using with Mitsubishi Q PLC? I'm looking for a simple example of ladder program to send a error code via SMS. E.g. error M100 (internal variable in PLC) appeared - send M100 by SMS to phone number 123456789. If someone can help me? Thank you in advance.