Jump to content

C1@ndestin0

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by C1@ndestin0

  1. Hello all. I'm new programmer with Unitronics PLC. At moment trying to communicate USP-104-B10 with VFD  ATV630 series  by Schneider Electric, but unfortunately for me unsuccessfully.

    In PLC communication created Scanner and Adapter, add strucs with global tags according manual https://download.schneider-electric.com/files?p_enDocType=User+guide&p_File_Id=9346677116&p_File_Name=ATV600_EthernetIP_Modbus_TCP_Manual_EN_EAV64328_03.pdf&p_Reference=EAV64328

    But I do not understand clearly what I need add in Ladder to read all needed parameters, for example, every 5 secs and how to CALL it? 

    Maybe one of you have example of program with successful communication? I would be very appreciated.

    Thank you in advance for your help and reply

  2. On 02.02.2018 at 10:22 PM, Saragani said:

    Your idea is correct, use Copy Struct to copy from Original pump tag to Main pump tag (which is being used on screen), make the changes on the Main pump members (if needed), and when Apply button is pressed (for example), copy the struct back to the Original pump tag.  

    OK, thank you for info. then add BIT of confirmation to replace new status in pump struct from temporary struct

  3. hi all. Dont want to create new topic so write in the same.

    I created custom control for pump (for example), add local structure for this custom control. After it placed CC on main screen and linked global structure.

    Is any option to not place CC equal to the numbers of pumps and operating only with one CC?

    I mean:

    1. Create STRUCTS>MOTOR_STATE

    MOTOR_STATE.png.81b61bdc42f8f019585310a611bc098c.png

    2. Create local 

    MOTOR_control_1.png.e91452760111873661cf5475a2750ba3.png

    3. Placed on main screen and choose tag as structure

    MOTOR_control_2.png.9d2ed43c0c6d799e6140b2b528afb0d2.png

     

    4. In ladder add code like this.

     

    MOTOR_control_LAD.png.79820c15a660ec26ff2f83cc59f6911f.png

     

    It will work correctly?

    So main idea is when I press on pump on main screen custom cotrols pop-ups and I can operate by this pump.

     

    Thank you a lot for help.

    • Like 1
×
×
  • Create New...