Search the Community

Showing results for tags 'Import tags'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 43 results

  1. Hi everyone, I have a question for you all, Is possible to configure CJ2M-CPU11 with tags trough network configurator to connect Control Logix PLC using EthernetIP? I did a configuration with CJ2M-CPU31 and Control Logix PLC with no problem, but now I need to communicate CJ2M-CPU11 with Control Logix PLC using EthernetIP. Some of you did this configuration between this two PLC before? Regards!
  2. I am copying some data from a vendor PLC through MSG instruction into my PLC through CIP data table read. Is there a better way to break down this array of data into individual real tags through an instruction (something similar to WORD_to_BIT instruction in Modicon). I was looking at FAL instruction but its not exactly doing what I am looking for. Any help is greatly appreciated.
  3. First of all, I'm running version 20.01.00 CCW. I have a project that uses a mciro870 and panelview 800. It also has 11 powerflex 525 VFD's attached, all ethernet. Everything has been going well but today I hit a wall when importing tags into the Panelview device group.  I currently have a little over 800 tags and will have about 1400 I think when finished. The Plc section shows tons of memory available and when I check through 'config' on the Pv800 itself, it also has tons of memory left. When I do the import, it brings in 744 tags and then skips the remaining one. It even includes that in the msg block after the import. It has to see that tags or it wouldn't know that they are being skipped. I've been trying to work with Rockwell support ( of course I got the new guy who's never seen the software before) and my local distributor.  I've looked through the rockwell knowledge base, the manuals and online and I haven't seen this problem posted. Does anyone know if there is a limitation on the number of tags? I can't image an odd number like 744. thanks, mark    
  4. Hi guys,  I have been thinking about wether can increase the numbers of produced and consumed tags, between my plc-s. Currently I have two plc it already have produced and consumed tags, but unfortunatelly soon we are running out of free tags. I read the manual and it said I can make 125 dint tags, currently we have only an array with 10 element.  If I make a new one and I kinda copy it, with different names, will it be work ?  Or do I have to set something else ?  Can I ruin the communication with the two plcs ?  THanks ahead.
  5. Easy way to import a PAC program?

     My colleague sent me a few  PAC programs via email, my PAC/ME V10 software has the "FILE/OPEN PROJECT" greyed out. How do I pull this into my PAC/ME? I do not know where Emerson keeps it programs internally, this is a network/server set up -we do not store programs on the laptop much. Am I missing some easy way to open programs from a desktop/USB source?
  6. Hi All,Cx-Supervisor, NJ501-1340, Sysmac Gateway.I have been writing an update for a project and converting to this new controller.It's a pretty big project.Using a combination of Ladder and ST.Using Cx-Supervisor 3.5.I created some new Variables in Studio and made them Publish only.Started to create Points in Supervisor and made them I/O connected to the variables in Studio. No problems everything was connecting and working just fine.Then one of the points would not update. I could change it in the PLC and it would not change On the HMI.I deleted it and recreated it and it did the same thing. (sometimes points in Supervisor just stop working and recreating them fixes it).I then copied the control and pasted the old point into it and it did the same. Then other started to fail. Showing no reaction.I stopped the gateway and restarted, no help, I rebuilt the HMI, nope.The can check the tags in Sysmac gateway and they always change when the PLC changes but not the HMI.I checked the point maintenance in Supervisor and it would not change.I dumped all the affected variable in the PLC and in the HMI and recreated them. Then it got stranger.I could change some on the HMI and it would show in the PLC but not the other way.This is on Bools and UINTS.Stopped CX-server, tried using it with Win8 compatibility. nope.Pulling my hair out now. I should be coding but I'm trying to get the apps to work.Any ideas will be used with thanks.Peter
  7. Reporting for Siemens PLC

    Hello, We want to do excel reports on Siemens PLC. We do not want to use historian programs. Do you know another programs?
  8. Hi friends, The scene is like this... I have some 200 energy meters whose readings are continuously logged at 15-min intervals into a logging table. The meter does not have any other value logged. Let's consider these readings as analog tags. However these tag values are continuously increasing to ever larger numbers. Thus we have a problem for display on trends. Customer now requires that the Citect shows usage trends for any meter for a specified period of the past. That is to say, the meter that he wishes to observe is selected - along with a period typically between 2 dates (perhaps also with a sampling period) - and the trend must appear. So in other words, given a single trend object, how do you make values appear for any selected tag on this trend. Perhaps this can be overcome by some genie/super-genie mechanism. My approach to this is...For the selected meter, I use SQL to query the 15 minute logged values (also taking into account the required sampling period) taking the reading on starting date as initial. All values thereafter are subtracted -within the SQL query- and the result of this query is kept in a 2 dimensional array(x for time, Y for value) or a new database table so that the trend displays values starting with zero. This much I can do with Cicode. After this, I need a method to display the values so obtained in a trend object. Essentially this is the same as feeding a trend object with a set of X & Y values that I have in the form of an array or in a database table. I shall greatly appreciate any help to meet the above objective. Thanks for looking in. With best wishes.
  9. Hello, I have an .ACD file but do not have any software to read the controller tags. Can anyone please help me convert the file into a pdf? I can see from Notepad that is was made using RSLogix 5000 V21.   Thanks! G Pump_17_11_09.ACD
  10. Good day everybody!    I am having issues troubleshooting a machine which is controlled by a VIPA PLC. I must admit that I am not very knowledgeable with this brand so I am a bit hesitant to touch anything. From the machine's supplier I got a .wld file which I could load into an SD card and load into the VIPA PLC itself through a Master Reset procedure. Still, our issue persists so I was wondering if I could somehow extract this .wld file into Speed7 Studio (or another program) to visualize it and try to troubleshoot the issue. Or in another case, if there was a way to directly read the currently loaded program from the PLC.    As I said, I had never worked with this brand before so I am being a little overly cautious with what I touch in this PLC.    Thanks for your help! 
  11. I am working with iQ-R PLC projects, and a lot of documentation is involved. I am trying to find a way to automate that, but I don't know how to get information out of the PLC project file in a way that I can parse and use to create the documentation. (Like tags, UDTs, AOIs, etc..). I was thinking they'd have something comparable to how with Allen-Bradley PLCs you can export to an xml file, but I have found nothing like that. Initially I just want to export to get info out of the project, but it would be nice to also be able to import to a project so I could programmatically create PLC projects. From what I've found, apparently EZSocket is MELCO's collection of APIs for stuff like this (That description could be wrong), but I've been unable to find actual documentation that would help in using it for this.   Thanks,   Joshua
  12. Importing tags to GT Designer

    Hey Guys, I am presently using GT Designer software for HMI Programming. I want to import tags/ Variables From PLC to my HMI Software How Can i Do it?? Please Help....    
  13. I'm a young Controls Engineer at an integration company, and I need assistance.   I have a client that has about 330 different alphanumeric product numbers broken down by length and width. The operator must be able to select the product number at the HMI to pass along to the robot we are integrating. Is there a way to be able to have the operator select the product number simply, without having to scroll over 300 items in a single control list. The HMI is not chosen yet, so it can be GE, Rockwell/AB, or Automation Direct, but we are using a AB ControlLogix Processor. Racking my brain and I have little VBA/Scripting experience.
  14. Hi All, Hope you all doing well in this pandemic life.  I would need your expertise with an issue I have been struggling with for past few days and thought to reach out here. I am working on a migration project with GE PLC and Citect SCADA 7.10. The GE PLC is migrated to ControlLogix L74 Rev24.10 while Citect SCADA is retained. For testing I only have L71 and L82 and could not managed to organise L74. When the code the loaded in L71 and connected to Citect, I cannot see tags in Graphic page but I see the subscription.txt in Debug folder shows all tags good . The same code when loaded in L82, the Citect works instantly.  Does anyone know this behaviour of PLC and SCADA? Regards, DeeEngr    
  15. Hi all, I've ran into an unusual situation where I could use some suggestions.  I have an AB PLC working in the field, and an existing fixture that needs to be transferred from an Omron PLC into our AB.  I have an integrator who did some offline development with a welder that uses Anybus communication.  He sent a .ACD file to implement the logic from.  The file has an Ethernet module configured but more importantly, it's showing EDS not registered.  I've asked for the EDS he used, and none of them work when trying to register it via right-click and register.  I can export the module, but it won't import into the current PLC program because there's no EDS (shows EDS error after the import).  If I try to take the program that was sent to me online with the PLC, it will automatically upload and overwrite the build.  I can't even open the properties of the module to see what the integrator did. The end goal is to have the offline developed module implemented into the current program, but it seems like everything I've tried to do has me against a wall.  Is there a way to go online without uploading?  Maybe there's a way to implement this I haven't learned yet?  Any suggestions would be much appreciated, and if more information is needed, I'll be glad to provide it. More info:    PLC Type: 1756-L82E ControlLogix 5580    Rev: 30.014    Studio 5000 Version 30.01.00 - Standard Thanks, K
  16. Hi Omron Experts,  I am connecting mitsubishi HMI with Omron nj101 plc via ethernet, pl tell how to connect tag data of Omron plc to the hmi
  17. I need to use the usb port from NA HMI to import and export a variable from NX102 to a CSV file. Anyone with a code solution for this? Thank you   
  18. Hello everyone, Working in Automation for the first time as a Co-op student so i'm fairly new to PLC's and the Automation field in general. I've recently been tasked with converting a RSlogix 5 program from an old PLC 5 project into a Studio5000 project. I referenced the manual (I'll attach link below), and had no issues using the RSlogix Project Migrator tool that I downloaded off the Rockwell website. My problem is that once I convert the program, my I/O tags that were originally sequenced in octets(0-7, 10-17, 20-27, ...) from the RSlogix 5 program, are switched into a sequential scheme in Studio5000 that just increments them in order (1, 2, 3, 4, ...). I hope this make sense, but basically the first seven tags match between the projects, but then I:010 in rslogix 5 is equivalent to I[8] in 5000, I:011 is I[9], and so on and so forth. Has anyone had this issue before and found a way to have Studio5000 keep the original octet scheme? I don't see this normally being an issue, but the customer has specifically asked that the I/O tag names be kept the same as the original program. Thanks for any help. - Ben   Converting PLC-5 reference manual link: https://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm085_-en-p.pdf
  19. RedLion G303 Tags avalible

    Hi How many tags are available to be used in a  RedLion G303? I added a new tag  from  a PLC that is on line with other tags ,, but it says it is not available?
  20. I have multiple PVP 1500's on the same network. From the one in my control room i need to be able to see what user is logged into what HMI. How would I address the system tag of another HMI on the same network would I use the IP address? thank you for any help in advance
  21. Hi everyone, I just want to layout the structure of the question. I have a GOT2000 (GT27* series) that I have hooked up and communicating with an Allen-Bradley PLC. I have established connection and can pull out certain tags values from the PLC program in RSLogix 5000. While I can read the tag values, I cannot modify them (in certain conditions).  So let say that I have a User-Defined Structure named "Smoke_Detector" and here are it's available members: Smoke_Detector:   - ALARM (BOOL)   - ON_TIME (DINT) * DINT in Allen-Bradley but Signed Binary 32   - Battery_Life (REAL)  My question is that while I can read and display the tag and its members through the following:   - LAMP for Smoke_Detector.ALARM   - Numerical Display for both Smoke_Detector.ON_TIME and Smoke_Detector.Battery_Life But when I tried to modify the values via a Bit Switch or Numerical Input, it does not operate on them.  However, if these tags are members are just standalone tags, meaning that they are not within a UDT in RSLogix 5000, then I can operate/ modify them just fine.  Here are the things that I have tried: * Making sure that the permission are set to Read/ Write in RSLogix 5000 * Making sure that the tag definition in GT Designer 3 follows the structure where @[channel]:[Network #]:[Station #]::[Tag instance and member (e.g Smoke_detector is the instance and Alarm is member] Any possible insight and input are appreciate! 
  22. Hi Guys! I have an another question , I hope you guys can/want to help me. I have some problem with an proface panel. I want to make a hisotrical trend, but when I want to select the channels (tags what I want to monitor) I can't select anything, because undetermined. I think I should set the tags kind of a buffer list, but I don't find it. So my question is how can I set the tags. I can't changed it at all. If the answer is I need to make a buffer list, then where can I find it ?  Thank you so much. 
  23. Any new tags I add in studio 5000 the HMI project shortcut cannot locate the tags, it says unresolved route to processor. It's the same shortcut all of the other tags are using. Please help. 
  24. This is my first time to the forum and I am still very new to plc programming. I just had to move all of our software over to a new computer ( kind of new) it's running windows 7 pro. The same is as the computer before. Same computer name, same I'm, same file directory. However when I add tags in studio 5000 and reference them in the HMI, it says it is unresolved in route to the processor. It only does this for the new tags. I used the same shortcut and everything so I am at a complete loss here. What do I do.
  25. Hey guys,   I have worked on the FTView ME platform many of times.  I am now working on a FTView SE (Local Station) application, and I am having trouble connecting an Offline .ACD file to my program so that I can design.   If someone could help me with this it would be greatly appreciated.   Thanks in advance!