User manual
Table Of Contents
- 1. Allgemeines
- 2. Technische Daten
- 3. Installation
- 4. Details zu den Kartentypen
- 4.1 RS232-Karten IF-R1 und IF-R2
- 4.2 USB-Karten IF-U1 und IF-U2
- 4.3 CAN-Karten IF-C1 und IF-C2
- 4.4 Analoge Schnittstelle IF-A1
- 4.5 GPIB-Karte IF-G1
- 4.5.1 Hinweise zur Kommunikation
- 4.5.2 Ansteuerung des Gerätes über GPIB
- 4.5.3 Begriffserläuterung
- 4.5.4 Unterschiede zu den anderen Schnittstellenkarten
- 4.5.5 Firmware-Aktualisierungen
- 4.5.6 Ausführungs- und Übertragungszeiten
- 4.5.7 IF-G1 konfigurieren
- 4.5.8 SCPI-Befehle und Abschlußzeichen
- 4.5.9 Fehlermeldungen
- 4.6 Ethernetkarten IF-E1 und IF-E2
- 5. Einsatz in anderen Geräteserien
- 6. Der System Link Mode (nur PSI 9000)
- 7. Kommunikation mit dem Gerät
- 7.1 Begriffserklärungen
- 7.2 Vorwort
- 7.3 Allgemeine Hinweise zur Kommunikation
- 7.4 Hinweise zum USB-Treiber
- 7.5 Aufbau der Kommunikation
- 7.6 Übertragungsparameter IF-R1 und IF-U1
- 7.7 Sollwerte und Istwerte umrechnen
- 7.8 Telegrammaufbau IF-R1 und IF-U1
- 7.9 Telegrammaufbau IF-C1
- 7.10 Telegrammaufbau IF-G1
- 7.11 Telegrammaufbau IF-E1
- 8. Kommunikation mit LabView
- 9. Kommunikation ohne Labview
- 10. Anschlüsse
- 1. General
- 2. Technical specifications
- 3. Installation
- 4. Details about the cards
- 5. Operation in other device series
- 6. The System Link Mode (only PSI9000)
- 7. Communication with the device
- 7.1 Terms explained
- 7.2 Prologue
- 7.3 General notes about the communication
- 7.4 About the USB driver
- 7.5 Structure of the communication
- 7.6 Transmission settings IF-R1 and IF-U1
- 7.7 Translating set/actual values
- 7.8 Telegram structure IF-R1 and IF-U1
- 7.9 Message structure for the IF-C1
- 7.10 Message structure IF-G1
- 7.11 Message structure IF-E1
- 8. Communication with LabView
- 9. Communication without LabView
- 10. Connectors

73
© 2009, Elektro-Automatik GmbH & Co. KG
EN
Averaging
(Specification according to „1999 SCPI Command reference“:4 Calculate Subsystem)
CALCulate
:AVERage:COUNt? -><1..100> Queries the number of measurements used for averaging
:AVERage:COUNt <1..100> Set the number of measurements for an averaged actual value
(Default is 100,
*RST has no effect)
:AVERage:AUTO B2 Using „ONCE“, only one measurement will be performed
Using „ON“ repeats the measurement automatically
The measurements always are for U
act
, I
act
, P
act
*RST cancels the averaging
:AVERage:STATe B0 „ON“ starts, „OFF“ stops averaging
Examples:
CALC:AVER:COUN8 If actual values are queried with MEAS:, the average value of the last 8 measurements is returned
CALC:AVER:STATOFF Stops averaging, only the last measured values is delivered.
Attention! This setting is not saved. It is reset to its default value 100 after a restart of the device.
The averaging performs x measurements of all actual values within a certain interval and these measurements are used to
form the average value. It can be queried with the MEAS: command, after the measuring cycle is finished.
If averaging has been turned on by CALC:AVER:STAT ON, a measurement cycle is started by *TRG (at setting CALC:
AVER:AUTO ONCE), which measures depending on CALC:AVER:COUNT x times before the OPC bit in the status Event
Status Register ESR is set. This is signalising, if enabled, the state via the esr bit in the status register STB. The status
register STB automatically generates a service request call.
Only after this, the measured values are allowed to be read. In case they‘re read too early, the interface will return ERR
-200, Execution error.
If averaging has been turned on with CALC:AVER:STAT ON and CALC:AVER:AUTO ON was set, the measurement cycle
does auto-repeat. The measured values and the device status are recorded every 20ms, so that at the default setting of 10
measurements the OPC is set every 2000ms. The measured values can be read out, after bit OPC has been queried.
Attention! When using averaging, it is required to query the bit OPC before the measured values are read out with
MEAS. Else an error is returned.
About the interface cards