Sergei Troizky

MrPLC Member
  • Content count

    752
  • Joined

  • Last visited

Everything posted by Sergei Troizky

  1. Cj2m cpu33 No comms after downloading

    Double-click the "IO table and unit setup" in the project tree and transfer the IO table from the PLC. There is such icon there.
  2. Cj2m cpu33 No comms after downloading

    See this thread. Probably, it will help you at least with the USB communication. http://forums.mrplc.com/index.php?/topic/34230-cp1h-xa-failed-to-connect-to-the-plc-with-usb/#comment-160191
  3. Cj2m cpu33 No comms after downloading

    The error HE is tag datalink communication timeout, and IP 07 (not 1P)  is the last octet of the erroneous node IP address. Did you download only the program, or data memory as well? The latter might change the communication settings, as well as "Set defaults" in the Ethernet port configuration.
  4. Minimizing OR function

    The complete instruction would be: <> K4M801 H0
  5. Omron Servo Encoder

    Because the PRV2 works only with HSC0. The PRV may be used to measure the speed programmatically, with certain limitations in resolution and update period.
  6. Sysmac Studio 1.22

    All posters: Mentioning the OS would make big sense in such cases!
  7. Half Screen when app is opened.

    Tried it. No result.
  8. Half Screen when app is opened.

    Same problem, but no such menu option in the v9.45. No matter the Information Window being On or Off.
  9. After changing the computer name, I cannot configure the RSLinx Enterprise communication in Factory Talk View ME Studio projects. It says no such computer in the Factory Talk directory. How can I fix this?
  10. What is the Use of Number data type for CJ2 Omron PLC?

    In other words, a Number type data is a named constant.
  11. From my experience, the mentioned error will appear if there is another session of the CX-Programmer running, with transfer-related dialog box active. Even if the transfer (upload or download) is already finished, and the dialog box is only waiting for OK. Or, when the CX server stops working. In such case, the CX-Programmer restart helps.
  12. I want to install and run the Rockwell software on new Win10 PC in the Oracle Virtualbox VM. However, my Factory Talk activations are tied to the hard disk serial number. Tried to change the VM hard disk serial, with couple utilities, but no success. Any suggestions?
  13. CompactLogix with integrated motion. Hyperphase absolute encoders. There are the Motor Offset and Controller Offset options in the Axis properties/Motor feedback. The manual says "in the most cases it would be the controller offset", however does not explain when and why. Could anybody explain the difference and the preferences.
  14. Motor Offset or Controller Offset?

    So many unnecessary technical details, and still absolutely unclear when and why use the controller offset or the motor offset.
  15. CP1H-XA "Failed to connect to the PLC" with USB

    500ms?! What may be such an application? I've tried this on a live CP1H, and it indeed falls into communication error. But, after changing the USB Respone Timeout from the default 2s to 20s, I was able to communicate and revert everything back. However, the responses were SLOW. Expect almost a minute delay between every mouse click and its result.
  16. CP1H-XA "Failed to connect to the PLC" with USB

    What did you change the constant cycle time to? And can you afford wiping off the entire controller content?
  17. CP1H-XA "Failed to connect to the PLC" with USB

    I have seen couple CP units with the USB port damaged by 24V due to wrong wiring. The incident may be instantaneous; the wrong wiring may not be there anymore. I used a communication adapter board in such case as an alternative port, e.g. CP1W-ETN61. 
  18. CP1H-XA "Failed to connect to the PLC" with USB

    This confirms the PC port is OK, but not the PLC's.
  19. CP1H-XA "Failed to connect to the PLC" with USB

    How do you know that? Meaning the PLC port.
  20. Celsius to Fahrenheit

    Why bother switching? I would calculate and display both.
  21. Simple programming cable for Mitsubishi FX

    That's right. The SC-09 retailed for $200 at the time.
  22. What is this (C) on the attached picture, in the Alias line?
  23. OMRON PLC with Modbus TCP/IP

    I've used couple times the CP1W-MODTCP adapter board with CP1H. It can be a master or a slave, and supports read and write commands, but not the combined read/write command.
  24. Detect wire break on omron absolute encoder

    Then, the most straightforward way is to utilize the major property of the Gray code: any transition may be in a single bit only. Compare every new value with the previous one for changed bits. If more than one bit changed simultaneously, the  sequence is abnormal, and may indicate wiring problem. However, the method assumes reading of every change. If the lower bits are too fast, use interrupt, or simply exclude them, and verify at least the  rest. The lower bits can be verified by some other method.
  25. Omron's syswin software

    Probably, it's a matter of opening existing project files, not the supported PLC models.