dunc

MrPLC Member
  • Content count

    141
  • Joined

  • Last visited

Everything posted by dunc

  1. gx developer/gx works

    they can be downloaded from the mitsibishi automation website, but you will only get a trail version unless you buy a licence.
  2. Edesigner project to Beijer HMI?

    Hi, i had a play around with it and managed to work out how to convert between the 2. like you said, its just the first bit of the first line once you open it as a text file ;) we had the original file and the information designer demo would open it and allow changes, but could send any changes :( my only gripe was that i didnt want to pay for a piece of software for a single screen that is on an ageing bit of plant. we have e-designer and was hoping i could convert, make the change and then upload via e-designer, but alas! thanks for the mail message. will see how i get on :)   regards Duncan
  3. i have an E-designer project which i would like up upload to the equivalent beijer HMI. the beijer screen is an Exter T150   has anyone tried this? will it work? i dont really want to purchase the information designer software as we only have 1 beijer screen in the factory and it is on an oldish bit of kit. alternatively, replacing it with an E series isn't cost effective.   any advice would be appreciated.
  4. E1151 New Display Register

    i had a similar issue a little while back and nightfly is spot on. take that approach and it will work perfectly :)
  5. Configuring Two PLC to communicate over ETH

    i tried it using GX developer and it was unreliable at best. i had troubles re-establishing connections if they dropped out.   if you are using GX works i would just go with using the FB's as above unless you are using a simple project type?
  6. SD registers?

    cant seem to find much info on this? i know a lot of the SD registers are for system related functions, but i believe there are some user settable ones? we have a piece of software using SD270 to store a totaliser figure. this is then copied to D270. is there any reason for doing it this way? are SD registers retentive when the power is cycled? could someone please explain?   thanks Duncan
  7. SD registers?

    So the moral of the story is, I should slap the programmer who wrote this bit of code! It is a relatively newly installed  piece of plant and I got complaints of counters resetting when we had any power outages. Thanks for clearing that up
  8. SD registers?

    it is a Q03UDE
  9. SD registers?

    i have attached the piece of code which should hopefully make more sense. thanks Duncan
  10. Qseries operational error

    the error is due to interference. an invalid character is causing the error. We have replaced the cable and run it a different route and this made no difference.   i didnt know if there is a way to account for invalid characters in the code to stop the issue from happening?
  11. Qseries operational error

    i have a re-occuring operational error which is bringing on the error LED on the CPU. i have attached the section of code that is causing the issue. every now and then, we get an invalid ASCII character which causes an error in the conversion. does anyone have any ideas on how i can error check the ASCII code to account for the erroneous figures that come through? we have tried replacing the cable and made off the screen at one end to try and stop any interference, but this made next to no difference.   many thanks Duncan
  12. Mitsubishi Q PLC + GSM MIM G10

    this is a bit of code that was used in one of our Mitsubishi Q PLC systems for sending out text messages via rs232 serial to a GSM modem. hopefully it should give you a starting point.   thanks Duncan setup text message.zip
  13. it has been a little while since I have done any real E series terminal work, but one of our systems has a set number of recipes available 1-9 I think. you set the values on one page for all the different amounts and then you just select the recipe number you wish to use and load it to use those values in the process. hope that makes sense?
  14. thanks for your help. think i have just about cracked it. i can now uplug the ethernet cable/reset either plc and the connection will re-establish no problem. just need to neaten it up a bit and it should be good to go.
  15. have been trying to get communication between 2 PLCs to transfer a data register. we have a Q01U with a QJ71E71-100 and I want to send a single data register to a Q02(H) with a QJ71E71-100 I have managed to get things working in a really basic program, the data is transferred ok. the issue I have is when I get a fault. I am not sure how to deal with it as it brings up a comm fault on the card and it doesn't appear very simple to restart the communications. the only way I can clear it is to stop writing to the send/receive buffer. close the connection. reset the comm error and then open the connection and restart the send/receive. even when I do this manually it isn't 100% and doesn't always work first time. please see attached of both programs. I just need a way to account for any faults with the connection. can anyone help me out? thankyou
  16. Unable to connect to A series PLC - A1SH

    our company laptop is the other way round. the inbuilt serial port is spot on, but the usb to serialport adapter is iffy. I would try and download the free xpmode virtual machine and give that a go. do you have any random powersave settings that put communications ports to sleep or something strange like that? any programs running in the background that are interfering?
  17. PID control in Mitsubishi PLC

    on A seires we have used external loop controllers to save trying to use the PID instructions. Q series for basic PID isn't bad at all.
  18. Mitsubishi VFD FR-700 Freq Drive

    J Ross is correct. you didn't need to use the extra relays if you use the PC terminal to the output card. if you start using random 24v supplies you wont do the drive any good. there is no problem with the way you have done it. some of our equipment is wired like that as we have used existing prewired output cards which are often 110vac. whether you use sink or source logic, the rules are the same.
  19. PID control in Mitsubishi PLC

    if its older A series, then its a little more complicated than Q series, but not too bad. Q series is pretty easy if you follow the manual.
  20. Mitsubishi VFD FR-700 Freq Drive

    either use source or sink logic, set the jumper correctly, then use the PLC to drive relays for whatever you want the vsd to do. (PC) is the 24v common terminal. if you used a relay output card on your plc you could drive all the outputs from that, using the PC terminal as your 24v supply to the relays on the card. for a simple stop start 3 speed setup using source logic you need to have a switch between 'pc' and the speed you require ('rh', 'rm, 'rl). you will also need to either link 'pc' and 'stf' or have this switchable too if you are running both directions. if you connect an analogue output from your plc to terminals 4+5 you can use that as a variable speed control. hopefully that makes some sense?
  21. GX IEC Developer 7.04 connecting problem

    if you use the cheaper non genuine cables, these can have connection problems. even though it is expensive, the reliability of the genuine SC-09 cable is far better.
  22. Problem reading analog output value from Q64AD

    even if D12 was being written to elsewhere it wouldn't effect D11. however, D11 could be written to elsewhere perhaps? I have just compared your program to a working one and the digital inputs on that card are the same. the code to retrieve the analogue value looks the same, other than we use K11 instead of H0B. im not sure what else to suggest. im sure you have done this already, but have you done a plc reset since fitting and setting up the card? have you set up the card correctly in the plc parameters?
  23. Unable to open GXW File

    may seem stupid but have you tried just double clicking the file to open it rather than trying to open it within gxworks? I have had a similar problem where it wouldn't see the file in gxworks, but would open it up ok if I just double clicked the file from the desktop.
  24. thanks for the info. managed to open it but after compiling has loads of errors that need working through to get it to compile correctly. will have to tell the project engineer he should have specced the job correctly in the first place.
  25. is this possible and if so, how would I go about it? thanks Duncan