TIA FU ATV312H075M2 mit einer S1200 verbinden

JSP_Fanø

Level-2
Beiträge
15
Reaktionspunkte
0
Zuviel Werbung?
-> Hier kostenlos registrieren
Hallo Leute,
ich bin im training mit sps4You kursen. Mega gut, meine ich.

Ich habe eine 1212C DC/DC/RYL hier und habe nun einen Schneider ATV312 Fu bekommen.
Mein ziel ist es diesen Fu über meine SPS zu steuern.

Leider bin ich kein Elektriker und habe probleme mit den Anschlüssen/ Belegungen. Ich bin grün hinter den ohren.

Wer hat schon mal damit gearbeitet oder kann mir da weiterhelfen? Ich denke an start/stop, links/rechtslauf, geschwindigkeit über Analogeingang vorgeben und vielleicht auch etwas über analog ausgang verarbeiten.

danke im vorraus
 
Generell rate ich Person, die nicht die Qualifikation haben, einen FU anzuschließen, sich jemanden zu Hilfe zu holen, der das darf und kann (vor allem was den Anschluss der Leistung betrifft).
Das ist nicht böse gemeint, aber es birgt halt gefahren.

Ansonsten wäre es hilfreich, die Dokumentation des FUs an der Hand zu haben. In der Regel sind da die Klemmen und deren Funktion beschrieben
 
Zuviel Werbung?
-> Hier kostenlos registrieren
Hello JSP_Fanø,

Welcome to the world of PLCs! Since you mentioned you're not an electrician, here's the most important warning: Frequency converters operate with potentially lethal voltages on the mains side. Please have the power supply (230V/400V) connected and protected by a qualified electrician!

You can easily experiment with the control unit (24V low voltage) yourself. Here's a step-by-step overview of how to connect your S7-1212C (relay version) to the ATV312:

1. Start/Stop & Rotation Direction (Digital Outputs) Your S7-1212C RLY has relay outputs. These function like simple, potential-free switches.

  • Take the +24V terminal of the inverter and connect it to the common terminal (e.g. 1L) of your PLC outputs.
  • Go from your PLC output Q0.0 to the input LI1 on the inverter (factory setting: clockwise/start).
  • Go from your PLC output Q0.1 to the input LI2 on the inverter (factory setting: counterclockwise rotation).
2. Setting the speed (analog output) Here there is a small hurdle: The S7-1212C does not have an analog output as standard, but only two analog inputs!

  • In order for the PLC to tell the inverter how fast it should rotate (0-10V), you need an additional signal board (e.g. the Siemens SB 1232 AQ) which you plug into the front of the controller.
  • Once you have that: Connect the signal output (0-10V) of the PLC to the input AI1 on the inverter, and the ground of the PLC to the COM terminal on the inverter.
3. Process feedback from the frequency converter (analog input) Your PLC has analog inputs for 0-10V, which you can use to read values from the frequency converter (e.g. the current speed or current consumption).

  • The ATV312 has an analog output, often labelled as AOV (voltage output).
  • Connect AOV to the analog input of the PLC (e.g. AI 0) and the corresponding ground ( COM on the VFD) to the ground of the PLC input (terminal 2M ).
  • In the inverter's menu, you then need to set which value should be output via this analog output.
Take your time, test the digital signals first without the motor connected, and work your way through it step by step. Good luck with your experimentation!
 
Zurück
Oben