Initial check-in
This commit is contained in:
20
Source/Program/InstrumentConfigFile/Instruments.xml
Normal file
20
Source/Program/InstrumentConfigFile/Instruments.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Configurations>
|
||||
<IniConfiguration>
|
||||
<section name="Parts">
|
||||
<key name="Location" value="C:\Program Files (x86)\Raytheon\RINSS\Parts" />
|
||||
</section>
|
||||
</IniConfiguration>
|
||||
<XmlConfigurations>
|
||||
<XmlConfiguration name="Instruments">
|
||||
<Instrument>
|
||||
<Name>TCP_CLIENT_1</Name>
|
||||
<Factory>EthernetSocketsTcpClientFactory</Factory>
|
||||
</Instrument>
|
||||
<Instrument>
|
||||
<Name>STE_POWER_SUPPLY_SYSTEM</Name>
|
||||
<Factory>PowerSupplyKeysightN67xxFactory</Factory>
|
||||
</Instrument>
|
||||
</XmlConfiguration>
|
||||
</XmlConfigurations>
|
||||
</Configurations>
|
||||
@@ -0,0 +1,59 @@
|
||||
[GENERAL]
|
||||
ETHERNET_ADDRESS = localhost
|
||||
ETHERNET_PORT = 5025
|
||||
MODULE_DEFINITION = UUT_REF_3_3V, STE_PVM_5V, STE_GU_INTERFACE_RELAYS_25V, STE_GU_INTERFACE_RF_INTERFACE_5V
|
||||
; 0 means no coupled modules.
|
||||
; couple means turning on/off any one of the module, turns on/off the others
|
||||
COUPLED_MODULES = STE_PVM_5V, STE_GU_INTERFACE_RELAYS_25V, STE_GU_INTERFACE_RF_INTERFACE_5V
|
||||
; 0 means no grouped modules.
|
||||
; group means turning combining 2 or more modules thus acting as one module
|
||||
GROUPED_MODULES = 0
|
||||
INTERFACE = ETHERNET
|
||||
|
||||
; GU | KW | KWSIM | SELFTEST | ZERO VOLTAGE
|
||||
[UUT_REF_3_3V]
|
||||
INDEX = 1
|
||||
OCP = 2.0
|
||||
OVP = 4.0
|
||||
VOLTAGE_SETPOINT = 3.3
|
||||
|
||||
MIN_VOLTAGE = 3.0
|
||||
MAX_VOLTAGE = 3.75
|
||||
MAX_CURRENT = 2.0
|
||||
MIN_CURRENT = -0.25
|
||||
|
||||
[STE_PVM_5V]
|
||||
INDEX = 2
|
||||
OCP = 2.0
|
||||
OVP = 8.0
|
||||
VOLTAGE_SETPOINT = 5.0
|
||||
|
||||
; STE Power (PVM and peripherals) supply settings
|
||||
MIN_VOLTAGE = 4.0
|
||||
MAX_VOLTAGE = 5.5
|
||||
MAX_CURRENT = 1.5
|
||||
MIN_CURRENT = -.25
|
||||
|
||||
[STE_GU_INTERFACE_RELAYS_25V]
|
||||
INDEX = 3
|
||||
OCP = 3.0
|
||||
OVP = 34.0
|
||||
VOLTAGE_SETPOINT = 25.0
|
||||
|
||||
; STE Power (GU interface and Relays) Supply settings
|
||||
MIN_VOLTAGE = 22.0
|
||||
MAX_VOLTAGE = 30.0
|
||||
MAX_CURRENT = 3.0
|
||||
MIN_CURRENT = -0.25
|
||||
|
||||
[STE_GU_INTERFACE_RF_INTERFACE_5V]
|
||||
INDEX = 4
|
||||
OCP = 5.0
|
||||
OVP = 6.5
|
||||
VOLTAGE_SETPOINT = 5.0
|
||||
|
||||
; STE Power (PVM and peripherals) supply settings
|
||||
MIN_VOLTAGE = 4.0
|
||||
MAX_VOLTAGE = 6.3
|
||||
MAX_CURRENT = 4.5
|
||||
MIN_CURRENT = -.25
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Configurations>
|
||||
<IniConfiguration>
|
||||
<section name="STE_POWER_SUPPLY_SYSTEM">
|
||||
<key name="INI_FILE_PATH" value=".\InstrumentConfig\STE_POWER_SUPPLY_SYSTEM.ini" />
|
||||
</section>
|
||||
</IniConfiguration>
|
||||
<XmlConfigurations />
|
||||
</Configurations>
|
||||
Reference in New Issue
Block a user