Search the Community

Showing results for tags 'Monitor Device Memory Batch'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 76 results

  1. Detect CF memory card activity

    Hi! I'm looking for a way to detect if/when a backup has been made to the CF memory card and a way to detect if a backup has been written from the CF memory card to the PLC memory. A counter, a time/date, etc? In short: detect backup and/or restore Application: Trigger an audit log event on a seperate system Any known solutions?
  2. 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  
  3. Hi there!   I'm trying to communicate a Weintek cMT2128X with a CP2EN via Ethernet. The thing is I'm getting 'No device response' messages every 2-3 seconds. They'are connected at some point because some values are updated, but the connection error keeps showing up. So far I've checked: - Comm. settings are okay in both sides - Wiring is good - Happens the same with a CJ2 CPU. - There are two arrays of 50 UINT each, I don't know if that's slowing things but that would surprise me...   I've worked with Weintek HMIs before (communicating with different CPUs: LOGO!, CP1, CJ2...) and never had this problem. I just set the IP addresses and everything was working fine, so I guess I'm missing something. Hope you can throw some light at this! Thanks in advance
  4. 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!
  5. Hi all, I would like to know how to communicate scale indicator device mettler Toledo ind 320 using  module QJ71C24N-R4 by predefined protocal   I also tired to communicate in CH1 with the G.INPUT instruction to communicate when the device in MT continue mode it does communicate but I dont know how to convert value Now by trying modbus communication predefined protocal works fine but i cannot read data the is no SD/RD transmission happening  Can anyone help me with this  Thank you serial monitor.gxw serial monitor.gxw
  6. 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
  7. Hi All, As a system integrator coming from an Allen-Bradley based environment to a Mitsubishi based environment (GX Works 2, Q series PLCs), I am used to doing this with Allen-Bradley PLCs: when you hit save while online, you are prompted to upload the values in the tags and can save these values and view them offline - which is useful when doing modifications and analysis offline, as well as backing up settings in case your PLC dies and has to be replaced with a brand new one. I was wondering if anyone knows if there is a way to store the current values of the devices in a Mitsubishi PLC to my PC along with the .gxw  file that is saved when doing a "Read PLC"? I am aware you can set up a File Register but it seems to only save ZR devices as well as specifically designated "Extended Data/Link" D and W devices, but most data is not stored in these devices. Thanks
  8. Hello, Good Day All. I am facing this issue while I am going to copy old plc to new plc. but old plc having 4965 steps, once going execute this program to new plc its showing more than 8000 steps. please suggest on this. PFA.
  9. 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?
  10. 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 ?   
  11. 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.
  12. Hello fellas. I am having trouble with understanding the communication between my AB PLC and my Balluff BNI0085, which is connected through an IFM AL1120 IO-link deivce. I am currently running a setup with an AB PLC (L18ER) that is connected to a local network through a network switch. I have connected my IFM AL1120 to this switch, and the IP configuration for both devices have been completed. The communications are made by using two add-on instructions, supplied by Rockwell: The BMC_AOI_PROC_BNI0085 instruction (For the Balluff smartlight), and the Generic_4PORT_IOL (For the IFM IO-link). I have additionally been supplied an ACD-file by my ex-coworker, containing a program that administrates the communication between the two add-on instructions. I have attached the routine from this as a PDF. What works: I can go online with my PLC, and by using the parameter "BNI0085_Mapped_Data.O" I can control the smartlight. I can change the settings for light-mode (Segment, Level, Runlight, Flexible), and the different parameters for each mode. What's the problem: When I change the Mapped_data.O to run in level-mode, I can adjust the light to show the level desired. When I try to adjust the level above halfway, the light switches off, and can't seem to be steady lit (Light turns on/off, random dimming). I speculate this might be due to the small power supply for the IO-link device, and the setting for brightness is not included in the AOI for the smartlight.  I therefore tried to adjust the brightness by connecting through the LR-device software from IFM(The same used to configure the IO-link). I added the IODD (IO-link device description, "Balluff-BNI_IOL-802-102-Z037-20190215-IODD1.1.xml") for the smartlight, and connected the device, which is discovered in the device list once the IO-link IP has been entered. I can read the values from both the IO-link and the BNI0085 devices, and I can write parameter settings to the IO-link device. Whenever I try to edit any parameter for the smartlight, I get the error attached. I am currently trying to follow the SmartLight userguide for the Balluff, as it describes the brightness setting as being in the ISDU index 51hex, but I don't know how this pertains to the AOI.   I am in over my head with this issue, and I don't know what information is needed or what is unnecessary. I've tried to include all that I think is relevant, I'll gladly provide what might be missing.  Any help is greatly appreciated, cheers :)   Balluff_smartlight_com_MainRoutine.pdf
  13. CommandLogix

    Version 1.0.2

    80 downloads

    COMMAND LOGIX is a command line tool that works with Logix Services to automate various functions in Logix using a CLX file as setup. The functions include Upload, Download, Partial Imports, Mode Change, etc. The tool comes with an editor to create the setup file. This tool is really useful if you have multiple tools to update or if you have a couple updates to make and you don't want to wait for RSLogix to load. https://www.commandlogix.io/
  14. View File CommandLogix COMMAND LOGIX is a command line tool that works with Logix Services to automate various functions in Logix using a CLX file as setup. The functions include Upload, Download, Partial Imports, Mode Change, etc. The tool comes with an editor to create the setup file. This tool is really useful if you have multiple tools to update or if you have a couple updates to make and you don't want to wait for RSLogix to load. Submitter cw0rley Submitted 11/15/21 Category Demo Software
  15. Hi all:   Hope somebody will help me with the below error encounter on the NA. I mapped a external device (NJ PLC) variable (which is a structure) to a NA Global variable and the structure is automatically created in the NA data type as expected. I then create a new NA global variable and defined its data type as the auto created structure. However i observe the created new NA global variable is highlighted with an error "a data type cannot be used by both mapped and unmapped variable ....." ( pls refer to the attached screen).  I have found and view on the Youtube this video :"Introduction To The NA DataTypes" (link: https://www.youtube.com/watch?v=VZxWnVn1CSY). that clearly show the "imported" structure can be used for unmapped NA global variable even there is some variable already mapped to external device variable (starting from the 3:50minutes mark of the video). In my NA program i would need to create such unmapped variable for my logic use. Also i observe that i was unable to delete the auto created structure from the NA Data Types even after i deleted all variables that are defined with that specific structure. How can i delete such auto created structure in case i want to clear off some of those unused data types. I am using Sysmac Studio version 1.30.0.17. The HMI Device created is the NA5-9W00 (version 1.11)          
  16. Hi, I am using IQ-R Series "R16ENCPU" With Inbuild CC-LINK IE FIELD "RJ71EN71" and attached CC-LINK "RJ61BT11". Problem is, Even though my remote IO cards are in Online connected with masters, I cannot able to On/OFF Remote Device station IOs in CC-Link IE FIELD network. But CC-Link Normal is working fine. Refresh settings and Network Config Settings are done, Below attached the pics for reference. I cannot able to find the problem, Can anyone help me in this.  
  17. 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:   
  18. 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!
  19. 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 ##
  20. Hi all. This is hopefully an easy fix. I have words and bit values in a recipe that I am trying to show in a logging file. I can get numerical values to show but I can't get the word devices from the recipe to show up on the logging file. Eg my devices from recipe set as a string starting with device gd60120 and in the logging file I want gd60120 to show the word, they are both set as unicode.  
  21. 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
  22. 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  
  23. 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
  24. 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!
  25. Device monitor in GX-Works 2

    Hi everyone. Is there any setting or trick in GX-Works2 that prevents us from monitoring device value? I have a PLC  program (Q series) and  I can't monitor some device value (D register) via Watch (device value not changes), Sampling trace or even MX-component (error notification appears). I write a small C# program to monitor and the value remains 0 (when monitoring via Watch, the value <> 0). Please give me some advices if you know. Thank you.