Development status:
Released,
Release: latest
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Fluke/Fluke8508A
Contact:
Class Description
Device to read back the integarted voltage value, converted in current with the formula : <Br> current = volatge * ( (dcctRange / nbTurns) / fullScale )
Families: MeasureInstruments
Key words:
Platform: All Platforms
Language: Cpp
License: GPL
Contact:
Hardware
Manufacturer: Fluke
Product:
8508A
Bus: GPIB
Class interface
Attributes:
| Name | Description |
|---|---|
| voltageScalar: DevDouble | Displays the read back voltage value |
| currentScalar: DevDouble | The computed current value. <Br> Formula used : (DCCTRange / NbTurns) / IMax <Br> |
| factorScalar: DevDouble | Factor value to convert the voltage value in current. |
| dcctRangeScalar: DevDouble | DCCT Range value used in the formula to convert voltage in current. |
| nbTurnsScalar: DevDouble | The number of turns value. (used in the formula to convert voltage in current) |
| fullScaleScalar: DevDouble | The full scale value in ampere (used in the formula to convert voltage in current). |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| FilterONInput: DevVoid no argin Output: DevVoid no argout |
Inserts a hardware analog filter into the signal path. |
| FilterOFFInput: DevVoid no argin Output: DevVoid no argout |
Removes the insterted hardware analog filter into the signal path. |
| FastONInput: DevVoid no argin Output: DevVoid no argout |
Reduces the A-D integration time, for faster conversions. |
| FastOFFInput: DevVoid no argin Output: DevVoid no argout |
Disables the A-D integration time. |
| ResetInput: DevVoid no argin Output: DevVoid no argout |
Resets the Fluke device |
| ClearErrorInput: DevVoid no argin Output: DevVoid no argout |
Command to clear last error message |
Pipes:
Properties:
| Name | Description |
|---|---|
| CommunicationLinkDevString | Mandatory <Br> Device which handles the communication protocol |
| ConfigurationArray of DevString | List of commands to configure the Fluke |
Please log in to comment.
Updated:
The device class has been updated.
You can see previous version here .
22 Feb 2020, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
30 Nov 2019, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
19 Oct 2019, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
12 Oct 2019, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
5 Oct 2019, DS Admin
Created:
The device class has been added to catalogue.