navillusi

MrPLC Member
  • Content count

    206
  • Joined

  • Last visited

Everything posted by navillusi

  1. Melsec- K Help

    The programming software you need is Melsed Medoc version 3.11, the other versions don't seem to include the K series Manuals can be found on t'internet, I had a quick look at www.meau.com and found plenty http://www.meau.com/eprise/main/sites/publ...070&ManualType=
  2. Heres one I did some time ago as a test examle, pretty basic but it did the job! Apologies for the lack of comments! GSM.RSS
  3. Melsec- K Help

    The K Series CPU has been obsolete for many years now (in europe) The one K series that we have, I had to get Mitsubishi Electric out to site as there is only one inteface adapter available in the UK and that belongs to Mitsubishi. My advice is that you contact your local Mitsubishi office for help...
  4. I have a modification to do to an existing AB system. There are approx 10 PLCs (CLX and SLC) connected on a DH+ network, which are communicating with each other and a top end SCADA system which communicates with all of them (again using the DH+ network) I have to add another PLC which is designed to collect alarm data from all of the PLC's, again using the DH+ network Is there any methods, or software available which can analyse the traffic on the DH+ network to ensure that there is enough space for me to add these 20+ extra message instructions? The last thing I want to do is cause the network to fail Regards
  5. MITSUBISHI AJ71E71 ETHERNET COMMUNICATION

    The ethernet card needs to be considered as a Melsecnet card, i.e. the station number, network number and group number are important for it to communicate with a GX Developer connection correctly. You must set up the card to a particular station number e.g. 1 When you do the transfer setup of your PC you must give yourself a "Melsecnet" station number in the PC side I/F which is unique to your network, in this instance you could use "2"
  6. Why do I get this error message

    You have the Device Memory oprion ticked in the download selection. You need to have set up a valid range of devices to download in the device data tab
  7. A8GT-70 GOT

    The A8 GOT series are programmed using the A8GOTP software Part number SW3NIW-A8GOTP I use version 20N
  8. GX Developer to prog Fx1N

    Yes, timers can be dynamic, replace the K (decimal constant) with a device location such as a "D" register. i.e. -----(T10 D100)
  9. PANELVIEW 550

    What is the DH485 node number of the panelview? Does this conflict with the PLC or your PIC box addresses. Is the network speed set to the same on all devices? You can check on the panelview by pressing the left & right arrow keys together and select communication setup Is the error 40 displayed when the application has loaded or before?
  10. AB transfer problem

    Is there an Eprom fitted to the PLC which is set to restore the program after power cycle?
  11. Mitsubishi Newbie Question

    Yes and No! You can test the PLC logic by using GX Simulator which is an add on component of GX/GXIEC Developer, often referred to as Ladder Logic Test in the menu structure. As for the E700, the only way to test it is on the terminal, I do not know of a simulator for Beijers terminals. If you were using the latest model HMI's (the E1000 series) there is a test run / simulation package in-built within e-designer
  12. Yes, that addressing is correct for slot 1. For inputs you have I:1.0/0 thru I:1.245/15 for outputs you have O:1.0/0 thru O:1.181/15 When you configure the SDN in RSNetworx, on the module tab you select the slot in which the SDN sits, when you do the Input and Output mapping, the Micrologix address is displayed on the left hand side of the bit field display.
  13. AB COMMUNICATION 1747-PIC

    If RSLinx thinks that you are still using the driver, it will not let you delete it. Close all rockwell applications apart from Linx, make sure that the driver you want to delete is not selected and browsing in the RSWho window (again, cannot delete if it's in use), i.e. click on another driver or close the RSWho window. Go to Configure drivers and delete the PIC Dont just assume your PIC unit is faulty, have you another processor you could try it on? I was on a site yesterday replacing a load of AIC's after a lightning strike and on one of the processors it had killed the DH485 port, everything else was ok.
  14. Mitsubishi extention block i/o's

    The Fx0n 24 has 14 inputs and 10 outputs, inputs are X0 thru X15 and Y0 thru Y13, two bytes of I/O have been used. When an extension block is fitted, the IO continues from the next available IO byte, thus the outputs on your block will start at Y20 (Y20 thru Y47)
  15. Mitsubishi EDesigner Software

    The E-Designer software must be purchased, try contacting your local Mitsubishi distributor. If you only need to make a small modification, you can do that via the keypad in PROG mode without the need for any software To switch from RUN to PROG mode in run time: Press then backspace arrow key [←] and MAIN
  16. R in PLC

    "R" is a file register used with the Q series CPU, 16 bit data word, up to 1018k points depending upon size of processor and memory card
  17. Timer

    In GPPW there are no TT or EN bits, if you need them you need to write code to substitute them e.g. X0 ---] [-----------(T1 K100) | |----------(M0) M0 T1 ---] [----]/[---------(M1) Thus M0 becomes EN and M1 becomes TT
  18. Texas Instruments TI505

    I have come across two old Texas TI505 PLC's which I need to back up with a view to replacing, I believe that the required software is called TISoft and/or Software Workshop. Is this correct and is the software (which I believe is quite old) available for free (download) or is it still available to purchase? Also, what is the pin configuration to manufacture a serial comms lead?
  19. Help needed with getting value from analog card

    The FROM instruction must be used in your program to move the analog value from the buffer memory of the card into the CPU For instance, if your analog card e.g. a FX4AD is the first special card connected to the plc (K0), and the analog is connected to channel 1 (K9) and you want the value to appear in D10, the instruction would be: ----[FROM K0 K9 D10 K1]---- The buffer memory can be monitored directly using GX developer with the "Buffer Memory Monitor" function. Attached is the FXAD manual Hope this helps FX4AD.PDF
  20. Mitsubishi A2N series

    Any OPC driver using the A series protocol. You have a choice of connection methods, Serial to CPU or C24 card or Ethernet to Ethernet card are the most usual. Mitsubishi do the MCS OPC driver which will do all of their PLC's Others that are available would include Kepware or Beijers, there are lots available on the market.
  21. Remote Monitoring

    Looks like you have a sound suggestion there, what you have listed will work, dont worry about 1:n connections in this instance, this is where you have one PLC communicating with more than one PLC. In your case I think that 1:1 is fine, but look in your documentation for the "gx developer" connection. this is the usual one to use.
  22. IEC Developer Memory Problem

    IEC Developer V5 did have several "features" such as memory leaks (when you used it all day) and the frequent crashing when compiling. Versions 6.0, 6.01 or 6.10 do not appear to have any of the problems featured with v5, so the simplest (though most expensive) soulution would be to upgrade to the current version
  23. Automatic update of changed FB in GX-IEC

    In short, No, there is no way to auto update function blocks. The function blocks only need updating manually if there is significant change to the structure of the block, i.e. a pin is added or removed. If you change the internal code within the block and leave the outside unchanged, the block will auto update next time you compile. The tip is to always add enough pins before you add the blocks to your project!
  24. Ethernet on SLC 5/03

    The NET-ENI module works well, but so long as you are not using the DF1 port for anything else, i.e. an HMI. We have recently installed several Ethernet Modules for the SLC for connecting them to SCADA over ethernet. The module was from Prosoft Technology - an MVI46-DFNT, which sits in an empty slot. I believe that they are more expensive than the NET-ENI but they are a good option
  25. GX developer 8

    Version 8 of GX Dev includes support for all the new processors, i.e. In V7 you could not do Floating point instructions for the Q00j, but in V8 you can. Other features include structured text programming. If you are not using any of the newer processors then it's probably not worth upgrading.