Search the Community

Showing results for tags 'memory'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 44 results

  1. Hi Everyone,I have a customer that needs a CQM1H (CPU51) replaced. They purchased the processor new-old-stock from a source they found online. It arrived in the original packaging and had the safety label around the top of the unit, so it seems that it is as advertised and no need to suspect that it would have problems. I purchased secondhand, a power supply to attach to it and program it from the bench instead of in the machine. The customer also provided me with an SD card containing the project file(s) for the machine. I am able to load the project in CX-ONE (running on Win 7) just fine. My computer has a native serial port (COM1) and I built a programming cable to work with the DB9 peripheral port according to a diagram I found online.The processor powers up right away with the ERR/ALM continuously on. No other LEDs came on initially, and after a bit of playing around with communications settings, I finally landed the right protocol and my computer seemed to identify the processor correctly. I compiled the source and attempted a transfer to the PLC. I got some failed message (or maybe messages) at the end of the transfer. It did seem to send all of the binary code, it just ended with an error message that I unfortunately didn't write down or grab a screenshot.Anyway, what I have now is a PLC processor with the ERR/ALM LED on always, I've never seen it in RUN mode, and now after the programming attempt, I'm seeing the COMM LED strobing at about a .5sec frequency (with or without a cable attached to the peripheral port), AND I cannot get CX-Programmer to again acknowledge the processor anymore. I'd like to reset this back to the way it arrived to me, but can't figure out how to make that happen offline. The DIP switches don't seem to cause that effect. I should say also that the DIP switch settings are all OFF except 3 and 7.Any help is much appreciated!Thanks,John  
  2. Searching the forum did not provide me with any useful results. If there is another post with an answer, my apologies. I had ran into an issue with a 1769-L32E processor running out of memory a couple of times. Is there any software or easy ways to analyze an entire RSLogix 5000 project and show how much memory programs, routines, UDTs, AOIs, etc. are using?  Ideally I would like to be able to find what components of the project is taking up so much memory quickly since our company standard is to use UDTs and there is a lot to look through. Thank you!
  3. Memory Data in FX3S

    Greetings Can someone tell me about a memory that saves the data even when the machine is turn off? I need one for a speed pulse for a driver and all the memorys that I used where not saving the data. The PLC is an FX3S-MT32
  4. I have a 1747-L30B SLC Brick and it is set to load from EEPROM on boot S:5/8, Error S:1/10, and Run S:1/12. I need to make changes to the program and then store it to EEPROM via "Comms>EEPROM>Store to EEPROM."  When I attempt to store the program with changes, it displays the message "Insufficient Memory Module Size." I assumed the EEPROM memory was maxed out, but I also uploaded the existing program currently stored to EEPROM, made no changes, and attempted storing it back to EEPROM and received the same message. Any advice?
  5. Hi, Currently Im working on R08CPU using GX Works3 1.066U and I installed a 16GB SD memory card. Where can I find the tool to format the SD card in GX Works3 ?   
  6. Memory registers on KINCO PLC

    Hello to everyone. I hope you are doing well. I have a KINCO PLC HP043-20DT. I'm communicating through free-protocol instructions XMT and RCV. The manual states that memory registers SMB86, SMB186 and SMB286 contain information about the state of the reception instruction. I would like to ask if any of you know of the existence of an analog register but with respect to the transmission instruction, instead of the reception. The manual does not indicate it and I could not find any information online. I've sended an email to the manufacturer but, until now, I have not receive any answer. Otherwise, how could I search for this information? I tried through the manual providede by the manufacturer, but maybe there is other way. I would appreciate any information. Thank you so much. Kind regards.
  7. Hello all, I have a L82 having ethernet connection with 3 HAAS CNCs and other ethernet device. The ethernet card EN2T is at 19% capacity. But my Controller MESSAGE CORE is at 100%. How do it get it down so that we can have faster and better communication ?    I have attached the picture of the Tasks:   
  8. Hello! Is there any possibility to connect a Mitsubishi PLC to a program like Siemens Plant Simulation? With Siemens PLC I can do it through OPC UA protocol, or Shared Memory with SIMIT, or stuff like that. But I would need to do it also with Mitsubishi PLC. Can I use for example OPC Server? I couldn't find out, if Mitsubishi PLC-s have that function built-in. (I have a L02 and a FX3S COU, either of them would be great.) Thank you!
  9. CJ1G-CPU42H BACKUP

    Hi,  I have CJ1G-CPU42H plc, when I try to backup the program it just fails at step 6 as indicated in the attachment, 6- plc memory  ##error aborted ##
  10. Logo mem card

    Hello,      i have one questions. Is possible upload program from  SIEMENS LOGO MEMORY BATTERY CARD ? If is possible ... how?    Thank you for your help.       Regards Beny
  11. Hello all, I need to read device memory mostly I need to read R registers from PLC L26. I read device data, but inside of table, I can't find R or ZR registers. Can you help me?  What I did wrong?   BR KS  
  12. GOT 2000 Buil-in Memory exceeding

    Hello Everyone I have an issue with a  Got 2000, im updating and adding some screens in  a old  HMI application with size was about 47 MB,  as im still updating i wanted to test the application  which now sizes about 52 MBbut is not possible due to the shortage of  ROM and RAM, what can I do in this case as the application must be in the built-in Flash memory which is very limited?   Thank you in advance
  13. Lacthed Memory Turned Off?

    Hi guys. I'm experiencing a latched memory turned off even all of the contact is still on and trigger the coil. Anyone familiar with this? Thanks!
  14. Thought I'd share an experience I had earlier today working on a (limited memory) L61 Rockwell processor. I knew there was very little room left in the memory but needed to add some functionality and decided to give it a try anyway. I couldn't take the machine down to make a download so made a number of online edits, successfully accepting and finalizing after each edit. Got down to the last four edits which required zeroing a tag of type REAL. The instructions were on four separate rungs. Hoping to save time (and all previous edits were successful), I added the four MOV instructions (MOV 0 into TAG) and pressed the "finalize" button. I was caught quite off-guard when the process failed: insufficient memory. AAAAGGGGHHHH!!!! So close! I tried to remove some logic to free enough memory to add the required instructions. Nope. Rockwell was not going to negotiate. That left me in a position where I thought I was going to have to take the machine down and do, hopefully, a download that would push the processor memory to the limit but be accepted without any hiccups. But before I did that I had a fortuitous thought. I F1'd the MOV instruction and hoped to find a complete explanation of the instruction, including timing diagrams, execution time, memory requirements, etc. Oh wait - that's Siemens. GROAN. Curious and desperate, I replaced each MOV instruction in my edited code (I'd estimate somewhere around 20 instances or slightly more) with the CLR instruction - including the four additional instances I needed. And finalized the edits with bated breath. To my utter surprise (again!) the edits were finalized without overrunning the memory. A MOV instruction requires memory for both the source and destination. Since I was only clearing a memory I didn't need to reserve memory for the source. Using a CLR instruction implies "0" (zero) for the source but requires no memory for the source value. Hence the efficiency. Obviously, this story would have a different ending if I had been trying to move some value other than zero into a destination tag. I offer my experience as a lesson if you ever need to streamline some code to fit existing memory space. I also would like to know if there are any downsides to what I've done. Have i overlooked any potential pitfalls? Thanks in advance for the advice.
  15. Hello, I'm trying to use Mitsubishi GX Works 3 version 1 for the first time and get a 'memory is insufficient' error window when I try to open/start a new project or if I try to open a PLC project a co-worker made. I am using Windows 10/64-bit, company we purchased the software from says they are using it on windows 10 without issue. I get the error with no other programs running, have 6 GB RAM, and have 90% hard drive space available. I have monitored Task Manager while opening a file, RAM usage seems fine, and have tried opening with "Run as storminess".  I have tried uninstalling the program using the window "uninstall or change a program" - is the a different way to uninstall this program that will wipe it more completely? The install CD has Disk1, Disk2, Disk3(DocFX) sub folder , Support folders - I ran the .exe file from all 3. Does anyone have any suggestions? I am able to open an HMI project in GT works 3 without issue. I attached a screen shot of the error. Thanks so much!!
  16. Folks, we have a set of Mitsubishi Q12PRHCPU (redundant) running effortless since many years. CPU-A as standby and CPU-B as Control. Recently we noticed BATT low alarm on CPU-B. So we arranged for a spare battery Q6BAT and started the procedure as per manual(attached procedure and flow chart). We did memory copy from Control to standby (as prescribed precaution) and did the Reset of Standby PLC CPU-A. Memory copy from B to A completed successfully 100%. But the BACKUP LED did not turn Green from Red & Error LED kept flickering on standby CPU-A. CPU-B remain in Control but backup LED turned RED. From system monitoring we found that there is a Error 6000 (FILE DIFF.) observed in One of the .QPG (program 00-MDBUS.QPG). We tried to reset it but were not successful. We are surprised that why does the program differs when it was copied from CPU-B to CPU-A using the memory copy. Still we did the VERIFY and found no difference between the programs in CPU-A & CPU-B.  Can anyone explain the cause of this issue and the solution. Please note that the CPU-B is still in control and plant is running. Backup LED on both CPU are red which means (redundancy loss) and error LED on standby CPU-A is flickering RED. There is no error in the CPU-A (Control) -we checked this using the GX Developer. Also attached here are the image of the error and error help. Thanks in advance. Battery Replacement procedure.pdf Battery Replacement procedure-Flow Chart.pdf Error.pdf MELSEC QCPU ERROR CODE 6000 FILE DIFF.pdf
  17. I would like to compare the content of 2 registers of D memory on my CJ1M PLC. I'm trying instruction = (equal) and D30 and D50 memory registers to compare data and activate an output, but I don't understand why it shows the same direction (&98 on the image).  
  18. CPU load memory

    Hi dears, How can i see the cpu used memory in cx-programmar and actual cpu( for example 20%, 30% or etc)   Best regards
  19. Data entered into the PLC D memory table does not end up in the instructions and I'm not sure what I'm doing wrong. For instance I want to use the CP1W-DAM01 to change a duration value. I have a symbol setup using the corresponding address setup so that it ties in with my timer but the data does not transfer even thought the value shows up in the table. I'm also using it for parameters on a scale instruction, same issue. Any ideas.
  20. CX Designer Generic Popup Faceplate

    I was wondering if anybody out there has ever made a generic popup to deal with multiple devices, similar to what you can do with factory talk and wonderware. I want to be able to index addresses from the PLC to the PT memory but it doesn't look like you are able to do this. Is there anybody out there that has come across this same problem?
  21. Good day. I'm using 1756 L71S GuardLogix Integrated Safety Controller with Studio 5000 v28. My controller is connected to a third party software through ethernet connection, it simulates my project hardware and provides all the signals to my PLC. To know all the hardware signallocation at PLC memory, it uses a Tag export file provided by Studio 5000. In other PLCs, when you declare a variable as hardware input, you have to select in which address from the memory you want this input to be read, something like "Bit Input 0.0". But in AB this step is skipped, that is all addresses are managed by Studio5000 and hidden from the user. Is there any configuration at Studio 5000 that let me assign or at least see this addresses? Normally I would prefer my tags addresses to be hidden, but in this specific case it is more useful to know memory addresses.  
  22. Hallo.  Can someone shed some light on how much memory st takes ? does it use more that traditional ladder? i find that a routine with a couple of thousands of lines uses over 500kB is there any tricks to lower the usage? Or is it just what it is, and buy bigger cpu’s
  23. Hello people, I hope someone can help me with this. The system is connected with 8 PLC's. I want to transfer the data memory of a PLC to another like this: D850 from PLC2 to D900 PLC1 D850 from PLC3 to D901 PLC1 D850 from PLC4 to D902 PLC1 D850 from PLC5 to D903 PLC1 D850 from PLC6 to D904 PLC1 D850 from PLC7 to D905 PLC1 D850 from PLC8 to D906 PLC1 The data memory is an integer.
  24. Hello! I am using S7-1200 PLC 1212C AC/DC with configured Modbus TCP Server. I can already read/write Inputs/Outputs (Coils) and Memory Words. However I'd like to read/write Memory BITS. Is it possible? If so, how? What addresses should I use in TIA portal? And which function codes on client side? Thanks in advance!
  25. Compare data RS232

    Halo, my name is Riandanu, I connect PLC Omron CP1E to weighing scale, and its done. i think i dont have problem between PLC and weighing scale. And i want to ask about, how to compare value from weighing scale ?  example : from the picture you can see value of weighing scale is " ST,+00160.66  g", and i want to compare it with 180 or 150 to give output on to lamp. Thankyou Riandanu       PLC to ek-i.cxp