Newtons4th PPA5500 KinetiQ Communications Manual

Newtons4th PPA5500 KinetiQ Communications Manual

Power analyzer, ppa55 series
Hide thumbs Also See for PPA5500 KinetiQ:

Advertisement

Quick Links

PPA5500
KinetiQ
COMMUNICATIONS
MANUAL
Firmware v2.159
th
10
April 2017

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PPA5500 KinetiQ and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Newtons4th PPA5500 KinetiQ

  • Page 1 PPA5500 KinetiQ COMMUNICATIONS MANUAL Firmware v2.159 April 2017...
  • Page 2 – do not attempt to open the instrument, refer service to the manufacturer or his appointed agent. Note: Newtons4th Ltd. shall not be liable for any consequential damages, losses, costs or expenses arising from the use or misuse of this product...
  • Page 3 The information in this manual is believed to be accurate and complete but Newtons4th Ltd cannot accept any liability whatsoever for any consequential damage or losses arising from any errors, inaccuracies, or omissions.
  • Page 4: Table Of Contents

    PPA55xx communications manual CONTENTS Using remote control .......... 1-1 Standard event status register ........1-3 Serial Poll status byte ..........1-4 RS232 connections ..........1-5 Data format............1-6 Communication commands ........2-1 *CLS ................2-1 *ESE ................2-2 *ESR? ................2-3 *IDN? ................
  • Page 5 PPA55xx communications manual DATALO? ................. 2-35 DAV? ................2-36 DAVER ................2-37 DAVER? ................2-38 DISPLAY ................. 2-39 DISPLAY? ................ 2-40 EFFICI ................2-41 EFFICI? ................2-42 FAST ................2-43 FQLOCK ................2-44 FQREF ................2-45 FREQFI ................2-46 FREQUE ................2-47 FSD? ................
  • Page 6 PPA55xx communications manual RESULT? ................. 2-80 REZERO ................2-81 SCALE ................2-82 SCOPE?................2-83 SCREEN? ................. 2-84 SETUP ................2-85 SETUP? ................2-86 SHUNT ................2-87 SMOOTH ................. 2-88 SPEED ................2-89 START ................2-90 STATUS? ................. 2-91 STOP ................2-92 SUSPEN ................
  • Page 7: Using Remote Control

    PPA55xx communications manual Using remote control instrument fitted with RS232 serial communications port, USB, IEEE488 (GPIB) and LAN interface. All the interfaces use the same ASCII protocol with the exception of the end of line terminators: Rx expects Tx sends RS232 carriage return carriage return...
  • Page 8 PPA55xx communications manual The instrument maintains an error status byte consistent with the requirements of the IEEE488.2 protocol (called the standard event status register) that can be read by the mandatory command *ESR? (See section 2). The instrument also maintains a status byte consistent with the requirements of the IEEE488.2 protocol, that can be read either with the IEEE488 serial poll function or by the mandatory command *STB? over RS232 or IEEE or...
  • Page 9: Standard Event Status Register

    PPA55xx communications manual Standard event status register bit 0 OPC (operation complete) cleared by most commands set when data available or sweep complete bit 2 QYE (unterminated query error) set if no message ready when data read bit 3 DDE (device dependent error) set when the instrument has an error bit 4 EXE...
  • Page 10: Serial Poll Status Byte

    PPA55xx communications manual Serial Poll status byte bit 0 RDV (result data available) set when results are available to be read as enabled by DAVER bit 3 ALA (alarm active) set when an alarm is active and enabled by ALARMER bit 4 MAV (message available) set when a message reply is waiting to be read bit 5 ESB...
  • Page 11: Rs232 Connections

    PPA55xx communications manual RS232 connections The RS232 port on the instrument uses the same pinout as a standard 9 pin serial port on a PC or laptop (9-pin male ‘D’ type). Function Direction in (+ weak pull up) RX data TX data not used not used...
  • Page 12: Data Format

    PPA55xx communications manual Data format Non integer results are sent as ASCII characters in a scientific format consisting of 5 or 6 digit mantissa plus exponent: +1.2345+E00 +1.23456+E00 For higher speed transfer a proprietary binary format can be selected which compresses the data into 4 bytes, each of which is sent with the msb set to distinguish them from ASCII control characters.
  • Page 13: Communication Commands

    PPA55xx communications manual Communication commands *CLS *CLS Function: Clear status Description: Clears the standard event status register. Format: *CLS Arguments: none Reply: none Example: *CLS *ESR? Notes:...
  • Page 14: Ese

    PPA55xx communications manual *ESE *ESE Function: Set standard event status enable register. Description: Enable which bits of the standard event status register set the ESB bit in the serial poll status byte.. Format: *ESE, value Arguments: decimal equivalent of bits in standard event status enable register Reply: can be read by *ESE?
  • Page 15: Esr

    PPA55xx communications manual *ESR? *ESR? Function: Standard event status register query Description: Returns the contents of the standard event status register and clears it. Format: *ESR? Arguments: none Reply: decimal equivalent of bits in standard event status register Example: *ESR? Notes: The following bits in the standard event status register have been implemented:...
  • Page 16: Idn

    PPA55xx communications manual *IDN? *IDN? Function: Identify query Description: Returns a standard format identification string. Format: *IDN? Arguments: none Reply: An ASCII string in the IEEE488.2 format: manufacturer,model,serial no,version Example: *IDN? NEWTONS4TH,PPA2530 KinetiQ, 01234,1.00 Notes:...
  • Page 17: Opc

    PPA55xx communications manual *OPC? *OPC? Function: Test for operation complete Description: Returns previous operation completed, 0 if not. Format: *OPC? Arguments: none Reply: 0 or 1 Example: START *OPC? *OPC? *OPC? Notes: *OPC? can be used to indicate when data is available or when a frequency sweep has completed.
  • Page 18: Rst

    PPA55xx communications manual *RST *RST Function: Reset Description: Resets the instrument to the default state and clears the standard event status register. Format: *RST Arguments: none Reply: none Example: *RST Notes: The *RST command loads the default configuration. This is the same as loading default configuration PROGRAM menu.
  • Page 19: Sre

    PPA55xx communications manual *SRE *SRE Function: Set service request enable register. Description: Enable which bits of the status byte register initiate a service request. Format: *SRE, value Arguments: decimal equivalent of bits in status byte register Reply: can be read by *SRE? Example: *SRE, 1 generate a service request when data...
  • Page 20: Sre?

    PPA55xx communications manual *SRE? *SRE? Function: Read service request enable register. Description: Read back the present setting of the service request enable register. Format: *SRE? Arguments: Reply: decimal equivalent of bits in status byte register that would generate a service request.
  • Page 21: Stb

    PPA55xx communications manual *STB? *STB? Function: Read serial poll status byte Description: Returns the decimal value of the serial poll status byte. Format: *STB? Arguments: none Reply: decimal value of the serial poll status byte Example: *STB? Notes: The following bits in the serial poll status register have been implemented: bit 0 RDV (results data available) bit 3 ALA...
  • Page 22: Trg

    PPA55xx communications manual *TRG *TRG Function: Trigger Description: Initiates a new measurement, resets the range and smoothing. Format: *TRG Arguments: none Reply: none Example: MODE,VRMS *TRG VRMS,SURG? Notes: 2-10...
  • Page 23: Tst

    PPA55xx communications manual *TST? *TST? Function: Self test query Description: Returns the results of self test Format: *TST? Arguments: none Reply: single integer bit 0 – set if uncalibrated bit 1 – set if DSP zero error bit 2 – set if DSP run error bit 3 –...
  • Page 24: Wai

    PPA55xx communications manual *WAI *WAI Function: Wait for operation complete Description: Suspends communication until the previous operation has completed Format: *WAI Arguments: none Reply: none Example: *TRG *WAI POWER,PHASE1? Notes: 2-12...
  • Page 25: Abort

    PPA55xx communications manual ABORT ABORT Function: Abort datalog Description: Abort datalog data acquisition. Format: ABORT Arguments: none Reply: none Example: DATALOG,RAM,0.02 START wait for data values ABORT Notes: 2-13...
  • Page 26: Adimap

    PPA55xx communications manual ADIMAP ADIMAP Function: Map the results used for a MULTILOG? To an ADI40 output. Description: Set the source result, the zero and the scaling factor for an ADI output.. Format: ADIMAP,channel,result,zero,scale Arguments: channel: 1-20 result: 1-64 Reply: none Example: ADIMAP,2,1,40.0,2.0...
  • Page 27: Alarm

    PPA55xx communications manual ALARM ALARM Function: Set common controls for alarm1 and alarm2. Description: Set the alarm latch and sounder control. Format: ALARM,latch,sounder Arguments: latch: sounder: ENABLED DISABLED Reply: none Example: ALARM,ON,DISABLED Notes: 2-15...
  • Page 28: Alarm?

    PPA55xx communications manual ALARM? ALARM? Function: Read alarm status. Description: Reads the status of the measurements and 2 alarms. Format: ALARM? Arguments: none Reply: single integer bit 0 data available bit 1 data error bit 2 alarm 1 bit 3 alarm 2 Example: ALARM?
  • Page 29: Alarm1

    PPA55xx communications manual ALARM1 ALARM1 Function: Set parameters for alarm1. Description: Set alarm1 type and thresholds. Format: ALARM1,type,data,high,low Arguments: type: DISABLED HIGH INSIDE OUTSIDE LINEAR data high: high threshold low: low threshold Reply: none Example: ALARM1,HIGH,1,2,0 Notes: Both thresholds must be sent even if only one is used.
  • Page 30: Alarm2

    PPA55xx communications manual ALARM2 ALARM2 Function: Set parameters for alarm2. Description: Set alarm2 type and thresholds. Format: ALARM2,type,data,high,low Arguments: type: DISABLED HIGH INSIDE OUTSIDE data 1-4 for zoom data high: high threshold low: low threshold Reply: None Example: ALARM2,LOW,3,0,0.5 Notes: Both thresholds must be sent even if only one is used.
  • Page 31: Alarme

    PPA55xx communications manual ALARME ALARME Function: Set alarm status enable register Description: Sets bits in the alarm status enable register to control which alarm bit if any set the alarm active bits in the status byte. Format: ALARME,value Arguments: decimal equivalent of alarm bits bit2 set bit 3 of status byte when alarm 1 is active bit3 set bit 3 of status byte when...
  • Page 32: Alarme?

    PPA55xx communications manual ALARME? ALARME? Function: Read alarm status enable register Description: Read back present bits in the alarm status enable register which controls the alarm active bit in the status byte. Format: ALARME? Arguments: none Reply: decimal equivalent of alarm bits Example: ALARME? Notes:...
  • Page 33: Applic

    PPA55xx communications manual APPLIC APPLIC Function: Select application mode. Description: Some applications require special settings within instrument optimum measurement Format: APPLIC,type,setting Arguments: type: NORMAL (PWM Motor Drive) BALLAST (Lighting ballast) INRUSH (Inrush Current) POWERT (Transformer mode) STANDB (Standby power) CALIBR (Calibration) IEC610 (IEC Harmonics/Flicker)
  • Page 34: Bandwi

    PPA55xx communications manual BANDWI BANDWI Function: Select bandwidth. Description: The analogue bandwidth of the instrument can be selected as “wide” (to 3MHz). For low noise measurements at low frequency the bandwidth can be restricted to “low” (to 40kHz). For measurements of dc in the presence of large ac signal, the bandwidth can be further restricted to “dc only”...
  • Page 35: Bandwi?

    PPA55xx communications manual BANDWI? BANDWI? Function: Read bandwidth setting. Description: Returns numerical value bandwidth setting. Format: BANDWI,phase? Arguments: phase: PHASE1 PHASE2 PHASE3 Reply: 0 = WIDE 1 = LOW 2 = DCONLY Example: BANDWI,PHASE3,LOW BANDWI,PHASE3? Notes: If independent input control has not been enabled then the setting for phase 1 is used for all phases.
  • Page 36: Beep

    PPA55xx communications manual BEEP BEEP Function: Sound the buzzer Description: Makes a “beep” from the instrument. Format: BEEP Arguments: none Reply: none Example: BEEP Notes: 2-24...
  • Page 37: Blanki

    PPA55xx communications manual BLANKI BLANKI Function: Select blanking Description: Enable or disable low value blanking. Format: BLANKI,value Arguments: value: Reply: none Example: BLANKI,OFF Notes: 2-25...
  • Page 38: Calver

    PPA55xx communications manual CALVER CALVER Function: Load a calibration verification string. Description: When calibrated, the instrument stores a text string which can be read on the front panel (press SYS and LEFT). This shows date calibration. Users subsequently verify the accuracy in their own calibration facilities can enter an alternative string with the new date.
  • Page 39: Calver?

    PPA55xx communications manual CALVER? CALVER? Function: Read back the calibration verification string. Description: When calibrated, the instrument stores a text string which can be read on the front panel (press SYS and LEFT). This shows date calibration. Users subsequently verify the accuracy in their own calibration facilities can enter an alternative string with the new date.
  • Page 40: Captur

    PPA55xx communications manual CAPTUR? CAPTUR? Function: Read back Capture mode data. Description: Returns captured oscilloscope data. Data is returned in 200 lines of 250 values per channel. Format: CAPTUR? Arguments: none Reply: Multiple data values. Example: CAPTUR? Notes: This command only applies to PPA5532 firmware.
  • Page 41 PPA55xx communications manual 250 pieces of data each made up of 2 bytes. d1.1 is data 1 bit 1, d1.2 is data 1 bit 2, d2.1 is data 2 bit 1, d2.2 is data 2 bit 2 etc. 1 byte that represents the error checking bit [error].
  • Page 42: Config

    PPA55xx communications manual CONFIG CONFIG Function: Direct access of configuration parameters Description: Sets configuration parameter for which there may not be a direct command. Format: CONFIG,index,data Arguments: index is the number of the parameter data is the data for that parameter Reply: none Example:...
  • Page 43: Config?

    PPA55xx communications manual CONFIG? CONFIG? Function: Configurable parameter query Description: Reads the present value of a single parameter. Format: CONFIG,index? CONFIG?index Arguments: index is the parameter number Reply: Value of parameter, real or integer as appropriate. Example: CONFIG,6? (read phase convention) CONFIG,6,1 (set phase convention) CONFIG,6?
  • Page 44: Coupli

    PPA55xx communications manual COUPLI COUPLI Function: Set ac or ac+dc coupling. Description: Selects the input coupling for a given input channel. Format: COUPLI,phase,coupling Arguments: phase: PHASE1 PHASE2 PHASE3 coupling: AC+DC ACONLY DCONLY Reply: none Example: COUPLI,PHASE2,AC+DC Notes: In multi phase applications, the coupling on phase 1 is applied to other phases unless “independent...
  • Page 45: Coupli?

    PPA55xx communications manual COUPLI? COUPLI? Function: Read ac/dc coupling setting. Description: Returns a numerical value for the coupling setting. Format: COUPLI,phase,coupling Arguments: phase: PHASE1 PHASE2 PHASE3 Reply: 0 = AC+DC 1 = ACONLY 2 = DCONLY Example: COUPLI,PHASE2,AC+DC COUPLI,PHASE2? Notes: In multi phase applications, the coupling on phase 1 is applied to other phases unless...
  • Page 46: Datalo

    PPA55xx communications manual DATALO DATALO Function: Set up datalog Description: Sets datalog parameters or accesses datalog non-volatile store. Format: DATALO,function,interval,speed Arguments: function: DISABLE NONVOL RECALL DELETE interval: datalog interval in seconds speed: HIGH Reply: none Example: DATALOG,NONVOL,10 DATALOG,RAM,0,HIGH Notes: set interval to 0 to record every measurement as fast as possible.
  • Page 47: Datalo?

    PPA55xx communications manual DATALO? DATALO? Function: Read back datalog results Description: Return datalog values, one record per line, or the number of lines available Format: DATALO,start,records? DATALO,0? DATALO,LINES? Arguments: start: first record to return records: number of records to return return all new records since last read Reply: 3 to 6 data values depending on settings:...
  • Page 48: Dav

    PPA55xx communications manual DAV? DAV? Function: Data available query Description: Returns data availability status. Format: DAV? Arguments: none Reply: Decimal equivalent of data available bits: bit0 new data available bit1 data available bit2 harmonic series data available bit6 integration data available bit7 datalog data available Example: SPEED,SLOW...
  • Page 49: Daver

    PPA55xx communications manual DAVER DAVER Function: Set data available enable register Description: Sets bits in the data available enable register to control which status bits set the data available bits in the status byte. Format: DAVER,value Arguments: decimal equivalent of data available bits bit0 set bit 0 of status byte when new data available bit1 set bit 0 of status byte when...
  • Page 50: Daver?

    PPA55xx communications manual DAVER? DAVER? Function: Read data available enable register Description: Read back present setting of the data available enable register, which controls the status bits that set the data available bits in the status byte. Format: DAVER? Arguments: none Reply: decimal equivalent of bits...
  • Page 51: Display

    PPA55xx communications manual DISPLAY DISPLAY Function: Set the display page Description: Selects the page on the display so that the zoom data can be used for alarms. Format: DISPLAY,page Arguments: page: PHASE1 PHASE2 PHASE3 NEUTRAL TOTAL FUNDAMENTAL VOLTAGE CURRENT Reply: None Example: DISPLAY,FUNDAMENTAL...
  • Page 52: Display?

    PPA55xx communications manual DISPLAY? DISPLAY? Function: Read the displayed data Description: Returns all the values presently on the screen. Format: DISPLAY? Arguments: none Reply: Multiple floating point values separated by commas Example: DISPLAY? Notes: 2-40...
  • Page 53: Effici

    PPA55xx communications manual EFFICI EFFICI Function: Set efficiency calculation Description: Selects the data to be used for the efficiency calculation. Format: EFFICI,formula Arguments: formula: 0 – disabled 1 – phase 1 / phase 2 2 – phase 2 / phase 1 3 –...
  • Page 54: Effici?

    PPA55xx communications manual EFFICI? EFFICI? Function: Read efficiency result Description: Reads back the total and fundamental efficiency results. Format: EFFICI? Arguments: none Reply: 2 data values separated by commas: total, fundamental Example: EFFICI? data returned Notes: 2-42...
  • Page 55: Fast

    PPA55xx communications manual FAST FAST Function: Set fast communications mode. Description: Disables the screen drawing for high speed operation. Format: FAST,value Arguments: value: Reply: none Example: FAST,ON Notes: FAST mode does not suppress the data acquisition which continues background. See SUSPEND to disable all non-communication functions.
  • Page 56: Fqlock

    PPA55xx communications manual FQLOCK FQLOCK Function: Lock frequency. Description: Set the technique for determining the frequency for analysis. Format: FQLOCK,value,frequency Arguments: value: NORMAL CONSTANT DYNAMIC frequency (optional) CONSTANT - enter frequency DYNAMIC-enter minimum frequency Reply: none Example: FQLOCK,ON FQLOCK,Dynamic,100 Notes: FQLOCK,CONSTANT Without an argument locks the frequency to the present value.
  • Page 57: Fqref

    PPA55xx communications manual FQREF FQREF Function: Set frequency reference. Description: Select channel used measuring the frequency. Format: FQREF,phase FQREF,channel FQREF,phase,channel Arguments: channel: voltage current Speed Ac Line phase: PHASE1 PHASE2 PHASE3 Reply: none Example: FQREF,CURRENT Notes: Measured phase is always referred to phase 1 voltage no matter what channel is selected to measure the frequency, unless phase 1 is not active (eg phase 2...
  • Page 58: Freqfi

    PPA55xx communications manual FREQFI FREQFI Function: Set the frequency filter Description: Selects a filter to be applied to the data used for frequency measurement to help synchronise in noisy environments. Format: FREQFI,value Arguments: value: Reply: none Example: FREQFI,ON Notes: The filter is applied only to the data used for frequency measurement and does not change data...
  • Page 59: Freque

    PPA55xx communications manual FREQUE FREQUE Function: Set the analysis frequency Description: Sets the analysis frequency in Hz for frequency lock mode. Format: FREQUE,frequency Arguments: frequency in Hz Reply: none Example: FQLOCK,ON FREQUE,5e4 (set frequency to 50kHz) Notes: Lock frequency with FQLOCK,ON before sending the desired frequency with the FREQUE command.
  • Page 60: Fsd

    PPA55xx communications manual FSD? FSD? Function: Read the full scale of all input channels at once or that of an individually selected input channel. Description: Returns full scale value channels or that of a single selected channel. Format: FSD? FSD,CH? Arguments: None CH1, CH2, CH3, CH4, CH5, CH6...
  • Page 61: Harmon

    PPA55xx communications manual HARMON HARMON Function: Set harmonic analyser mode. Description: Set harmonic analyser mode and parameters. Format: HARMON,para,harmonic,max,stepsize Arguments: para: THDD difference formula THD THDS harmonic series THD Telephone Influence Factor Telephone Harmonic Factor Total Demand Distortion Total Rated Distortion HPHASE Series harmonic phase INTERH Interharmonic sweep...
  • Page 62 PPA55xx communications manual is reset by any THD command. maximum value length harmonic series is as follows: 100 for harmonic factor, harmonic RMS, TIF, THF, TDD and TRD. Harmonic Series Series Harmonic Phase. 9999 for Interharmonic sweep. The stepsize argument only applies to Interharmonic Sweep.
  • Page 63: Harmon?

    PPA55xx communications manual HARMON? HARMON? Function: Harmonic analyser query Description: Read harmonic results. Sets harmonic analyser mode already set. Waits for next unread data if necessary. Clears new data available bit read by DAV? Format: HARMON? HARMON,phase? HARMON,SERIES? HARMON,phase,SERIES? Arguments: phase: PHASE1 PHASE2...
  • Page 64: Hold

    PPA55xx communications manual HOLD HOLD Function: Set data hold Description: Turns data hold on or off. Useful for reading data from different phases without it being changed between reads. Format: HOLD,state Arguments: State: Reply: none Example: HOLD,ON POWER,PHASE1,WATTS? POWER,PHASE2,WATTS? POWER,PHASE3,WATTS? HOLD,OFF Notes: 2-52...
  • Page 65: Input

    PPA55xx communications manual INPUT INPUT Function: Set input mode Description: Selects the input type of the instrument Format: INPUT,channel,type Arguments: channel: type: INTERN EXTATT EXTSHU Reply: none Example: INPUT,CH1,EXTSHU Notes: CH1 applies to all voltage channels CH2 applies to all current channels 2-53...
  • Page 66: Integr

    PPA55xx communications manual INTEGR INTEGR Function: Set integrated power mode. Description: Set integrated power mode, whether the integration for Watts and current use signed or unsigned values, and whether accumulated averaged values computed. Also sets up run time for integration over a specific interval.
  • Page 67: Integr?

    PPA55xx communications manual INTEGR? INTEGR? Function: Read integrated power mode. Description: Read integrated power mode for the selected phase. Format: INTEGR,phase? Arguments: phase: PHASE1 PHASE2 PHASE3 PHASES Reply: 13 values separated by commas time,Wh,WH.f,VAh,VAh.f,VArh,Varh.f pf,pf.f,V,V.f,Ah,Ah.f Example: START wait for integration time INTEGR,PHASE1? data returned Notes:...
  • Page 68: Keyboa

    PPA55xx communications manual KEYBOA KEYBOA Function: Disable front panel keyboard. Description: The front panel keyboard can be disabled to prevent accidental operation. Format: KEYBOARD,value Arguments: value: ENABLE DISABLE Reply: none Example: KEYBOARD,DISABLE Notes: The keyboard can be re-enabled from the front panel only by pressing the HOME key.
  • Page 69: Lcr

    PPA55xx communications manual Function: Set LCR meter mode. Description: Set LCR mode and conditions. Format: LCR,parameter Arguments: parameter: AUTO CAPACITANCE INDUCTANCE IMPEDANCE Reply: none Example: LCR,IMPEDA Notes: 2-57...
  • Page 70: Lcr?

    PPA55xx communications manual LCR? LCR? Function: LCR meter query Description: Read LCR meter results. Sets LCR meter mode if not already set. Waits for next unread data if necessary. Clears new data available bit read by DAV? Format: LCR,phase? Arguments: phase: PHASE1 PHASE2...
  • Page 71: Lowfre

    PPA55xx communications manual LOWFRE LOWFRE Function: Set low frequency mode Description: Sets frequency option extending the measurement window. Format: LOWFRE,value Arguments: value: Reply: none Example: LOWFRE,ON Notes: LOWFRE is mainly used for measuring low frequencies (<5 Hz). However, as it applies digital filtering, it may also be useful when analysing any signals below a few hundred Hertz.
  • Page 72: Mode

    PPA55xx communications manual MODE MODE Function: Set mode Description: Sets the basic operating mode of the instrument. Format: MODE,type Arguments: type: POWER (power meter) INTEGR (integrator) HARMON (harmonic analyser) (rms voltmeter) (LCR meter) SCOPE (oscilloscope) PHASEM (phase meter) Reply: none Example: MODE,LCR Notes:...
  • Page 73: Mslave

    PPA55xx communications manual MSLAVE MSLAVE Function: Set master/slave mode Description: Enables the instrument to synchronise with second instrument simultaneously measure up to 6 phases. Format: MSLAVE,type Arguments: type: DISABLE MASTER SLAVE Reply: none Example: MSLAVE,MASTER Notes: 2-61...
  • Page 74: Multil

    PPA55xx communications manual MULTIL MULTIL Function: Selects data for multi string reply Description: Selects data values across phases and functions that can be read in a single string using the MULTIL? command. Format: MULTILOG,index,phase,function Arguments: index: clear all 1-64 select data 1-64 phase: phase 1-3 neutral...
  • Page 75: Multil?

    PPA55xx communications manual MULTIL? MULTIL? Function: Reads multi string reply Description: Waits for data to be available (if required) then returns selected results. Either a single string or multiple string replies can be selected. Format: MULTIL? MULTIL,number? Arguments: number: The required number of data string replies Reply: A single reply string containing up to 64...
  • Page 76: Newloc

    PPA55xx communications manual NEWLOC NEWLOC Function: Waits for new data then holds so that multiple commands can be used on the same data set. Description: Reads multiple sets of data Format: NEWLOC Arguments: None Reply: Data as per returned parameter query. ie from power, harmonics etc.
  • Page 77: Noisef

    PPA55xx communications manual NOISEF NOISEF Function: Sets the noise filter. Description: Sets noise filter to value sent in string between 1KHz and 250KHz. Format: NOISEF,[PHASEx],value,frequency Arguments: [PHASEx]: Phase1 Phase2 Phase3 Value: frequency: Between: 1000 – 250000 Reply: none Example: NOISEF,PHASE1,ON,1500 Notes: Applies a digital filter for use in high noise environments.
  • Page 78: Noover

    PPA55xx communications manual NOOVER NOOVER Function: Disable overranging Description: Prevents overrange error from blanking out results in manual ranging. Format: NOOVER,value Arguments: value: Reply: none Example: NOOVER,ON Notes: This can be useful when testing devices in a noisy environment. The range can be set to the correct range for the signal to be measured even if sporadic noise spikes would push it up on to the next range.
  • Page 79: Pfconv

    PPA55xx communications manual PFCONV PFCONV Function: Set power factor sign convention. Description: Fundamental power factor is given a sign depending convention either: negative if lagging current negative if leading current Format: PFCONV,type Arguments: type: NEGLAG NEGLEA Reply: none Example: PFCONV,NEGLAG Notes: An inductive load would have a lagging current;...
  • Page 80: Phangref

    PPA55xx communications manual PHANGREF PHANGREF Function: Set phase angle reference. Description: Select phase angle reference to current or voltage. Format: PHANGREF,reference Arguments: reference: Current Voltage Reply: none Example: PHANGREF,current PHANGREF,voltage Notes: 2-68...
  • Page 81: Phasem

    PPA55xx communications manual PHASEM PHASEM Function: Set phase meter mode. Description: Select phase meter mode and reference. Format: PHASE,reference Arguments: reference: ratio = ch2/ch1 ratio = ch1/ch2 Reply: none Example: PHASEM,CH2 Notes: 2-69...
  • Page 82: Phasem?

    PPA55xx communications manual PHASEM? PHASEM? Function: Phase meter query Description: Reads phase meter results. Sets phase meter mode if not already set. Waits for next unread data if available. Clears new data available bit read by DAV? Format: PHASEM? PHASEM,phase? Arguments: phase: PHASE1...
  • Page 83: Phconv

    PPA55xx communications manual PHCONV PHCONV Function: Set phase convention and the harmonic angle. Description: Set phase convention and optionally the harmonic angle. Format: PHCONV,convention,angle Arguments: convention: 180: -180 to +180 -360: 0 to -360 +360: 0 to +360 Angle: Cosine Sine Reply: none...
  • Page 84: Power

    PPA55xx communications manual POWER POWER Function: Set up power analyser mode. Description: Configure power analyser with current display type Format: POWER,sum type Arguments: sum type: TOTAL AVERAGE Reply: none Examples: POWER,TOTAL Notes: 2-72...
  • Page 85: Power?

    PPA55xx communications manual POWER? POWER? Function: Read power analyser results Description: Reads back latest power analyser results. Sets power analyser mode. Waits for next unread data if necessary. Clears new data available status bit. Format: POWER,phase,results? Arguments: phase: PHASE1 PHASE2 PHASE3 PHASES NEUTRAL (current only)
  • Page 86 PPA55xx communications manual PH-PH: freq,rms1,mag1,lag1,rms2... Example: POWER,VECTORS? data returned Notes: POWER? without specifying the phase returns the appropriate single phase data. PHASES returns the data for all valid phases 1-3. 2-74...
  • Page 87: Progra

    PPA55xx communications manual PROGRA PROGRA Function: Access non volatile program stores. Description: Recall, store delete non-volatile program store. Format: PROGRA,function,number Arguments: function: RECALL STORE DELETE number 0-100 Reply: none Example: PROGRA,RECALL,13 Notes: Number represents factory default, which can only be recalled. 2-75...
  • Page 88: Progra?

    PPA55xx communications manual PROGRA? PROGRA? Function: Identify current program. Description: Reads the name of the last program to be loaded or recalled. Format: PROGRA? Arguments: none Reply: text string Example: PROGRA? factory default Notes: 2-76...
  • Page 89: Range

    PPA55xx communications manual RANGE RANGE Function: Set channel ranging. Description: Select minimum range and range control for a given input channel. Format: RANGE,channel,ranging,range Arguments: channel: ranging: AUTO UPAUTO MANUAL range: range number 1-9 Reply: none Example: RANGE,CH2,MANUAL,4 Notes: CH1 sets the voltage range CH2 sets the current range Refer to the user manual for the range corresponding to each range number...
  • Page 90: Resolu

    PPA55xx communications manual RESOLU RESOLU Function: Set the data resolution Description: Data is returned in scientific format with exponent and mantissa. The resolution of the mantissa may be selected to be 5 digit (NORMAL) or 6 digit (HIGH) or 20 bit (BINARY).
  • Page 91: Result

    PPA55xx communications manual RESULT RESULT Function: Access non volatile results stores. Description: Recall, store or delete non-volatile results. Format: RESULT,function,number Arguments: function: RECALL STORE DELETE number 1-20 Reply: none Example: RESULT,RECALL,13 Notes: There are 3 types of result: normal, harmonic and scope. Harmonic and scope results occupy 3 locations each.
  • Page 92: Result?

    PPA55xx communications manual RESULT? RESULT? Function: Identify used result stores. Description: Reads a directory of the 20 non-volatile result locations. Format: RESULT? Arguments: none Reply: 20 integers separated by commas Example: RESULT? 0,0,1,3,-1,-1,0,2,-1,-1,0,0,0,0,0,0,0,0,0,0 Notes: 0 = empty 1 = normal result 2 = harmonic result 3 = scope result -1 = continuation of previous...
  • Page 93: Rezero

    PPA55xx communications manual REZERO REZERO Function: Rezero front end Description: Request the DSP to re-compensate for dc offset and compute a new autozero Format: REZERO Arguments: none Reply: none Example: REZERO Notes: 2-81...
  • Page 94: Scale

    PPA55xx communications manual SCALE SCALE Function: Set channel scale factor. Description: Set a multiplying scale factor for a given input channel. Format: SCALE,channel,factor Arguments: channel: factor: multiplying scale factor Reply: none Example: SCALE,CH2,10 Notes: CH1 sets the scale for all voltage channels CH2 sets the scale for all current channels 2-82...
  • Page 95: Scope

    PPA55xx communications manual SCOPE? SCOPE? Function: Fetch raw scope data. Description: Read back raw oscilloscope data. Format: SCOPE,channel? SCOPE,phase,channel? Arguments: phase: PHASE1 PHASE2 PHASE3 NEUTRA channel: VOLTAGE CURRENT Reply: 252 signed integers: range trigger 250 x data Example: HOLD,ON SCOPE,PHASE1,VOLTAGE? read data SCOPE,PHASE2,VOLTAGE? read data...
  • Page 96: Screen

    PPA55xx communications manual SCREEN? SCREEN? Function: Read the screen data Description: Returns a bit map of screen pixel display in ascii and hex format Format: SCREEN? Arguments: none Reply: Multiple data bit values Example: SCREEN? data returned Notes: SCREEN? response: ASCII coded Hex (2 characters for each byte) 240 lines of 40 bytes (each line...
  • Page 97: Setup

    PPA55xx communications manual SETUP SETUP Function: Upload instrument set up Description: All the settings within the instrument may be read by SETUP? The same settings may then be stored by ending the same data back to the instrument. As it sends all settings in a compressed format it is quicker than...
  • Page 98: Setup?

    PPA55xx communications manual SETUP? SETUP? Function: Read instrument set up Description: All the settings within the instrument may be read by SETUP? The same settings may then be stored by ending the same data back to the instrument. As it sends all settings in a compressed format it is quicker than...
  • Page 99: Shunt

    PPA55xx communications manual SHUNT SHUNT Function: Set channel shunt value Description: Set the resistance factor of an external current shunt to be divided into the measured voltage given input channel. Format: SHUNT,channel,resistance Arguments: channel: resistance: shunt resistance in Ohms Reply: none Example: SHUNT,CH1,10...
  • Page 100: Smooth

    PPA55xx communications manual SMOOTH SMOOTH Function: Select the smoothing Description: Sets the filter time constant and dynamic response. Format: SMOOTH,type,dynamics Arguments: type: NONE NORMAL SLOW dynamics: AUTO FIXED Reply: none Example: SMOOTH,NORMAL,FIXED SMOOTH,NONE Notes: necessary send both parameters if it is only required to set the type.
  • Page 101: Speed

    PPA55xx communications manual SPEED SPEED Function: Sets the measurement speed Description: Sets the minimum window size for the measurement. Format: SPEED,value,window Arguments: value: VFAST FAST MEDIUM SLOW VSLOW WINDOW Reply: none Example: SPEED,SLOW SPEED,WINDOW,0.1 Notes: The window size argument is only needed for the WINDOW option 2-89...
  • Page 102: Start

    PPA55xx communications manual START START Function: Start datalog Description: Initiate datalog data acquisition. Format: START Arguments: none Reply: none Example: DATALOG,RAM,0.02 START Notes: 2-90...
  • Page 103: Status

    PPA55xx communications manual STATUS? STATUS? Function: Read back channel ranging status. Description: Read back condition of selected channel: range number (1-16) range text overflow/underflow status Format: STATUS? STATUS,channel? STATUS?channel Arguments: channel: Reply: range number,range text,over/under/ok 1-16 range as per RANGE command OVER if overflow LOW if underflow OK if in range...
  • Page 104: Stop

    PPA55xx communications manual STOP STOP Function: Stop datalog Description: Stop datalog data acquisition. Format: STOP Arguments: none Reply: none Example: DATALOG,RAM,0.02 START wait for data values STOP read data values Notes: 2-92...
  • Page 105: Suspen

    PPA55xx communications manual SUSPEN SUSPEN Function: Suspend data acquisition. Description: Disable the data acquisition to maximise the communication speed. Format: SUSPEN,value Arguments: value: Reply: none Example: FAST,ON SUSPEN,ON MULTILOG? SUSPEN,OFF FAST,OFF Notes: 2-93...
  • Page 106: Tagrep

    PPA55xx communications manual TAGREP TAGREP Function: Set up a reply tag Description: Select a reply tag to identify the instrument in a multi-instrument environment Format: TAGREP,on/off Arguments: on/off: Reply: none Example: TAGREP,ON *ESR? PPA5530:00635:1 Notes: When “tag reply” is turned on every reply string has a prefix of an identification string comprising the model and serial number...
  • Page 107: Temper

    PPA55xx communications manual TEMPER TEMPER Function: Set up temperature measurement Description: Set scaling and offset for a temperature sensor connected to the torque input (power transformer application mode) Format: TEMPER,type,scalefactor,offset Arguments: type: DISABLED CENTIG FARHEN scale: multiplying factor in degrees/Volt offset: additive zero in Volts Reply:...
  • Page 108: Temper?

    PPA55xx communications manual TEMPER? TEMPER? Function: Read the temperature Description: Returns the measured temperature from a sensor connected to the torque input Format: TEMPER? Arguments: none Reply: single data value Example: TEMPER? data returned Notes: 2-96...
  • Page 109: Torqsp

    PPA55xx communications manual TORQSP TORQSP Function: Set up torque and speed measurement Description: Set scaling for torque and speed measurements Format: TORQSP,type,torquescaling,speedscaling TORQSP,OFFSET,torqueoffset,speedoffset Arguments: type: DISABLED ANALOG PULSED OFFSET Reply: none Example: TORQSP,PULSED,10,50 speed measured by pulse torque scaling = 10Nm/V 50 pulses/revolution Notes: If type = ANALOG then speed scaling is in...
  • Page 110: Torqsp?

    PPA55xx communications manual TORQSP? TORQSP? Function: Read the mechanical power Description: Returns measured mechanical data values Format: TORQSP? Arguments: none Reply: 3 data values separated by commas: power, torque, speed Example: TORQSP? data returned Notes: 2-98...
  • Page 111: User

    PPA55xx communications manual USER? USER? Function: Read the user data Description: Returns up to 3 lines of user data Format: USER? Arguments: none Reply: 3 lines of ASCII terminated by CR Example: USER? Newtons4th Ltd R&D department KinetiQ #4 Notes: 2-99...
  • Page 112: Varcon

    PPA55xx communications manual VARCON VARCON Function: Set VAr sign convention. Description: Fundamental VAr measurement is given a sign depending convention either: negative if lagging current negative if leading current Format: VARCON,type Arguments: type: NEGLAG NEGLEA Reply: none Example: VARCON,NEGLAG Notes: An inductive load would have a lagging current, a capacitive load would have a leading current.
  • Page 113: Versio

    PPA55xx communications manual VERSIO? VERSIO? Function: Read the instrument code versions. Description: Returns an ASCII string with the details of the various parts of the instrument firmware. Format: VERSIO? Arguments: none Reply: date code, type, cpu, dsp, fpga, boot type: 0 –...
  • Page 114: Vrms

    PPA55xx communications manual VRMS VRMS Function: Set up rms voltmeter. Description: Set mode to rms voltmeter. Format: VRMS Arguments: none Reply: none Examples: VRMS Notes: This has the same effect as MODE,VRMS 2-102...
  • Page 115: Vrms?

    PPA55xx communications manual VRMS? VRMS? Function: Read true rms voltmeter results Description: Reads back latest voltmeter results. Waits for next unread data if necessary. Clears new data available status bit. Format: VRMS,phase,results? Arguments: results: MEAN SURGE phase: PHASE1 PHASE2 PHASE3 PHASES Reply: RMS:...
  • Page 116: Wiring

    PPA55xx communications manual WIRING WIRING Function: Select wiring mode. Description: Set wiring mode for computation of SUM and neutral data. Format: WIRING,type Arguments: type: SINGLE (single ph 1) 2PHASE (2 ph 2 wattmeter) 3PH2WA (3 ph 2 wattmeter) 3PH3WA (3 ph 3 wattmeter) INDPH3 (3 ph 2 wattmeter + ph3) PHASE1...
  • Page 117: Zero

    PPA55xx communications manual ZERO ZERO Function: Apply or remove the zero Description: Applies removes zero function depending on the measurement mode (same as pressing ZERO key). Resets the integration data and timer if in power integration mode. Format: ZERO ZERO,DELETE Arguments: none Reply:...
  • Page 118: Zoom

    PPA55xx communications manual ZOOM ZOOM Function: Sets the display zoom parameters. Description: Sets the zoom level and data. Format: ZOOM,level,data1,data2,data3,data4 Arguments: level: 0 – normal 1 – 2 line display (zoom level 1) 2 – single line display (zoom level 2) 3 –...
  • Page 119: Zoom?

    PPA55xx communications manual ZOOM? ZOOM? Function: Read the display zoom parameters. Description: Reads the zoom level and data. Format: ZOOM? Arguments: Reply: 5 integers separated by commas: level: 0 – normal 1 – 2-4 value display (zoom level 1) 2 – single line display (zoom level 2) 3 –...
  • Page 120: Multilog Application Guide

    PPA55xx communications manual Multilog Application Guide Configuring the N4L PPA Power Analyzer for Data logging The Multilog (MULTIL) command provides an excellent method data logging parameters information via one query command - MULTIL? The instrument will return a comma-separated string which relates to the MULTIL,X,X,X setup commands previously entered by the relevant communication method.
  • Page 121 PPA55xx communications manual The Function ID is chosen from Appendix C which is a continually growing list due to firmware upgrades of the power analyzers at N4L, at present the PPA5500 has 93 possible functions: Function Measurement Notes frequency watts power factor fundamental watts fundamental VA...
  • Page 122 PPA55xx communications manual Required Parameters MULTILOG Pattern Order Phase Parameter Command Index Phase Function parameter (channel) required to be of data returned returned within string Frequency MULTIL, Watts MULTIL, Phase 1 Watts MULTIL, Phase 2 Watts MULTIL, Phase 3 MULTIL, Voltage Phase 1 MULTIL,...
  • Page 123 PPA55xx communications manual Step 3. Send Multil query and read return string. MULTIL? // returns a comma separated string as Example return string: 5.0000E1, 2.4500E2, 2.4320E2, 2.5421E2, 1.0232E3, 1.0152E3, 1.0546E3 Frequency PH1 Watts PH2 Watts PH3 Watts PH1 RMS Volt PH2 RMS Volt PH3 RMS Volt 2-111...
  • Page 124: Appendix A - Command Summary

    PPA55xx communications manual Appendix – command summary COMMAND SUMMARY...
  • Page 125 PPA55xx communications manual command format reply format *CLS *ESE,value *ESE? single integer data value *ESR? single integer data value *IDN? company,product,serial no,version *OPC? 0 or 1 *RST *SRE,value single integer data value *SRE? *STB? single integer data value *TRG *TST? single integer data value *WAI ABORT...
  • Page 126 PPA55xx communications manual FAST,on/off FQLOCK,on/off FQREF,phase,channel FREQFI,on/off,filter FREQUE,frequency FSD? Single or multiple real data values HARMON,para,h,hmax HARMON,phase? freq,mag1,mag2,hmag1,hmag2,h1,h2, thd1,thd2,hphase1,hphase2 HARMON,phase,SERIES? mag,%, x n harmonics mag,phase, x n harmonics HOLD,on/off INPUT,channel,type INTEGR,type,display INTEGR,RUNTIM,hours,mins INTEGR,phase? Time,Wh,Wh.f, Varh,Varh.f,Vah,Vah.f, pf,pf.f,Vav,Vav.fAh,Ah.f KEYBOA,value LCR,conditions,param,head LCR,phase? Freq,mag1,mag2,impedance,phase,R, L,C (series),R,L,C (parallel),tan,Q LOWFRE,on/off MODE,type...
  • Page 127 PPA55xx communications manual POWER,VECTORS?    Freq,mag1, 1,mag2, 2,mag3,    mag4, 4,mag5, mag6, POWER,WVA? Freq,w1,vrms1,arms1,w2,vrms2, arms2,w3,vrms3,arms3 PROGRAM,function,number PROGRAM? CR terminated text string RANGE,ch,ranging,range RESOLU.format RESULT,function,number RESULT multiple integers REZERO SCALE,channel,factor SCALE,channel? Single real data value SCOPE,PHASE,v/a? Range, trigger, 250 signed integer values SHUNT,channel,resistance SHUNT,channel?
  • Page 128: Calibration Commands

    PPA55xx communications manual calibration commands CALAPP CALCOM,freq CALFIL,index,value CALFIL? Six real data values CALFRQ,index,freq CALFRQ? Seven real data values CALIBR,index,value,inputs CALIBR? Single integer data value CALIDS,string CALIDS? String CALJIG,value CALMOD,value CALPHA,index,inputs CALRES CALSAV,password CALSYS,index,value,inputs CALSNO,serial number CALSTR,string CALSTR? String CALTQS,index,value CALTQS? Four real data values CALVER,string...
  • Page 129: Appendix B - Configurable Parameters

    PPA55xx communications manual Appendix B – Configurable parameters All parameters can be accessed using the CONFIG command: CONFIG,number,parameter number Function parameter Operating mode, (sets Main Mode) 0=RMS Voltmeter 1=Phase Meter 2=Power Analyser 3=Impedance Analyser 4=Power Integrator 5=Harmonic Analyser 7=Oscilloscope Resolution, (remote options –...
  • Page 130 PPA55xx communications manual Graph, (System options) 0=Dots 1=Lines Keyboard beep on/off, (System options) 0=Off 1=On Ignore overload, (Acquisition advance options) 0=Off 1=On Low frequency mode, (Acquisition control) 0=Off 1=On Window size, (Acquisition control, speed-window) 0=mS 1=Sec’s Speed, (Acquisition control or Phase meter) 0=Very Slow 1=Slow 2=Medium...
  • Page 131 PPA55xx communications manual LAN IP address nibble 3, (Remote options - LAN - enter figure as required) LAN IP address nibble 2, (Remote options - LAN - enter figure as required) LAN IP address nibble 1, (Remote options - LAN - enter figure as required) LAN IP address nibble 0, (Remote options - LAN - enter figure as required) Independent ranging,...
  • Page 132 PPA55xx communications manual Input ranging channel 2, (Range – autoranging current) 0= Full Autorange 1=Range up only 2=Manual Coupling, (Coupling) 0=ac+dc 1=ac 2=dc Bandwidth, (Coupling - bandwidth) 0=Wide (dc–2MHz) 1=Low (dc-200KHz) 2=dc (dc-5Hz) Scale factor channel 1 voltage, (Ranging - Enter figures as required) Scale factor channel 2 current, (Ranging - Enter figures as required) External attenuator channel 1,...
  • Page 133 PPA55xx communications manual Zoom level, (Main display) 0=Zoom – 1=Zoom + 2=Second Zoom + 3=Third Zoom + Function zoomed on 1, (Main display) 0=Voltage, Current & Frequency 1=Watts, Current, Voltage & Frequency 2= VA, Current, Voltage & Frequency 3= VAr, Current, Voltage & Frequency 4= pf, Current, Voltage &...
  • Page 134 PPA55xx communications manual Datalog display type, (Datalog display information mode) 0=Real Time 1=Table 2=Graph Manual frequency, (Acquisition advance options – frequency lock on) 0=Frequency in µHz 1=Frequency in Hz DFT selectivity, ( Acquisition advance options) 0=Normal 1=Narrow Program 1-6 direct load, (System options) 0=Disabled 1=Enabled...
  • Page 135 PPA55xx communications manual Datalog Zoom4, (Datalog-RAM) 0=Enabled 1=Disabled Datalog memory type, (Datalog) 0=Disabled 1=RAM 2=Internal Flash 3=USB Memory stick Datalog Interval, (Datalog) (Enter interval time figure in seconds) Datalog graph, (Datalog-RAM) 0=Together 1=Separate Formula, (Maths) 0=Disabled 1=(term1 + term2/term3 + term4) 2=(term1 + term2) x term3/term4 3=term1 x term2/(term3 + term4) Argument term 1...
  • Page 136 PPA55xx communications manual Term 1 coefficient, (Enter value) Argument term 2, 0=Disabled 1=Constant 2=Voltage 3=Current 4=Torque 5=Speed Sub argument term 2, (For voltage and current arguments only) 0=rms 1=dc 2=ac 3=Fundamental 4=Peak 5=Mean 6= Ph-Ph rms 7=Ph-Ph mag Term 2 coefficient, (Enter value) Frequency lock, minimum freq, (ACQU, advanced options)
  • Page 137 PPA55xx communications manual Frequency filter, (Application options mode - PWM Motor Drive) 0=4KHz 1=1KHz 2=250Hz Frequency tracking speed, (Application options mode - Lighting Ballast) 0=Fixed time 1=Fast 2=Medium 3=Slow Low frequency, (Application options mode - PWM Motor Drive) 0=Off 1=On Argument term 3 0=Disabled 1=Constant...
  • Page 138 PPA55xx communications manual Sub argument term 4, (For voltage and current arguments only) 0=rms 1=dc 2=ac 3=Fundamental 4=Peak 5=Mean 6= Ph-Ph rms 7=Ph-Ph mag Term 4 coefficient, (Enter value) Temperature, (Application-Transformer mode) 0=Disabled 1=Enabled °C 2=Enabled °F Sum watts, (Auxiliary-Master) 0=Master 1=Master + Slave Wiring configuration,...
  • Page 139 PPA55xx communications manual Speed scaling Hz/V, (Applications – PWM motor drive)(Enter rpm/v value) Pulses per revolution, (Applications–PWM motor drive)(Enter pulses/rev value) Integration display, (Mode - Power integrator) 0=Total 1=Average Sum current average, (Power analyzer) 0=Total 1=Average Phase 3 reference, (Acquisition control – 3 phase 2 wattmeter + PH3) 0=Voltage 1=Current 2=ac line...
  • Page 140 PPA55xx communications manual Speed offset, (Application options mode – PWM motor drive – rpm offset value) Computation mode, (Harmonic analyzer) 0=Difference formula 1=Harmonic series 2=TIF 3=THF 4=TRD 5=TDD 6=Series harmonic phase 7=Interharmonic sweep 8=Harmonic RMS 9=Harmonic factor Selected harmonic, (Harmonic analyzer - figure = harmonic required) Harmonic series up to, (Harmonic analyzer - figure = harmonic max) Voltage bargraph scale,...
  • Page 141 PPA55xx communications manual trigger Mode, (Scope) 0=Auto 1=Normal 2=Single shot trigger reference, (Scope) 0=Voltage 1=Current trigger phase, (Scope) 0=Phase 1 1=Phase 2 2=Phase 3 cursors enable, (Scope) 0=Off 1=On trigger HF reject, (Scope) 0=Off 1=On Trace, (Scope) 0=Dual 1=Voltage 2=Current zoom 2 high resolution, (System) 0=Disabled...
  • Page 142 PPA55xx communications manual Auxiliary device, (Aux control) 0=None 6=PCIS Switch phase offset, (Aux control – PCIS device) 0=0° 1=45° 2=90° 3=135° 4=180° 5=225° 6=270° 7=315° Switch on cycles, (Aux control – PCIS device) 0=Single cycle 1=Continuous 2=Half cycle Gear ratio, (Aux control –...
  • Page 143 PPA55xx communications manual Parameter, (Impedance analyzer) 0=Auto 1=Capacitance 2=Inductance 3=Impedance Measurement, (Impedance analyzer) 0=Series 1=Parallel Phase offset, (Impedance analyzer - Enter figures) Voltage peak, (rms voltmeter) 0=Signed 1=Separate 2=Unfiltered Sampling Rate / compensation (ACQU - sampling) 0=Auto 1=Fast 2=Medium 3=Slow 4=19.2uS compensation 5=3.857uS compensation Rectified mean,...
  • Page 144 PPA55xx communications manual Interface, (Remote options) 0=RS232 1=USB 2=LAN 3=GPIB Recall with program, (Remote options) 0=Off 1=On Alarm functions Alarm 1 data, (Alarm options) 0=Zoom1 1=Zoom 2 2=Zoom3 3=Zoom 4 Alarm 1 type, (Alarm options) 0=Disabled 1=Linear 2=Alarm if high 3=Alarm if low 4=Outside window 5=Inside window...
  • Page 145 PPA55xx communications manual Analog output, (Alarm options – alarm if high) 0=Disabled 1=Zoom 1 2=Zoom 2 3=Zoom 3 4=Zoom 4 5=Manual Analog zero, (Alarm options – enter figure) Analog full scale, (Alarm options – enter figure) Alarm 2 data, (Alarm options) 0=Zoom1 1=Zoom 2 2=Zoom 3...
  • Page 146 PPA55xx communications manual Input range channel 3, (Range – minimum range voltage) (Sys independent ranging enabled) 0=300mV 1=1V 2=3V 3=10V 4=30V 5=100V 6=300V 7=1kV 8=3KV Input range channel 4, (Range – minimum range current) (Sys independent ranging enabled) 0=30mA 1=100mA 2=300mA 3=1A 4=3A...
  • Page 147 PPA55xx communications manual Scale factor channel 3 voltage, (Ranging - Enter figures as required)(Sys independent ranging enabled) Scale factor channel 4 current, (Ranging - Enter figures as required) (Sys independent ranging enabled) External attenuator channel 3, (Ranging – voltage input - attenuator ratio - Enter figures as required)(Sys independent ranging enabled) External shunt channel 4,...
  • Page 148 PPA55xx communications manual Input ranging channel 5, (Range – autoranging voltage) (Sys independent ranging enabled) 0=Full Autorange 1=Range up only 2=Manual Input ranging channel 6, (Range – autoranging current) (Sys independent ranging enabled) 0= Full Autorange 1=Range up only 2=Manual Coupling phase 3, (Coupling) (Sys independent ranging enabled) 0=ac +dc...
  • Page 149 PPA55xx communications manual Action, (Program) 0=Recall 1=Store 2=Delete Location, (Program - Enter figures as required) Set clock hours, (System – Enter figures as required) Set clock minutes, (System – Enter figures as required) Set clock Seconds, (System – Enter figures as required) Set date day, (System –...
  • Page 150: Appendix C - Multilog Parameters

    PPA55xx communications manual Appendix C – MULTILOG parameters function measurement notes frequency watts power factor fundamental watts fundamental VA fundamental VAr fundamental PF harmonic watts harmonic watts % impedance Imp meter mode resistance Imp meter mode reactance Imp meter mode impedance phase Imp meter mode efficiency...
  • Page 151 PPA55xx communications manual average rms current integrator mode average fundamental current integrator mode delta watts fundamental delta watts elapsed time integrator mode resistance Imp meter mode inductance Imp meter mode capacitance Imp meter mode tan delta Imp meter mode Q factor – see notes Imp meter mode k-factor –...
  • Page 152 PPA55xx communications manual phase to phase rms voltage voltage surge current surge voltage rms deviation transformer mode voltage fundamental deviation transformer mode voltage phase deviation transformer mode voltage positive peak current positive peak voltage negative peak current negative peak voltage positive peak unfiltered current positive peak unfiltered voltage negative peak unfiltered current negative peak unfiltered...
  • Page 153 PPA55xx communications manual There are some special functions: Measurement (function) phase Previous function mechanical speed in Hz neutral dc voltage (function 58) mechanical speed in rpm neutral ac voltage (function 60) torque in Nm neutral rms voltage (function 50) mechanical power neutral Watts (function 2)
  • Page 154 Web site: www.newtons4th.com At Newtons4th Ltd. we have a policy of continuous product improvement and are always keen to hear comments, whether favourable or unfavourable, from users of our products. Please telephone, fax, write or e-mail with your...

Table of Contents