Jump to content

Gabriel Franco

Members
  • Posts

    416
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Gabriel Franco

  1. Based on your latest post, what you need is a PID with PWM digital output. There are examples you can look at
  2. Do not use positive transition of SB13, instead, use N.O. contact.
  3. Attached image showing wrong ASCII keypad. Any idea to fix it.
  4. Alexander, it was not my case, because I had to downgrade Visilogic version (From 9.8.18 down to 9.7.0) to be able to upload PLC project.
  5. PLC: V290-19-B20 (A) O/S 5.04(23). In info mode, under Version PLC shows DB 27, creation ver 4.0.06, modification ver 9.7.09 Visilogic 9.8.18 Build 0 I cannot upload PLC program to my laptop. Attached reported error. What does it mean and how can I upload program? I´m going to download Visilogic V9.7.0 and try again. EDIT: I could upload PLC program using Visilogic V9.7.0 Build 0
  6. I also noticed it earlier when using previous versions of Visilogic and it forced me to include the same workaround in my programming standard. To be honest, I hasn´t tested with latest version.
  7. Can you ramp PID setpoint up at the desired rate? You might need to adjust PID parameters on the road to achieve a better control. I don't know about kiln process, but used this approach once to control a motor speed.
  8. Is the legacy snap V200-18-E3B fully compatible with recent V200-18-E3XB ? I mean, dimensions, connections, electrical specs ?
  9. Gabriel Franco

    Varios

  10. Gabriel Franco

    Index Check

    From the album: Varios

  11. From the album: Varios

  12. From the album: Varios

  13. I use UDP instead TCP and doesn´t need so long delays between devices because no need to open/close socket, only a short delay between devices (50 ms or so).
  14. Is there a simpler way to set same duration time for all drum other than doing it step by step, like row and column SET/RESET option?
  15. Try writing to 8500 instead of 8501. Just a wonder. I have not had addressing issues with Schneider VFDs but with power monitors.
  16. I suggest you to read any reading parameter, to make sure comms are ok. Did you properly set parameters to control VFD via MODBUS? (fr1, add, tbr, .... )
  17. John, RUN: Write 000F(hex) to address 8501, and desired freq. to 8502. STOP: Write 400F(hex) to address 8501. Stop mode depends of your VFD configuration.
  18. John, take a look to: http://download.schneider-electric.com/files?p_File_Id=27468538&p_File_Name=ATV31_communication_variables_EN_1624595_04.pdf It´s for ATV31 but I´ve used for ATV312 as well.
  19. PV low limit: -60 PV high limit: +60 CV low limit: 0 CV high limit: 10000 (Equivalent to 100.00% with 2 decimal places), then you must linearize CV to your analog output to 0 ... 5 V, using X1 = 0, X2 = 10000, X = CV. Y1 and Y2 values depend of your analog output card.
×
×
  • Create New...