presario2100

MrPLC Member
  • Content count

    65
  • Joined

  • Last visited

Community Reputation

0 Neutral

About presario2100

  • Rank
    Sparky

Contact Methods

  • Website URL http://

Profile Information

  • Country Malaysia
  1. Convert Temperature reading to Binary

    I'm using a CPM2A CPU and a CPM1A-TS102 PT100 Expansion module. I want to convert the Temp. reading to Binary and then output to digital output. The Temp. reading between -30 to 30 celsius, how to show the +/- digit ? Example 30.0 celsius -> 000000000011110 -> DO 1000 = +/- (0=Plus,1= Minus) 1001 = 0 1002 = 1 1003 = 1 1004 = 1 1005 = 1 1006 = 0 1007 = 0 1008 = 0 1009 = 0 1010 = 0 1011 = 0 1012 = 0 1013 = 0 1014 = 0 1015 = 0 Anyone know how to do it, thanks.
  2. PG710 Plus Problem

    Thank you!
  3. my step5 v7.2 cannot oline with PLC

    I think no. Because I use this TTY cable on S5 v6.3 got no problem.
  4. Intouch Wonderware logon name & password

    I tried already, but still cannot. As I know there got 4 level of security right? 1000, 2000, 3000, 9999.
  5. Which size EPROM to use?

    Yes, This is the answer.
  6. my step5 v7.2 cannot oline with PLC

    Siemens said this is because of the windows com port setting problem, I already follow the instruction to make the setting, but the problem still same. Currently I'm using a usb to serial converter for my xp, I thought maybe is the converter problem, so I install the S5 on a PC with a serial com port, after tried still cannot get online. I'm doing a fresh S5 installation on my computer, is it somewhere setting we need to take note? Thanks
  7. PG710 Plus Problem

    I got a Siemens PG710 Plus, just want to know where is the eprom slot to burn the program to eprom. is it this slot in the pic is for the eprom burning? (attached pic).....Thanks.
  8. Intouch Wonderware logon name & password

    This is a standard login name and password? Can use to override previous username and password?
  9. I'm having a modification project on a machine, this machine using Intouch as HMI, I need a logon username and password to enter the higher level of Intouch. How to find out all the username and password?
  10. My S5 tripped - ZYK fault

    I had found some related programs inside the program file, just need some explaination for these programs. The length value was taken from the main motor speed feedback signal (pulse generator). The PG connect to a Interbus analog counter module. (Wiring.pdf) As I mentioned before, when we ON the tension during machine stop, the length will reset to zero. (see PB10-Segment70.pdf) This reset bit send to PB11-Segment10.pdf, FB69.pdf also use for length calculation. Anyone can explain these PB11 and FB69 programs? Wiring.pdf PB10_Segment70.pdf PB11_Segment10.pdf FB_69.pdf
  11. My S5 tripped - ZYK fault

    Someone can help ?
  12. My S5 tripped - ZYK fault

    Is it this is the reason to cause my machine cannot running over 20K meter and trip the PLC? How to correct this continuously loop problem? When the machine tension is ON and machine running, then the length meter will start accumulate. When we stop the machine, Off tension, the actual length meter will still remain on the screen, but after we ON the tension again, the length meter will reset to zero, this is the normal operation. Which bit is the length meter bit inside the program? Which FB is control the second time tension ON, then asking reset the length to zero? Because I have a simple idea to let the machine running over 20K meter. The idea is to add a new DI (length reset button), then reset the length before 20K and mark it down in a paper, after add up the record then will be the total length meter. Is it possible to do it? PB10: I6.2 = Tension OFF button, 0=OFF (NC) I6.3 = Tension ON button I6.4 = Stop running button, 0=Stop (NC) I6.5 = Start running button Q5.1 = Tension ON indicator lamp Q5.2 = Start running indicator lamp Attached you can find the machine program. If need any further information, let me know. Thanks. TOPMETST.zip
  13. My S5 tripped - ZYK fault

    I attached the program for you, maybe u can get some clue from the program. really thanks. DB_4.pdfFB_6.pdfOB_1.pdf
  14. My S5 tripped - ZYK fault

    I'd attached IStack & BStack files, pls check it out. Actually, what's the right procedure to check the IStack & BStack when the PLC tripped? If u need any further more infomation, let me know. Thanks!
  15. How to monitor S5 analog signal?

    How to monitor S5 analog signal PW XXX in Step5 programming software?