Sergei Troizky

MrPLC Member
  • Content count

    752
  • Joined

  • Last visited

Posts posted by Sergei Troizky


  1. The 1769-SG001 manual says: "Check the specification table of each module for the power supply distance rating. This rating indicates how many slot 
    positions the module can be from the power supply."

    The CPU power supply distance rating is "4 modules". Does this mean 4 modules are allowed between the CPU and power supply? Or the CPU to be maximum the 4th slot from the power supply?


  2. In my opinion, 20 instructions do not worth organizing a loop, not to mention FB.
    Configure the output instructions to be shown horizontally, and 19-instruction rung will be of reasonable size.
    And each register value will be on the screen for immediate monitoring.


  3. I have a protected task in CJ2M, and have to download by tasks.
    However, some unprotected task selection boxes for transfer are greyed, and cannot be selected,
    while other unprotected tasks are selectable.
    What may be a reason of not allowing unprotected task transfer.
    All unprotected tasks were never protected. No UM protection.


  4. ANdrejP,
    If you are connected to the PLC, its IP address is known.
    If the NODE selectors are in discrepancy, PLC is in error.
    If no such error, the NODE selectors are set exactly to the last octet of the IP address,
    keeping in mind that the IP address is decimal, while the selectors are hex.

    For FINS node number, which is typically the same as the last octet of the IP address, but not necessarily,
    open I/O table, double-click the unit, upload the port setup from the unit and see the IP address table under the FINS/UDP tab.


  5. On 8/6/2022 at 3:59 AM, VulpesLago said:

    I did add Value to int every secend and devide it value by passed secends. Only problem is that by the time goes on int will be full?

    Every time the summarizing register reaches certain threshold (the larger, the better), just divide it and the seconds by 2.
    The average remains the same, the measurement resumes correctly.
    The register will never overfill.

    1 person likes this

  6. I will repeat Pturmel's question: Why are you using BCD?
    BCD was useful during the era of 7-segment indicators and thumbwheel switches, and is supported by Omron for backwards compatibility with old projects or PLCs.
    There is no reason nowadays to use BCD representation. Go binary mode.