Neue Steuerungen verfügbar

von Andreas Wandenälis (Kommentare: 4)

STG-850

Die neuen BARTH Mini-SPS lococube® STG-800, STG-820, STG-850 und STG-860 sind nun erhältlich. Sie bieten mit dem ARM® Cortex® einen neuen Controller sowie einen größeren Speicher. Außerdem stehen zahlreiche zusätzliche Funktionen, wie beispielsweise Signalgeneratoren und PID-Regler, zur Verfügung.

Eine Übersicht zu den Spezifikationen der einzelnen Steuerungen finden Sie hier.

.

Zurück

Einen Kommentar schreiben

Kommentar vonSunila Mulye

Hi,

I have written a code in STG 650 and how want to use the same code in STG 850 to avoid re-writing . Is it possible to import code from 650 to 850.

Kommentar vonFlorian Krtschil

Hi Sunila,

yes it is possible (except the CAN-Blocks and the Tools-library).

1. Open the STG-650 project and export the macros you want to (Structure Block -> Export ... / or: Right click on the macro/program in the project tree and Export...)
2. Make a new project for the STG-850 and import the exported macros.
3. CAN-Blocks have to be replaced manually.

Basic function blocks can also be simple copied (Ctrl+C) and pasted (Ctrl+V), if you use 2 miCon-L instances.

Best regards
Florian

Kommentar vonDAVID HANCOCK

Where is the PID controller in the micon-l software?

Kommentar vonFlorian Krtschil

Dear David,

the PID-Controller block is in the library "Controller (Float) (V1.1)". This library is not loaded by default but can simply be added for all STG-8xx by: "Project -> Load library...".
An simple example exists in the LIB_TEST-Project (.\miCon-L\PROJECT\SAMPLE_PROGS\STG-8..\LIB_TEST).

Best regards
Florian