cHud

MrPLC Member
  • Content count

    389
  • Joined

  • Last visited

Posts posted by cHud


  1. Just to be clear did you format the sd card with this procedure or did schneider do it for you?

    1. Connect to M580 and make sure the Unity project is “Equal”, “Run” and “Built”
    2. Stop the PLC
    3. Open SD card door and make sure LED is ON
    4. Open the “Animation Table” Window
    5. Add system word %SW93.0 and %SW93.1
    6. Turn on the “Modification” button
    7. Enter value “1” for %SW93.0
    8. (This will start the format of the SD card then that value will change back to “0” and the value of %SW93.1 will go from “0” to “1” to indicate the format has completed successfully), (Formatting a standard SD card takes about 30-50 seconds)
    9. When completed enter value of “0” for both %SW93.0 and %SW93.1
    10. Start PLC

  2. what ports do you have on the m221? Ethernet? 

    I have recently just played around with node red and modtcp/ip and a m340. I could read and write to the m340 via node red. 

    From node red you can send the data to whatever you want (Well mostly)

    If the m221 has ethernet you can also use the mdtcp/ip node and collect the data from the m221


  3. I dont understand how you can use vijeo designer for a HMIG3U. I thought you can only use Vijeo XD or Ecostructure Opertator terminal expert for that type of screen

    As stated in this Schneider FAQ

    Can SoMachine controller communicate to a HMI program with Vijeo XD V3.0

    Published date: 15 November 2018

     

    Issue:
    How do I setup communication between the Controller and HMI and link the variables.

    Product Line:
    M238, M241, M251, M258 
    HMIGTO, HMIG3U

    Environment:
    SoMachine V4.3
    Vijeo XD 3.0

    Resolution:
    Vijeo XD V3.0 is not integrated with SoMachine V4.3
    You have to create a separate SoMachine application for the M251 controller and a separate Vijeo XD V3.0 application for the Magelis HMI.

    In Vijeo XD, use the SoMachine Network driver under Schneider Electric.  Copy the Node name from the SoMachine application.
    Create a symbol link and browse for the application name XML file to import the tags from SoMachine to Vijeo XD.  This file is created during a download in SoMachine.

  4. Normal Modbus Rs485 is a serial communication and doesn't use IP addresses. You will use read and write_var function blocks to handle te communication on the Unity side. Get the ATS48 modbus manual to see to which registers on the ATS48 you have to write to control and from which registers to read to get status and readings