The communication between the PLC and the STEP7 software has timed out

Updated on technology 2024-02-26
18 answers
  1. Anonymous users2024-02-06

    There should be no problem with the device, mainly on the communication settings. For example, if you only have one communication port, and you set the port as a free communication protocol, it will naturally fail to communicate in the running state, and you can only use the PPI protocol in the stopped state, and the free port communication protocol is blocked at this time.

  2. Anonymous users2024-02-05

    Here's how the communication went:

    2. You can test the quality of the input and output points of the digital module, such as writing a simple program, the input point is turned on, there is a signal, and the corresponding I** The light should be on, at this time it can also be detected from the program, and the same method is used to detect the output point, when there is a signal output, the light is on.

    If there is no communication timeout, you can debug the parameters repeatedly or restart the PLC

  3. Anonymous users2024-02-04

    Check the settings of the communication parameters of your Step 7-Microwin software.

    If the setting is correct, whether it is in the state of stopping or running, it can be linked to the PLC, if it can only be connected in the stop state of the PLC, it may be a problem with the communication protocol, because the PLC is in the stop state, the communication protocol can only be the PPI protocol, but in the case of the running state, it can be set by software.

  4. Anonymous users2024-02-03

    Set the PG PC interface in the software, select PC PPI Cable (PPI) www

  5. Anonymous users2024-02-02

    The hardware interface and connection cable are not connected or faulty.

  6. Anonymous users2024-02-01

    To put it bluntly, it just didn't connect.

  7. Anonymous users2024-01-31

    Two ways to try one is to update the CP5611 driver, it may be a driver problem, you can also check whether the CP5611 hardware is normal in the computer hardware, such as Kuankuanguo is "the device is Shen Sun Liang is normal", it may be the second situation, the second is that there is a problem with the CP5611 communication card, although it rarely happens but there is such a situation, you can replace it if you have the conditions.

  8. Anonymous users2024-01-30

    Or later Shanbu is actually with cp5611 drivers, of course, the two versions may be different, and the supported motherboard types are not the same, which may cause you to have this quiet problem (pure guessing) You can try: find a disc and don't install it, find that cp5611 in the computer properties, select the update driver, point to the cd, and automatically find it. Install the driver alone, try it, tell me to verify it, if it's okay.

  9. Anonymous users2024-01-29

    Check whether the hardware configuration is correct, check whether the communication com port is selected correctly, check whether the communication address and communication baud rate are set correctly...

  10. Anonymous users2024-01-28

    Generally, the communication rate is set incorrectly, you can take a look.

  11. Anonymous users2024-01-27

    1. Make sure the PLC is powered on.

    2. Ensure that the PLC type is correct.

    3. Confirm whether the driver of the line is installed.

  12. Anonymous users2024-01-26

    This is a problem with the version, the programming software version is too low, and it is not included to change the PLC model, so update the firmware version.

    When the PLC hits the STOP mode, sometimes the communication will occupy the port.

  13. Anonymous users2024-01-25

    Maybe you didn't set it up when you first set up the hardware configuration or networking, or there is a problem with the driver or setting you selected in WinCC.

  14. Anonymous users2024-01-24

    It may be because the profibus line is too long and there is interference, try to change the baud rate to 500kbps in the hardware configuration in step7.

  15. Anonymous users2024-01-23

    There is a distortion in your understanding, s7

    Microwin is used to write PLC programs, which belongs to the lower computer software, and a software can only write one or several similar models of PLC;

    The configuration software is used to code and write the human-machine interface, which belongs to the upper computer software, and is compatible with most brands and models of PLC;

    They are not a category, the configuration software of Simon Zhixuzi is called WinCC, and the Siemens PLC programming software is called Step7

  16. Anonymous users2024-01-22

    The method of communication between Siemens 300PLC and STEP7 software through the switch is to set the IP address of the computer and the IP address of the PLC, at least the first two digits are set to the same **, and the communication can be carried out through the IP node.

    After receiving the data transmission command, any node of the switch quickly looks up the address table stored in memory, confirms the NIC connection location of the MAC address, and then transmits data to the node.

    If the corresponding location is found in the address table, the transmission takes place; If not, the switch will record the address for the next time you find and use it.

  17. Anonymous users2024-01-21

    The second floor is correct.

    That's it! .The MAC address is not required, and it can be accessed through the IP node!

  18. Anonymous users2024-01-20

    Since you choose Ethernet, you must first define the IP addresses of both parties if you want to establish communication, you only define the IP of the PLC now, the IP of the host computer has not been defined, and the communication can be established after the network neighbor - local connection - right-click attribute to change the computer IP, and the PLC constitutes a local area network.

Related questions
8 answers2024-02-26

Similar to PASCAL language, but with pointers, and PLC programming that supports the IEC61131-3 standard.

9 answers2024-02-26

This is a simple program controlled by a single button, you will ask such a question, indicating that you do not understand the timing analysis of the PLC enough, look at this example, first the external driver, closing, in the input image register to collect the closure, and then enter the program scanning stage, the scanning mode of the PLC should be known! Top-to-bottom, left-to-right, linear cyclic scanning. Then because of the closure of the scan, the first network can flow on, through, through the rising edge command, turn on the coil for a cycle of scanning time, that is to say, after scanning the self-locking contact, the coil loses power. >>>More

13 answers2024-02-26

Control requirements: press the start button, PLC control stepper motor rotates clockwise for 3 cycles, stop for 5 seconds;Then turn counterclockwise for 2 weeks, stop for 3 seconds, and so onWhen the stop button is pressed, the motor stops immediately (the motor shaft locks).Press the offline button and the motor shaft is released. Suppose a three-phase stepper motor is selected with a step angle of 1 2. >>>More

4 answers2024-02-26

The value of the byte storage space composed of m121 m128 is fed into m21 m28. >>>More

14 answers2024-02-26

Yes, too. However, as long as the output of the double coil in the program is not contradictory, although it will be warned during compilation, the program will still execute normally. Avoiding the double-coil output is actually very simple, use an intermediate relay where the original double-coil output is, and then use this intermediate relay to turn on this output.