- 13 Jan, 2023 1 commit
-
-
Dennis Neidherr authored
-
- 18 Aug, 2022 2 commits
-
-
Enrique Minaya authored
-
Enrique Minaya authored
MCS: Tried to solve the error at MLLTRAP in the eEadData which comes from time to time (probably a missing waiting time, needs to be further checked)
-
- 05 Aug, 2022 1 commit
-
-
Dennis Neidherr authored
-
- 27 Jun, 2022 1 commit
-
-
Dennis Neidherr authored
-
- 22 Jun, 2022 1 commit
-
-
Dennis Neidherr authored
DCPwr and FGen: Changed in/outputs of the Set and Get Device State Messages so that the Settings class is transfered via Flatten to String (a direct transfer is not working anymore, don't know why). Maybe some GUIs have to be adopted (ListGUI already changed).
-
- 20 Jun, 2022 1 commit
-
-
Dennis Neidherr authored
DCPwr: ChannelName entry in db can be left out from now. Also activated the possible correction when automatically calculate an URL
-
- 03 Jun, 2022 1 commit
-
-
Dennis Neidherr authored
-
- 15 Oct, 2021 1 commit
-
-
Dennis Neidherr authored
DCPwr: Calculate URLs moved to base class nd new "Scale PV Voltage" function (before it was just possible for current)
-
- 02 Sep, 2021 1 commit
-
-
Dennis Neidherr authored
and recompiled in LV2021
-
- 17 Aug, 2021 1 commit
-
-
Holger Brand authored
-
- 22 Jul, 2021 1 commit
-
-
Dennis Neidherr authored
-
- 16 Jul, 2021 1 commit
-
-
Dennis Neidherr authored
DCPwr: Changed the automatic scaling in this class. The PV and the Device communication can now be separate addressed by different scaling factors (the PV via a overriden VI and the Device connection via a DB entry). Needs to be tested (especially with CAEN).
-
- 15 Jul, 2021 1 commit
-
-
Dennis Neidherr authored
FGen and DCPwr: Corrected a new bug which occured for the GSISwitch (a PS, which can not set current and has no readback of actual values). This PS produced errors at the startup also but not only if NaN values were in the xml file. Tried to correct this bug for all PS and FGens but did not test all combinations.
-
- 14 May, 2021 1 commit
-
-
Dennis Neidherr authored
FGen and DCPwr: Changed the variable names of the settings variable to make it clear it is just one channel FGen: Added DutyCycle
-
- 10 May, 2021 1 commit
-
-
Dennis Neidherr authored
FGen and DCPwr: Some modifications to the previous commit (error handling in SetDeviceState for example). Not yet tested
-
- 06 May, 2021 2 commits
-
-
Dennis Neidherr authored
-
Dennis Neidherr authored
- Added new self-send message during startup "Set First Device State" and made everything there expandable by using the settings class instead of a variant (variant is still used to send around the data over PVs) - checked inheritance settings - updated the documentaion a bit NOTE: Tested with an Agilent 33522A and the LIstGUI. This is only a temporary version (the DCPwrSupply is only half migrated, so probably not working)
-
- 26 Mar, 2021 2 commits
-
-
Dennis Neidherr authored
-
Dennis Neidherr authored
-
- 24 Mar, 2021 1 commit
-
-
Dennis Neidherr authored
-
- 09 Mar, 2021 1 commit
-
-
Dennis Neidherr authored
-
- 08 Mar, 2021 1 commit
-
-
Dennis Neidherr authored
-
- 11 Jan, 2021 1 commit
-
-
Dennis Neidherr authored
- Added error case structure in Settings Load to prevent bad things from happening if wrong settings file is loaded - Corrected small error in Set Current vi for DCPwrs
-
- 27 Nov, 2020 1 commit
-
-
Dennis Neidherr authored
-
- 28 Oct, 2020 1 commit
-
-
Dennis Neidherr authored
DCPwr and FGen: Modified again the startup routine a bit (the Get and Set Device State functions are more clear right now) FGen: The Get XXX Core .vis update their corresponding PVs now (was needed for SHIPTRAP to readout some AFG status).
-
- 16 Oct, 2020 1 commit
-
-
Dennis Neidherr authored
CSPP_DCPwr: Corrected a small bug introduced in the latest bugfix: The SetOnOff setting is now also working again for power supplies without channel multipliers
-
- 14 Oct, 2020 1 commit
-
-
Dennis Neidherr authored
-
- 13 Oct, 2020 1 commit
-
-
Dennis Neidherr authored
CSPP_DCPwr: The (new) startup routine for power supplies could not work with channel multipliers. (Hopefully) solved
-
- 15 Sep, 2020 1 commit
-
-
Dennis Neidherr authored
-
- 11 Sep, 2020 1 commit
-
-
Dennis Neidherr authored
-
- 25 Aug, 2020 1 commit
-
-
Dennis Neidherr authored
DCPwr and FGen: The two new funtions (Get evice State and Set Device State) do not anymore use the settings classes. Instead they use normal clusters (the settings classes cannot be transmitted via SV)
-
- 21 Aug, 2020 1 commit
-
-
Dennis Neidherr authored
- Updated startup sequencer (hopefully for the last time) - Moved the seetings classes into an own directory - Created 4 new messages (2 for each) to set and get all paremeters of the devices at once (Get/Set Device State)
-
- 17 Aug, 2020 2 commits
-
-
Dennis Neidherr authored
-
Dennis Neidherr authored
FGen: There was still a small bug in the startup routine. Could be corrected with a small 50ms waiting time
-
- 14 Aug, 2020 1 commit
-
-
Dennis Neidherr authored
Updated the startup routine of FGen base class (is now more or less tested and has to be done as well for DCPwr)
-
- 12 Aug, 2020 1 commit
-
-
Dennis Neidherr authored
CSPP_Pwr: Added possibility to calculate URLs instead of aving all URLs in the Ini file (very helpful for large power supplies)
-
- 20 Jul, 2020 2 commits
-
-
Dennis Neidherr authored
DCPwer and FGen: Changed the save and load settings mechanism. Now also the channel names are saved and for the loading the correct channels are set (so the order does not matter anymore)
-
Dennis Neidherr authored
DCPwr and FGen: There was a bug in the startup procedure with DSC variables and Settings set to "Auto": The settings variables were overwritten by the readback variables. Solved, but still needs some testing with other types of PVs
-
- 17 Jul, 2020 1 commit
-
-
Dennis Neidherr authored
-