Kiiza

MrPLC Member
  • Content count

    38
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Kiiza

  • Rank
    Sparky

Profile Information

  • Country United States

Recent Profile Visitors

1967 profile views
  1. S7 200 SEG INSTRUCTION

    The calculated result is just a DWord. The Dword has 4 bytes (2 words). When I check the DWord, I see all the 4 bytes contain information. And the information in the 4 bytes is not necessarily the same.
  2. S7 200 SEG INSTRUCTION

    Thank you. I will read the Easy Book and see what I can find in there.  The problem with converting from DWord to Byte is you lose the data contained in the other three Bytes. And you may not be sure if the correct information needed stays in the remaining Byte or is lost in the other three.
  3. S7 200 SEG INSTRUCTION

    Hi pop29684, Moving those figures into the bytes worked well. However, it worked for me when I knew what digit I wanted to display on the 7-segment. In instances where I can't be sure which digit will be displayed at a particular time, I am still struggling. The STL code I had shared earlier, I got help to convert it into SCL code and it worked. The only problem is it gives me a double word output but that is a lot more bits than I need since my display areas are only bytes. And I can't easily tell which byte to extract from the double word. If you may know another way, please advise. Thank you.
  4. STEP 7 MICOWIN DOWNLOAD

    Hello everyone. I am looking for a link to download Microwin 4.0 sp7 or higher and not the update. Kindly advise me. Thank you.
  5. S7 200 SEG INSTRUCTION

    This is really easy and very helpful. Thank you very much.
  6. S7 200 SEG INSTRUCTION

    Hi guys, I managed to get the instruction in STL; I have attached it in the Screenshot down. However, now the challenge is, I need to implement it in SCL since the later versions of TIA do not support STL any more.  If any one knows SCL and may help us to convert it, it would help us a lot. Thank you.
  7. S7 200 SEG INSTRUCTION

    Hello guys. We are trying to replace a S7 200 PLC at our station with S7 1200.  We are reading the program on the S7 200 and recreating the same on the S7 1200. However, we have encountered the SEG  instruction used several times in the S7 200 (microwin) program. And the SEG instruction is not available in TIA Portal (we are using TIA 11) for the S7 1200. We have tried to read the s7 200 system manual but the explanation of the instruction is not sufficient to help recreate it. Could anyone know how we can create our own equivalent of the SEG instruction? If anyone has the SEG instruction already created as a program, it would be very helpful. Thank you.  
  8. TRANSFER FROM NS15-TX01B-V2

    Hello IO_Rack. Thank you for your reply. I do not know the comm settings of the NS. I could not find a way to read the IP address of the NS. I will try again to autodetect the NS Ip addrees and follow the two timeout sequence and hope that's the catch. Thank you. Kiiza.
  9. TRANSFER FROM NS15-TX01B-V2

    Hello Forum,We have a NS15-TX01B-V2 at our Plant in Uganda which we are using with a CJ2M PLC. We want to take backup from the PT to PC using Ethernet but we have not succeeded yet. We have consulted the manuals but they are not very elaborate. Someone here may know the step-by-step procedure we can  follow. to achieve our goal. We shall be very grateful.Thank you.
  10. KOYO PLC C0-02DD1-D OUTPUTS

    I will try that out. Thank you very much.
  11. Hello guys, hope you are well. I have with me KOYO PLC C0-02DD1-D. I have programmed it successfully. However, I do have a challenge with it's digital outputs. I expect a voltage of 24Vdc from the outputs but I am instead getting a voltage of 12Vdc. Even the 12Vdc I measure at the outputs looks fake voltage because whein I use it to energize 12Vdc relays, they don't get energized. I appreciate your help. Thank you very much.
  12. CX-One v9.4 TRIAL VERSION DOWNLOAD

    I downloaded v4.27 but for some reason it can not install. Anyone who knows if I have to follow a particular procedure?
  13. Hello guys, I am looking for Cx-One trial version and I am interested in version 9.4. Does anyone have a link where I can download a copy from? Thanks in advance.
  14. CX-PROGRAMMER MOVE INSTRUCTION

    Now I understand. Thank you very much.
  15. CX-PROGRAMMER MOVE INSTRUCTION

    I have attached two Pictures. In the first picture (OMRON), everything is OK. In the second picture (OMRON2), the instruction remains red because I was trying to compare direct with a value of 105. Does OMRON not allow that?