Jump to content

Gabriel Franco

Members
  • Posts

    418
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Gabriel Franco

  1. I see no problem with csv files other than spaces added. You are using MI62 twice in fields to add file. Why?.

    For debuging purposes,  I suggest manually enable rung 41, instead of SB13. Keep in mind that, SD operations may take a while and trying to add a new record every second may not be possible. You may try also numeric field for all those numeric values, instead of indirect text.

     

  2. I´ve used V1210 as webserver using the advanced webserver example as a base program and then, modifying it to acomplish all task I wanted.

    Some questions for you:

    1. Are you calling webserver routine from Main Module?

    2. Did you compile you htm files before loading into SD card?

    3. Are you using registers reserved for advanced web server anywhere else in you application? If so, you should not.

    4. Did you initialize Ethernet properly including socket 1 used for webserver?

     

  3. I also have many loadcell applications using EX-RC1, which I program to act only as remote IO (Update digital and analog inputs/outputs). Such architecture allows to keep all logic programmed in main PLC.

    Unless you change hardware to EX-RC1, you don´t have to update its program.

    You may also consider to use weight transmitter using any protocol. I use Modbus TCP or RTU or Ethernet/IP based on the PLC hardware.

  4. Several slaves at the same time is not posible using Modbus RTU using RS485 network.  You must add a short time between Modbus read/write blocks in order to allow each slave to process and respond back and also to allow PLC to process its buffer.

    I´ve used delay timer as short as 50 ms

    Keep in mind that, if any slave does not respond immediatly, PLC will wait as much time as you set time-out before polling the next slave. This can be add more time than you expect between whole cycle.

    My suggestion: if you really need stop a device quicker, use digital outputs instead of Modbus commands.

     

    • Upvote 1
×
×
  • Create New...