- Details
- Kategorie: arduino plc
- Zugriffe: 4224
Das TON (TimerONdelay) und TOF (TimerOFfdelay) also die Einschaltverzögerung und die Ausschaltverzögerung sind eine der wichtigsten Funktionen in der SPS Programmierung. In der Software plcladdersimulator2 sind diese beiden Zeitfunktionen sehr gut umgesetzt und einfach anzuwenden.
- Details
- Kategorie: arduino plc
- Zugriffe: 2622
The TON (TimerONdelay) and TOF (TimerOFdelay), the switch-on delay and the switch-off delay, are one of the most important functions in PLC programming. In the software plcladdersimulator2, these two time functions are implemented very well and are easy to use.
- Details
- Kategorie: arduino plc
- Zugriffe: 2421
In der Ladder Programmierung für die Arduino stehen dem programmiere vier bzw. 3 Ausgänge (Spulen) zur Verfügung. Die Spule, die negierter Spule sowie das setzen und rücksetzen einer Spule.
- Details
- Kategorie: arduino plc
- Zugriffe: 2166
Four or three outputs (coils) are available for programming in the ladder programming for the Arduino. The coil, the negated coil and the setting and resetting of a coil.
Weiterlesen: Arduino PLC Ladder Setting and resetting the coil
- Details
- Kategorie: arduino plc
- Zugriffe: 3444
Zähler sind neben den Vergleichen die zweite wichtige Gruppe der Funktionen. Es kann auf zwei Arten gezählt werden vorwärts und Rückwärts. Ist der eingestellte Wert erreicht, wird ein Ausgang eingeschaltet (HIGH), fällt der Wert unter den eingestellten Bereich wird der Ausgang wird ausgeschaltet (LOW).
- Details
- Kategorie: arduino plc
- Zugriffe: 2216
In addition to comparisons, counters are the second important group of functions. It can be counted in two ways, forwards and backwards. If the set value is reached, an output is switched on (HIGH), if the value falls below the set range, the output is switched off (LOW).
- Details
- Kategorie: arduino plc
- Zugriffe: 2778
Greater than and smaller than are some of the most important functions for the analog inputs. Because with greater and less than you can tell a regulation and / or control whether a value is OK or not. Technically correct, one speaks of a fault that triggers a control process. The FAULT is a deviation from the target value and we can determine this deviation with a greater than and less than function.
Weiterlesen: Arduino PLC Ladder Editor, greater and less than
- Details
- Kategorie: arduino plc
- Zugriffe: 3944
Größer als und kleiner als sind mit die wichtigsten Funktionen bei den analogen Eingängen. Denn mit größer und kleiner als kann man einer Regelung und/oder Steuerung sagen ob ein Wert in Ordnung oder nicht in Ordnung ist. Technisch korrekt spricht man von einer Störung die einen Regelvorgang auslöst. Dabei ist die STÖRUNG eine Abweichung vom Sollwert und diese Abweichung können wir mit einer größer als und kleiner als Funktion feststellen.
Weiterlesen: Arduino Kontaktplan, größer als, kleiner als, gleich
- Details
- Kategorie: arduino plc
- Zugriffe: 28547
There are many ways to program the Arduino. If you want to use the Arduino as a PLC or PLC, you can use the "plcladdersimulator2". The name is a bit misleading, of course you can wonderfully simulate PLC / PLC controls with the software. But the created program can also be output as an Arduino code (.INO file) and uploaded to the Arduino. If you want to use your Arduino as a SPS / PLC or use a "controllino" right away, the "plcladdersimulator2" is great software. You do not need any programming knowledge but can create your program as usual in a PLC / PLC ladder editor.
- Details
- Kategorie: arduino plc
- Zugriffe: 45500
Es gibt ja viele Wege den Arduino zu programmieren. Wer den Arduino als SPS bzw. PLC verwenden möchte der kann den "plcladdersimulator2" verwenden. Der Name täuscht etwas, natürlich kann man mit der Software wunderbar SPS/ PLC Steuerungen simulieren. Doch das erstellte Programm lässt sich auch als Arduino Code (.INO Datei) ausgeben und auf den Arduino hochladen. Wer seinen Arduino also als SPS/PLC verwenden möchte oder gleich einen "controllino" verwendet, für den ist der "plcladdersimulator2" eine tolle Software. Man braucht keine Programmierkenntnisse sondern kann wie gewohnt in einem SPS/PLC Ladder Editor sein Programm erstellen.