tommu56

MrPLC Member
  • Content count

    64
  • Joined

  • Last visited

Everything posted by tommu56

  1. Obviously it's an older plc I keep getting error in cx programer import "Destination file "C:\Documents and Settings\All Users\omron\press\press1009\palletizer\D16135P.cxt" Interrogating file... Syswin file converter does not support PLC type C20H Conversion aborted." Besides this error I can't connect at all to the C200H CPU01 Ihave a c200h-cpu01 that I need to make some changes to and I haven’t been able to connect to it I went back to sys win 3.4 and tried using the cqm1-cif02 and couldn’t connect (cable worked with a c200he cpu32 to cxone and syswin3.4 I tried the 3G2A6-LK201E to a cable 25 – 9 pin and couldn’t connect any baud rate or other setting. Any suggestions will be greatly appreciated. Tom
  2. C200H-CPU01 to cxproagamer / syswinn

    Thanks for the offer Jay here is the zipped file maybe it will behave for you. tom D16135P.zip
  3. Thanks for the link. Ill have to get our IT department to unblock it.   tom
  4. I have been searching on how to import logic 500 tags to connected component workbench for panel view 800 project and striking out is there a way to do it? Project is to replace optimate  OM440  HMI connected to MicroLogix 1500 with a panel view 2711R-T7T. Replacing the controler is out of the question at this point. Tom
  5. s5 plc file to pdf printout

    I have a s5 plc with this program and we would like to do some changes but we don't have any idea whats in it could some one print it out? thanks tom s5plcfile.zip
  6. I broke up one long section of code in to more manageable sections and i get this error when I compile project. "ERROR: Step at rung 9 (6, 0) - Too many inputs for output instruction, check mnemonics" here is mnemonic paste of that rung I just cut and pasted it in to another section in ladder LD SOLMINUS34 ANDNOT HR13.00 LD SOLMINUS21 AND HR13.00 ORLD TIM 037 #0002 here is another "ERROR: Step at rung 17 (6, 0) - Too many inputs for output instruction, check mnemonics" LD PEMINUS21 TIMH(15) 042 #0020 ANDNOT SOLMINUS30 LD 17.01 thanks in advance for the help tom
  7. Micrologix 1000 to Panelview C300 1761L16BWA TO 2711C-T3M I tried to attach PV file but it wont let me so i zipped it I'm using cable 2711-CBL-PM05 between the 2 I'm trying to read N7:0 on display and write to N7:1 I get 10: write error for alias preset controller TEST1 address is N7:1 Data Access error for alias TEST2, controller TEST1 address N7:1 pvcomtest1.RSS test1.zip
  8. Does any one use any thing like Gotomypc or Logmein123 to get to the plc's directly? I know I can log in with these to a pc running software but if I have software can some thing else "port" me to plc behind fire walls? tom
  9. I don't post often but this hits home for most of us. article survey the links are broken
  10. DH+ To ABB

    Sorry the intergrater said cards were available, kit wasn't. Decimal Octal brain farts come automatically after 50 other than an upper robot cable we had to replace no problems, plant production is slow lots of down time. tom
  11. We have a machine with a SLC 505 that needs to know when the the other 20 machines are running over about 80,000 sq-ft. I only need 2 inputs and 2 outputs max (only one input for now). I was hoping on Ethernet IO but it looks like the SLC's doesn't do that. We do have remote IO on it but the cable lengths and conduit runs would be unreasonable to hit each machine for 1 IO point. These machines have processors ranging from Automax to S7-300's to some old TI 505's there is a plant LAN switch at each machine that i can attach to. Any suggestions?
  12. Thanks all for the input!!!!! Actually the micrologix 1100 crossed my mine Ill have to look at the slc to see how many connections it can take and maybe use some thing to filter or concentrate the connection if it doesn't have enough. Wireless is most likely out unless I can set it up so if it looses signal it will default to the on state. Modbuss/tcp might have a chance out building automation guy uses that lon and bacnet (all uncharted territory for me) tom
  13. 500/500 are similar except for the tags part I only have one 5000 controller so I'm not all the way up to speed on it. Dig in to this link they might have something that will work its open source too. source link on the DDE to VB My link My link My link good luck
  14. This is what the data files (one bit and one integer) look like in logixs 500 you would need the driver in Citect to read the file from the plc
  15. There is not any to move a jpeg or some thing like that that I know of, you could do it in ascii in a data file or if its just numbers numbers in a data file using a message statement. can you attach a file or image of what you want to pass and find out all the hardware in the chain.
  16. I think you need to define "Image" a little better. PLC's don't do *.jpg's ect. what PLC platform and what HMI are you using
  17. An other way but takes a little longer is to open the off line file and go to "TOOLS" ---> "DATABASE" ---> "ACCII EXPORT ---> and save to a known location when closing check yes to save changes to program. Then go online with processor "COMMS" ----->"WHO ACTIVE GO ONLINE" ---->navigate to the processor and click on it click "OK" in the upper right of the communications box---> select "CREATE NEW FILE"---> Then go to "TOOLS" ---> "DATABASE" ---> "ACCII INPORT --->click "OK"--->navigate to the *.EAS file you created in the first step --->click "OPEN"---> continue by navigate to the *.EIC file you created in the first step --->click "OPEN"--->continue by navigate to the *.ERP file you created in the first step --->click "OPEN"---> continue by navigate to the *.ESG file you created in the first step --->click "OPEN"---> continue by navigate to the *.nam file you created in the first step --->click "OPEN"---> click "OK" ---> then go to "FILE" ---> SAVE AS" ---> put the name you want in the box and click "SAVE" ----> click "YES" It will up load program again with current values and you are done. this is done while still on line.
  18. MicroLogix 1200 RTC

    I actually move the RTC.XX it to an integer a preform my compares to the integer value that way you can see it on line and put it in a table to monitor it in the example below that way you can change the values on line in a data table or by counter preset or the pot value in case of the 1100
  19. MicroLogix 1200 RTC

    I haven't programed a 1200 but a 1100 here is a screen shot of what i used
  20. Siemens (TI) 575 PGTS / subroutine

    The manual is a little deceiving it mentions IO in the lower section but all the bit's the image says IN:XX in every position and that is were the result go's to were the IO:XX is Looking at the program the last line has the IO:20 is were the result is put in this case it is V6199 tom
  21. Siemens (TI) 575 PGTS / subroutine

    I’ve read the book but I am missing something I have a PGTS with the following # in them Box PGTS 4 IN1 : C2 IN2 : C935 IN3 : C1679 IN4 : C1769 IN5 : C18301 IN6 : C2 IN7 : C18401 IN8 : C18402 IN9 : C18004 IN10 : C18005 IN11 : C18404 IN12 : C18405 IN13 : C18542 IN14 : C18544 IN15 : C3231 IN16 : C2 IN17 : C2 IN18 : C2 IN19 : C2 I020 : V6199 It go’s to subroutine 4 C2 ----------[ / ]---- MIRW ---------(17160) IR : B1 A : V20 N : 16 Other PGTS’S use same sub routine Were does the result of the MIRW go to?
  22. What about on line changes? They are not always a good idea but might be appropriate. In some of my programs I have use first scan bit to load a starting value from integer table S:1/55 move N7:0 to C5:0.ACC Can you message to and from another plc and pass value back and forth? I've done that but it is cumbersome. tom
  23. I closed the project and opened it back up it reverted back to security level 1 all grayed out unchangeable changed the attribute but still have the same condition grayed out. I guess on the conversion it doesn't apply the security setting till it is saved. tom
  24. new to these plc's plc type Q02hcpu it is in the "DUT_pool / safetyY section" name: unexpected characters "-" =after name line is as follows identifier type initial comment Enable_AC-Drives BOOL FALSE Enable AC-Drives I think the dash should be and underscore but haven't been able to figure how to change it The program is set to security level 7 and I have asterisk by the all the POU's I attached screen shot thanks in advanced tom mitsierror.bmp
  25. What about a pulsed output water meter they are good to 2% or so I bough one for my home around $100.00 for a 3/4 inch one with pulser. even the 2" should be under $400.00 meters tom