Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich GVH und Version 1.0.
Sv translation
languagede

Anker
oben
oben




Info
titleHINWEIS!

Die Option Ausführen eines Programms ist eine Schnittstelle für konfigurierbare Kommandozeilen-Operationen. Diese Option erfordert erweiterte Programmierkenntnisse! Bitte wenden Sie sich ggf. an einen Experten.

Durch die Wahl der Option Ausführen eines Programms (z.B. SMS, Twitter, Modbus-Adresse, ...), haben Sie die Möglichkeit bei jedem Alarm-Ereignis eine konfigurierbare Kommandozeilen-Operation auszuführen. Nachfolgend ist ein Beispiel gewählt, das eine Benachrichtigung via "Twitter" veranlasst.


Wenn das Alarm-Management Meldungen auf Twitter veröffentlichen soll, gehen Sie wie folgt vor:

  1. Twitter account erstellen.
  2. twt-Datei herunterladen.
  3. twt-datei nach c:\Programme\twt entpacken.
  4. twt konfigurieren (twt -config). An dieser Stelle wird eine Seite im Browser geöffnet.
  5. Alarmplan mit der Aktion Ausführen eines Programms konfigurieren.

Erweitern
titleFür Informationen zu Twitter, klicken Sie hier...
Info

twt

...is a command line based twitter client written in .NET 4.0 using the Twitterizer library and packaged into a single executable. It is OAuth compliant and pretty tiny. It is also Growl for Windows compliant and will integrate with the notification system.

twt actually only allows you to update your status from the command line, it cannot be used to browse Twitter.

Download

Get the latest version here!

Usage

twt is simple!

Configuration

Once twt is unpacked, you must allow it authorization to your twitter account. This can be done by typing twt -config at the command line. This will launch a browser window to the authorization page for twt. Once you allow access to twt, you will be given a PIN number to put into the input box that appears. When this is complete, you are ready to tweet from the command line.

There is also an option for "quiet mode" that suppresses all feedback from twt. Quiet mode can be turned on or off in the configuration:

twt -set quiet <true|false>

or as a command line switch:

twt -q no messages popping up here!

twt -quiet if you want to be more verbose!

Tweeting

Tweeting is simple once twt is given authorization:

twt I just got twt set up, it's pretty awesome!

About the Author

twt was written by Nick Gordon. He is a pretty cool guy. By using this software, you agree to never sue Nick Gordon for anything.



  • Nach Wahl der Option Ausführen eines Programms im 1. Schritt des Fensters Neue Aktion klicken Sie die Schaltfläche Weiter.
  • Es erscheint im Fenster Neue Aktion der 2. Schritt Kommandozeile und Arbeitsverzeichnis eingeben.

Abb.: Fenster Neue Aktion - Option Ausführen eines Programms - 1. Schritt Aktion auswählen


  • Für eine Twitter-Nachricht konfigurieren Sie die Eingabefelder Kommandozeile, Parameter und Arbeitsverzeichnis, wie abgebildet.
  • Klicken Sie die Schaltfläche Weiter.
  • Es erscheint im Fenster Neue Aktion der 3. Schritt Titel und Beschreibung.

Abb.: Fenster Neue Aktion - Option Ausführen eines Programms - 2. Schritt Kommandozeile und Arbeitsverzeichnis eingeben - Beispiel Meldung auf Twitter veröffentlichen.


  • Tragen Sie in das Eingabefeld Titel den Titel des Programms und in das Eingabefeld Beschreibung eine Beschreibung des Programms ein.
  • Klicken Sie die Schaltfläche Fertig.

Abb.: Fenster Neue Aktion - Option Ausführen eines Programms - 3. Schritt Titel und Beschreibung


Im Dialogfenster Neue Alarmkonfiguration erstellen erscheinen unter Auszuführende Aktionen der zuvor eingetragene Titel der neuen Aktion und die 3 Schaltflächen:

1EditierenBei Klick auf die Schaltfläche bearbeiten Sie die Aktion Ausführen eines Programms von Neuem.
2Kopieren
  • Bei Klick auf die Schaltfläche kopieren Sie die Einstellungen Ihrer Aktion Ausführen eines Programms in den Zwischenspeicher.
  • Die Einstellungen Ihrer Aktion Ausführen eines Programms im Zwischenspeicher, fügen Sie durch einen weiteren Klick auf die Schaltfläche Kopieren in neue Aktionen ein.
3LöschenEin Klick auf die Schaltfläche Löschen löscht die Aktion.
4""Ein Klick auf die Schaltfläche erstellt eine neue Aktion.
5""Ein Klick auf die Schaltfläche fügt Aktionen aus dem Zwischenspeicher ein.
Info
titleHINWEIS!

Die o.g. Auszuführende Aktionen sind für jedes Alarm-Ereignis (4 Tabs) konfigurierbar.

  • Klicken Sie die Schaltfläche Weiter.
  • Es erscheint im Fenster Neue Alarmplankonfiguration der 2. Schritt Titel und Beschreibung (für den Alarmplan in der Alarmplan-Übersicht).


Abb.: Dialogfenster Neue Alarmplankonfiguration erstellen - 1. Schritt Alarmplankonfiguration


  • Tragen Sie in das Eingabefeld Titel den Titel Ihres Alarmplans ein (erscheint als Name in der Alarmplan-Übersicht).
  • Tragen Sie in das Eingabefeld Beschreibung die Beschreibung Ihres Alarmplans ein (erscheint als Beschreibung in der Alarmplan-Übersicht).
  • Klicken Sie zum Abschluß die Schaltfläche Fertig.

Abb.: Dialogfenster Neue Alarmplankonfiguration erstellen - 2. Schritt Titel und Beschreibung


  • Im Fenster (Alarm-) Konfiguration (Alarmplan-Übersicht) erscheint Ihr angelegter Alarmplan in der Liste, bereit zum Vernüpfen mit einer Alarmquelle (vgl. Alarmquellen).

Abb.: Fenster (Alarm-) Konfiguration - Alarmplan-Übersicht




Sv translation
languageen

Anker
oben
oben

 

 

 

Info
titleATTENTION!

The option "Execute a Program" is an interface for configurable command-line operations. This option requires advanced programming skills! Please consult an expert if necessary.

By selecting the option "Execute a Program" (e.g. SMS, Twitter, Modbus address, ...), you have the option of executing a configurable command-line operation for each alarm event. In the following we have selected an example that sends a message via "Twitter."

 

If the alarm management should publish notifications on Twitter, proceed as follows:

  1. Create Twitter account.
  2. Download twt file.
  3. Unpack twt file to c:\Programme\twt.
  4. Configure twt (twt -config). Here, a window in the browser will open.
  5. Configure the alarm plan with the action "Execute a Program .

Erweitern
titleFor information about Twitter, click here...
Info

twt

...is a command line based twitter client written in .NET 4.0 using the Twitterizer library and packaged into a single executable. It is OAuth compliant and pretty tiny. It is also Growl for Windows compliant and will integrate with the notification system.

twt actually only allows you to update your status from the command line, it cannot be used to browse Twitter.

Download

Get the latest version here!

Usage

twt is simple!

Configuration

Once twt is unpacked, you must allow it authorization to your twitter account. This can be done by typing twt -config at the command line. This will launch a browser window to the authorization page for twt. Once you allow access to twt, you will be given a PIN number to put into the input box that appears. When this is complete, you are ready to tweet from the command line.

There is also an option for "quiet mode" that suppresses all feedback from twt. Quiet mode can be turned on or off in the configuration:

twt -set quiet <true|false>

or as a command line switch:

twt -q no messages popping up here!

twt -quiet if you want to be more verbose!

Tweeting

Tweeting is simple once twt is given authorization:

twt I just got twt set up, it's pretty awesome!

About the Author

twt was written by Nick Gordon. He is a pretty cool guy. By using this software, you agree to never sue Nick Gordon for anything.

 

 

  • After selecting the option "Execute a Program" in the first step of the window "New Action" click on the button "Continue."
  • In the window "New Action" the second step, "Enter Command Line and Working Directory,"will appear.

Fig.: Window "New Action" - Option "Execute a Program" - First step "Select Action"


  • For a Twitter message, configure the entry fields "Command Line," "Parameter" and "Working Directory"as depicted.
  • Click on the button "Continue."
  • In the window "New Action" the third step, "Title and Description,"will appear.

Fig.: Window "New Action" - Option "Execute a Program" - Second step "Enter Command Line and Working Directory" - Example "Publish message on Twitter."



  • Enter into the entry field "Title" the title of the program and into the entry field "Description" a description of the program.
  • Click on the button "Done."

Fig.: Window "New Action" - Option "Execute a Program" - Third step "Title and Description,"


In the dialog box "Create New Alarm Configuration" under "Actions to be Executed," the previously entered title will appear with the 3 buttons:

1"Edit"Click on the button to edit the action "Execute a Program" anew.
2"Copy"
  • Click on the button to copy the settings of your action "Execute a Program" to the cache.
  • The settings of your action "Execute a Program" in the cache can be added to new actions by clicking on "Copy" again.
3"Delete"Single-clicking on the button"Delete" deletes the action.
4""Single-clicking on the button creates a new action.
5""Single-clicking on the button inserts new actions from the cache.
Info
titleATTENTION!

The above-described "Actions to be Executed" can be configured for each alarm event (4 tabs).

  • Click on the button "Continue."
  • In the window "New Alarm Plan Configuration," the second step, "Title and Description" (for the alarm plan in the alarm plan overview), will appear.

 

Fig.: Dialog box "Create New Alarm Plan Configuration" - First step "Alarm Plan Configuration"

 

  • Enter into the entry field "Title" the title of your alarm plan (appears as "Name" in the alarm plan overview).
  • Enter into the entry field "Description" the description of your alarm plan (appears as "Description" in the alarm plan overview).
  • Then, finally click on the button "Done."

Fig.: Dialog box "Create New Alarm Plan Configuration" - Second step "Title and Description"

 

  • In the window (Alarm) "Configuration" (alarm plan overview), the alarm plan you created will appear in the list, ready to be connected with an alarm source (cf. "Alarm Sources").

Fig.: Window (Alarm) "Configuration" - Alarm Plan Overview

 

 

Sv translation
languagees

Anker
oben
oben

 

 

 

Info
title¡NOTA!

La opción «Ejecución de un programa» es una interfaz para operaciones con líneas de comandos configurables. ¡Esta opción requiere conocimientos avanzados de programación! En caso necesario, diríjase a un experto.

Eligiendo la opción «Ejecución de un programa» (p. ej., SMS, Twitter, dirección de Modbus, etc.), usted tiene la posibilidad de ejecutar una operación de líneas de comandos configurables para cada evento de alarma. A continuación le mostramos un ejemplo en el que se usa una notificación por «Twitter».

 

Si desea que la gestión de alarmas publique mensajes en Twitter, proceda de la siguiente manera:

  1. Cree una cuenta de Twitter.
  2. Descargue el archivo twt.
  3. Descomprima el archivo twt en c:\Programas\twt.
  4. Configure el archivo twt (twt -config). En este punto del procedimiento se abrirá una página en el navegador.
  5. Configure el plan de alarmas con la acción «Ejecución de un programa» .

Erweitern
titleSi necesita información sobre Twitter, haga clic aquí...
Info

twt

...is a command line based twitter client written in .NET 4.0 using the Twitterizer library and packaged into a single executable. It is OAuth compliant and pretty tiny. It is also Growl for Windows compliant and will integrate with the notification system.

twt actually only allows you to update your status from the command line, it cannot be used to browse Twitter.

Download

Get the latest version here!

Usage

twt is simple!

Configuration

Once twt is unpacked, you must allow it authorization to your twitter account. This can be done by typing twt -config at the command line. This will launch a browser window to the authorization page for twt. Once you allow access to twt, you will be given a PIN number to put into the input box that appears. When this is complete, you are ready to tweet from the command line.

There is also an option for "quiet mode" that suppresses all feedback from twt. Quiet mode can be turned on or off in the configuration:

twt -set quiet <true|false>

or as a command line switch:

twt -q no messages popping up here!

twt -quiet if you want to be more verbose!

Tweeting

Tweeting is simple once twt is given authorization:

twt I just got twt set up, it's pretty awesome!

About the Author

twt was written by Nick Gordon. He is a pretty cool guy. By using this software, you agree to never sue Nick Gordon for anything.

 

 

  • Después de elegir la opción «Ejecución de un programa» en el primer paso de la ventana «Nueva acción» , haga clic en el botón «Siguiente».
  • En la ventana «Nueva acción» aparecerá el segundo paso: «Introducir línea de comandos y directorio de trabajo».

Fig.: ventana «Nueva acción» : opción «Ejecución de un programa»; primer paso: «Seleccionar acción»



  • Para recibir un mensaje de Twitter, configure los campos de entrada «Línea de comandos», «Parámetros» y «Directorio de trabajo», tal y como se muestra en la captura de pantalla de la derecha.
  • Haga clic en el botón «Siguiente».
  • En la ventana «Nueva acción» aparecerá el tercer paso: «Título y descripción».

Fig.: ventana «Nueva acción» : opción «Ejecución de un programa»; segundo paso: «Introducir línea de comandos y directorio de trabajo»; Ejemplo: «Publicar mensaje en Twitter».



  • Introduzca el título del programa en el campo de entrada «Título» y una descripción del programa en el campo de entrada «Descripción» .
  • Haga clic en el botón «Listo».

Fig.: ventana «Nueva acción» : opción «Ejecución de un programa»; tercer paso: «Título y descripción»



En la ventana de diálogo «Crear nueva configuración de alarmas» aparecerán en «Acciones a ejecutar» el título de la nueva acción introducido anteriormente y los tres botones:

1«Editar»Haciendo clic en el botón, puede editar la acción «Ejecución de un programa» desde cero.
2«Copiar»
  • Haciendo clic en el botón, puede copiar los ajustes de su acción «Ejecución de un programa» en la memoria caché.
  • Puede insertar los ajustes de su acción «Ejecución de un programa» de la memoria caché en nuevas acciones. Para ello, vuelva a hacer clic en el botón «Copiar» .
3«Eliminar»Haciendo clic en el botón«Eliminar» se elimina la acción.
4«»Haciendo clic en el botón se crea una nueva acción.
5«»Haciendo clic en el botón se insertan acciones de la memoria caché.
Info
title¡NOTA!

Las «Acciones a ejecutar» mencionadas anteriormente pueden configurarse para cada evento de alarma (cuatro pestañas).

  • Haga clic en el botón «Siguiente».
  • En la ventana «Nueva configuración de plan de alarmas» aparecerá el segundo paso: «Título y descripción» (para el plan de alarmas en la vista general del plan de alarmas).

 

Fig.: ventana de diálogo «Crear nueva configuración de plan de alarmas»; primer paso: «Configuración de plan de alarmas»

 

  • Introduzca el título de su plan de alarmas en el campo de entrada «Título» (aparece como «Nombre» en la vista general del plan de alarmas).
  • Introduzca la descripción de su plan de alarmas en el campo de entrada «Descripción» (aparece como «Descripción» en la vista general del plan de alarmas).
  • Para finalizar, haga clic en el botón «Listo».

Fig.: ventana de diálogo «Crear nueva configuración de plan de alarmas»; segundo paso: «Título y descripción»

 

  • En la ventana de «configuración» (de alarmas) —vista general del plan de alarmas— aparecerá en la lista su plan de alarmas creado y listo para vincularlo con una fuente de alarma (véase «Fuentes de alarmas»).

Fig.: ventana de «configuración» (de alarmas): vista general del plan de alarmas

 

 

 

 

Sv translation
languageit

Anker
oben
oben




Info
titleNOTA!

L’opzione “Esecuzione di un programma“ è un'interfaccia per operazioni configurabili da riga di comando. Questa opzione richiede competenze avanzate di programmazione! Se necessario, consultare un esperto.

Selezionando l'opzione “Esecuzione di un programma“ (ad es. SMS, Twitter, indirizzo Modbus, ...), è possibile eseguire un'operazione da riga di comando configurabile per ogni evento di allarme. Di seguito è riportato un esempio che avvia una notifica tramite “Twitter“.


Se la gestione allarmi prevede la pubblicazione di messaggi su Twitter, procedere come segue:

  1. Creare un account Twitter.
  2. Scaricare twt-file.
  3. File twt dopo c:Decomprimere \Programme\twt.
  4. Configurare twt (twt -config). A questo punto, nel browser si apre una pagina.
  5. Configurare il piano di allarme con l'azione “Esecuzione di un programma“.

Erweitern
titlePer informazioni su Twitter, cliccare qui...
Info

twt

...è un client twitter basato suriga di comando  scritto in .NET 4.0 utilizzando la libreria Twitterizer e impacchettati in un singolo eseguibile. It is OAuth compliant and pretty tiny. È inoltre conforme a Growl for Windows e si integra con il sistema di notifica.

twt permette solo di aggiornare il proprio stato dalla riga di comando, non può essere usato per navigare su Twitter.

Download

Ottieni l'ultima versione qui!

Utilizzo

twt è semplice!

Configurazione

Una volta che twt è stato scompattato, è necessario consentirgli l'autorizzazione al proprio account Twitter. Questo può essere fatto digitando twt -config alla riga di comando. Si aprirà una finestra del browser con la pagina di autorizzazione di twt. Una volta consentito l'accesso a twt, viene fornito un numero PIN da inserire nella casella di immissione che viene visualizzata. Una volta completata questa operazione, si è pronti a twittare dalla riga di comando.

Esiste anche un'opzione per la “modalità silenziosa“ che sopprime tutti i feedback di twt. La modalità silenziosa può essere attivata o disattivata nella configurazione:

twt -set quiet <true|false>

o come interruttore della riga di comando:

twt -q nessun messaggio in arrivo!

twt -quiet se vuoi essere più prolisso!

Tweeting

Twittare è semplice una volta che twt è stato autorizzato:

twt Ho appena configurato twt, è davvero fantastico!

Informazioni sull'autore

twt è stato scritto da Nick Gordon. È un tipo davvero in gamba. Utilizzando questo software, accetti di non fare mai causa a Nick Gordon per nessun motivo.



  • Dopo aver selezionato l'opzione “Esecuzione di un programma“ nel 1° Passaggio della finestra “Nuova azione“ fare clic sul pulsante “Avanti“.
  • Viene visualizzato nella finestra “Nuova azione“ del 2° Passaggio “Inserire la riga di comando e la directory di lavoro“.

Fig.: Finestra “Nuova azione“ - Opzione “Esecuzione di un programma“ - 1° Passaggio “Selezionare un’azione“


  • Per un messaggio Twitter, configurare i campi di immissione “Riga di comando“, “Parametri“ e “Directory di lavoro“ come mostrato.
  • Fare clic sul pulsante “Avanti”.
  • Viene visualizzato nella finestra “Nuova azione“ del 3° Passaggio “Titolo e descrizione“.

Fig.: Finestra “Nuova azione“ - Opzione “Esecuzione di un programma“ - 2° Passaggio “Inserire la riga di comando e la directory di lavoro” - Esempio “Pubblicare un messaggio su Twitter”.


  • Immettere nel campo di immissione “Titolo“ il titolo del programma e nel campo “Descrizione“ una descrizione del programma.
  • Fare clic sul pulsante “Fatto”.

Fig.: Finestra “Nuova azione“ - Opzione “Esecuzione di un programma“ - 3° Passaggio “Titolo e descrizione“.


Nella finestra di dialogo “Creare una nuova configurazione di allarme“ in “Azioni da eseguire“ compaiono il titolo precedentemente inserito della nuova azione e i 3 pulsanti:

1“Modifica“Fare clic sul pulsante per elaborare nuovamente l'azione “Esecuzione di un programma“.
2“Copia“
  • Fare clic sul pulsante per copiare le impostazioni dell'azione “Esecuzione di un programma“ negli appunti.
  • Le impostazioni dell'azione “Esecuzione di un programma“ negli appunti, si aggiungono facendo nuovamente clic sul pulsante. “Copia“ nelle nuove azioni.
3“Cancella“Cliccando il pulsante “Cancella“ l’azione si cancella.
4Facendo clic sul pulsante, si crea una nuova azione.
5Facendo clic sul pulsante vengono inserite le azioni dagli appunti.
Info
titleNOTA!

Le “Azioni da eseguire“ di cui sopra sono configurabili per ciascun evento di allarme (4 schede).

  • Fare clic sul pulsante “Avanti”.
  • Viene visualizzato nella finestra “Nuova configurazione piano di allarme“ del 2° passaggio “Titolo e descrizione“ (per il piano di allarme nel riepilogo piano di allarme).


Fig.: Finestra di dialogo “Creare una nuova configurazione del piano di allarme” - 1° Passaggio ”Configurazione piano di allarme”


  • Inserire nel campo “Titolo“ il titolo del piano di allarme (appare come “Nome“ nel riepilogo piano di allarme).
  • Inserire nel campo “Descrizione“ la descrizione (appare come “Descrizione“ nel riepilogo piano di allarme).
  • Per terminare, fare clic sul pulsante “Fatto“.

Fig.: Finestra di dialogo “Creare una nuova configurazione del piano di allarme” - 2° Passaggio “Titolo e descrizione“.


  • Nella finestra “Configurazione“ (allarme) (Riepilogo piano di allarme) il piano di allarme creato figura nell'elenco, pronto per essere collegato a una sorgente di allarme (cfr. Sorgenti di allarme).

Fig.: Finestra “Configurazione“ (allarme) - Riepilogo piano di allarme