Search the Community

Showing results for tags 'rslogix micro english'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 123 results

  1. Hi Guys!   There is a task. I have a motor, and I can monitoring the actual speed. The question is how can I to determine the average speed, if I know just the actual speed. If the speed is zero, it must be ignored. So I have to measure when the motor moves. Anybody have any idea? How can I solve this problem. RSLogix 5000.  Thank you.  
  2. Hi Guys! You can read my problem below, if anybody can help, please do it. Thank you. So, I have 4 knife. You can set the cutting width for each knife separately. The problem is, there is a lot of size. There is an example: No1 size:  #1: 20 mm, #2: 25mm, #3: 30mm, #4: 25mm   (#1=Knife1.......)                                       No2 size: #1: 22mm, #2:24mm, #3: 32mm, #4: 27mm What is make the problem more difficult is There are plenty of type code too. Like X1, X2, X3, Y1, Y2, Y3 ..... This is the main material code. and you can choose the belogging size. So you can select for X1 to No1 or No2 ... but you can select for X2 to No1 or No2 or any sizegroup you want. I can solve it with a lot programming, like deal every possible situation ... but there is a lot time .... :S  There is a touch panel where you can set the values.  Anybody have another idea for this problem ?    
  3. I have a configured and working FT Transaction Manager, but the computer it’s installed on needs to be replaced and now I'm trying to install FTTM on different computer. I’m trying to complete the configuration "checklist", but when I get to the "Define Data Points" step, there are no applications in the "Select an Application" pop up window. What's wrong? I'm new to all of this...
  4. I'm trying to replicate something I've done in an RSLogix5000 file without the usage of those convenient arrays.  I have 24 counters, for 24 hours in a day. I have a MapleSystems screen relaying this data in the warehouse. The logic I've tried to implement is as such If bit (HMI assigned for shift start) = 6 --------- Copy C5:78 to C5:130 with a length of ten. I'm trying to copy the 10 counters that will be displayed on the MS monitor into the part of the counters that are connected via tags. It's done like this so that if someone starts the shift at 8, it'll take from 8 + 10 hours into the same C5:130 ten registers to display it on any shift. When I copied c5:78 --> c5:130 w/ len:10 it copies the first value C5:78 into the tenth register C5:130, when I'm trying to have it copy those ten into the C5:130 starting ten, to display on the screen. What am I doing wrong here? It's as if that length of ten is acting as an indexer and if that's the case, do I have to do 10 copy lines for each hour I want to utilize this logic on? Thanks so much in advance!
  5. I've found very similar errors, but not exactly this one. Does anyone have any insight on how to remedy this? I'm using Factory talk and RSLogix5000.
  6. I'm having a difficult time updating some HMIs on a production floor using both Rslogix5000 and EzwarePlus. I've exported my CSV from RS, and in the importation stage, it shows I have no tags. However literally everything on the screen is already linked up to tags. When selecting an objects properties and clicking tags there, everything shows up. When in the address library nothing shows up, and my CSV after clicking import, does nothing.  Is there something brutally straight forward here that I'm just missing?
  7. Clearing an Array in RSLogix

    I'm having a tough time clearing the entirety of an array. I've tried using the copy function, the clear, the fill and the the file synchronous copy functions. I'm solely trying to copy 0's into the entirety of a 20 tag array. Example Tag[0] to tag[20]. I saw another thread here: http://forums.mrplc.com/index.php?/topic/14678-clearing-an-array-in-rslogix-5000/  However, that didn't help me. Anyone have any shortcuts here?  Thanks so much in advance!
  8. Hi guys! Can anybody help me? I have an existing controlnet network. How can I connected a new module? Like an 1794 IB16. What should I need to do after I connected the new module? One more question: What's the difference if I do not connected the new module right after the last module, but I connected between already existing module. Then what should I need to configure. If anybody want to help, please write like step by step. I'm a beginner, but I want to imporve myself. Thank you for your help. I almost forget, I need to work with Allen-Bradley PLC, and I have RSLogix 5000 software.
  9. Hi Guys! I have a problem with Motion axis move (MAM) command. There is an Allen bradley servo motor what is working well. But I need to add a new program section, wich is in  a specified moment, the axis should move a certain distance. I think I need to use the mam command, just I dont know how can I configure the motion control part. I need to make a new tag ? or what ? I need to use a user define ? PLS help me.   
  10. 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. 
  11. I am trying to read data from a Micro 850 into my L18 (V 30.11). I have never set up an ethernet bridge between these 2 components and i have been up against a wall since starting. I have the MSG blocks in my routine but i am obviously configuring either the bridge, MSG instruction or something wrong. Any help will be GREATLY appreciated!!!
  12. Hey everyone first post on here, does anyone know if it is possible to convert a string into a double integer. i am working with a dimensioner and it is sending me its box dimensions in a 12 char string (see attached picture). however i need this data as a double integer (it seems to just take the string length not the string value i have tried both dim_lengh and dim_length.data[0]). i have gotten it down to the point where i have the string split up into the dimensions i need but i dont know how to do the conversion. (box dims for reference are 21 X 15 X 14.8) Thanks in advance, Dr. Brule  
  13. Hi PLC programmers, I got a problem regarding my installation of Logix Designer/Logix5K. Here's the situation... a) Initially installed Studio 5000 without problem. b) I needed to open a program from Logix v20.1, installed RSLogix5k v20.1. After installing v20.1, RSLogix was corrupted and won't open program. c) Reinstalled entire Logix Software. d) Was able to open and convert program from Logix5k v20.1 to Logix Designer v24 but this annoying error occured on v24 (See attached "EN2T")... "Failed to Create Module Profile". All of a sudden, the module (1756-EN2T) I created with working v24 is no longer usable. Now, even when I create a new project, add a module with "Select Module Type", the list of available modules has been trimmed down to what it normally has (see attached "AB_Modtype"). Kept on re-installing entire Logix 3 times, clearing the registry with CCleaner and even deleted installation folder for Rockwell software but the problem is never gone. I even downloaded AOP for EN2T and installed it but to no avail. Now I'm lost and dumbfounded that uninstalling and reinstalling isn't working. By the way the OS I'm using is "Windows 7 Enterprise". I appreciate all the help I could get. Thank you very much. Sincerely, Andrei K.
  14. Hi there, I am trying to create an Add=On Instruction to help me manage some alarm conditions in my application. My AOI has one Boolean output that is used for messaging on the HMI, but I'd like to also have another output (Boolean or integer) that would be attached to o global parameter so that if any alarm is activated, it will create a master alarm that can be used for machine control, and possibly messaging. The reason for this is that I may have numerous alarms and I'm trying to avoid having to create a series chain of all those alarms to turn on a master alarm. My thought was that if I can get any alarm to make a global parameter go true, then I don't have to manage other bits if I delete or add an alarm block. I'm having trouble coming up with a way to create that output that I can have load a TRUE value into a global parameter, though.  I was trying to use an integer so that I could just load a '1' into the variable if any alarm goes off, and a master reset would reset the value to zero. But I'm apparently not setting up the AOI parameters just right. Has anyone got a suggestion of how I can do this? I can share my block if that would help, it's nothing special, just a way for me to condense alarming features and this one seems to be a little tricky. Thanks for your suggestions!
  15. Dear Friends; Good day. I already installed following version on my workstation RSLogix version 10, 13, 16,17 and 19. Now i have some turbo machinery there logix develop in RSLogix 5000 version 20. If i install version 20 on my workstation is previous activation work or need to activate it separately? Regards   Solarboy
  16. Hello Friends; I like to learn RSLogix 5000, Is there and software simulator with complete explanation and learning. Please share the link where from i download it?  Next week i will visit Germany Frankfurt is there any shop where from i purchase it? If free download available i appreciate and please share the link. Regards   
  17. Hi everyone, I want to compare 2 programs with RS logix 5000 compare but logix opens the 2 ACD in L5K, with only tags.... thx for your help
  18. Is it possible to communicate from a PC program to PLC program for reading inputs and setting outputs? How can it be made ? is it possible to do from TER connector or AUX connector , without special comm module?
  19. Hi everyone, Recently, I started working with the Micro820 Controller Embedded I/O. My project is simple : when the output _IO_EM_DO_00 is set to true, an LED light turns on. But, even though it's super simple, I can't make it work. Here's my setup. If you need more information, feel free to ask anything !
  20. Could someone please generate PDF report for the ACD files on the attached .ZIP file? They are all RSLogix 5000 v20 files, I needed them for a university report which the deadline is today, but I don't have access to a computer with RSLogix 5000 :S Thanks!  ACD_files.zip
  21. We had to migrate over to a different domain and all of a sudden my Transaction Manager asking for a username and password and I have no clue what it is.  Any ideas on what could have caused this and why this is popping up?  
  22. Hi everyone ! I have a little project wich involves communication between two Micro820 controllers via TCP/IP. To do that, I started to work with TCP/IP socket. Within CCW (Connected Components Workbench), I tried to create a new socket instance using the instruction SOCKET_CREATE and set the socket address to 127.0.0.1:21. Basically, my computer through the FTP port. The problem was that it couldn't create a new socket instance (error variable is set to TRUE and status is set to 4, wich I don't know the meaning) because I didn't have a server-side application that listens to TCP/IP socket requests. That said, I found an open source application called SocketTest that listens for TCP/IP socket requests on a specified IP address and port. So, I started a listener on the following address : 127.0.0.1:21, but the error variable is still set to TRUE and status is still set to 4. So, my questions are : Is my IP address OK ? Is my port number OK ? What means the status code 4 ? Is SocketTest doing what I think it does ? Do I need to do something else before using the SOCKET_CREATE instruction ? Thank you in advance for your help !
  23. Hi everybody, Recently, I started working on a project. I want to develop a program for a Micro820 controller (2080-LC20-20AWB) using CCW (Connected Components Workbench). I built a little motor circuit for testing purpose. However, after building the program and downloading it to the controller, I tried to connect to my controller via CCW, but I can't. When I click the button "Connect", CWW crashes OR a window saying : "The controller has unnacepted changes" appears and asks me if I want to "Download current project to the controller" (wich I already did) or "Upload the project in the controller to overwrite current project content" (wich is grayed out). When I choose to "Download current project to the controller", CCW starts downloading the resource, but fails. In the "Output" window, there's a line saying : "Download failed for Device:Micro820: An error occured while reading from GETACTIVERESOURCELIST.". The problem is that there's no documentation at all concerning this error. I even tried to reinstall CCW, but it didn't fix the problem. I joined some images so you guys can see what I'm talking about. Don't mind asking for more details !
  24. Good morning i want to know how i can recognize into the compactlogix 1769-L24 ER the micro 850 (2080-LC50-24QBB), because i want to communicate this two devices with MSG, i already i can see these two equipments into RSlinx but when i start Studio 5000 i don't know whick module i have to use it to recognize the micro 850, please help me
  25. Training for a complet SCADA Project made in RSlogix, RSview and RSlinks https://www.youtube.com/edit?o=U&video_id=she3MGnwIF4   Enjoy