Connecting a UPS device to the PFC200

Kazznik

Level-2
Beiträge
6
Reaktionspunkte
0
Zuviel Werbung?
-> Hier kostenlos registrieren
Ich versuche, ein USV-Gerät über ein nicht standardmäßiges Protokoll (Megatec) anzuschließen. Ich möchte dies über die WagoAppCom-Bibliothek tun, ich verbinde mich über RS232.
Helfen Sie mir, den Befehl zum Einschalten des Geräts umzusetzen
 
Ich versuche, ein USV-Gerät über ein nicht standardmäßiges Protokoll (Megatec) anzuschließen. Ich möchte dies über die WagoAppCom-Bibliothek tun, ich verbinde mich über RS232.
Helfen Sie mir, den Befehl zum Einschalten des Geräts umzusetzen
Kann ich und die anderen gerade leider nicht, weil sich aus Solidarität mit der GDL alle unsere Glaskugeln im Streik befinden.

Soweit der Hersteller nicht nur ein Gerät anbietet wäre es hilfreich hier den genauen Typ anzugeben, eventuell mit angehängtem Handbuch, falls die USV noch Optionen haben kann auch diese bitte.
Und um welches Einschalten geht es genau? Eine USV versorgt ja das System, hier vermutlich die PFC und wird selber vom Netzteil versorgt. Ist die USV ausgeschaltet ist ja wohl auch die PFC aus und kann nichts machen. Also bitte einmal genauer schildern, was gemacht werden soll. If it is easier for you, also in english.
 
Zuletzt bearbeitet:
Zuviel Werbung?
-> Hier kostenlos registrieren
The Wago 750-8204 PLC is connected via Ethernet to a PC. (I work at e! Cockpit in ST).
Communication of the POWERMAN PLUS 1000 UPS via RS232 with the PLC.
I'm trying to connect to a device using the WagoAppCom library.
You need to open the port using fbSerialInterface_Open_mod, configure it and then write the command to the device using FbSerialInterface_Write_mod. To turn on the UPS, you must send the command “Q1”. The UPS supports the Megatec protocol.

I need an example of how to work with the WagoAppCom library.
 
Zuviel Werbung?
-> Hier kostenlos registrieren
You need to open the port using fbSerialInterface_Open_mod, configure it and then write the command to the device using FbSerialInterface_Write_mod. To turn on the UPS, you must send the command “Q1”. The UPS supports the Megatec protocol.
I strongly recommend to use FbSerialInterface_cpt instead of FbSerialInterface_Write_mod. The compact (cpt) function block is much easier to use.
 
Zurück
Oben