ID |
Date |
Author |
Type |
Category |
Subject |
254
|
Thu Nov 2 17:14:36 2023 |
Shane, Jon | Update | CDS | CyMAC set up permanentized |
CyMAC connections have been finalized and made permanent. Also tested voltages, which are all looking good. Warning: power is on. Do not touch power supply terminals or screws connected to grounding cables (see attached images 4 and 5; green wires on back of power supply with black and yellow covers, and exposed positive and negative terminals on back of power supply).
Also established connections from Anti-Aliasing chassis to ADC adapter board, Anti-Imaging chassis to DAC adapter board, and binary in/out chassis to BIO card, all mounted within Cymac host computer. Turned on CyMAC and ran test model, received error message likely pointing to timing signal not being successfully passed to the adapter boards. Next steps are checking to make sure correct timing signal is actually being output, and then checking internal ribbon cable in host chassis, which is another potential cause of the error.
|
Attachment 1: cymac_chassis_back.jpeg
|
|
Attachment 2: cymac_chassis_back2.jpeg
|
|
Attachment 3: cymac_chassis_front.jpeg
|
|
Attachment 4: final_connections_back_of_power_supply.jpeg
|
|
Attachment 5: power_supply_back.jpeg
|
|
265
|
Mon Nov 13 11:23:54 2023 |
Jon | Update | CDS | CyMAC testing |
[Jon, Shane, Luis]
My repair of the internal ribbon connecting the ADC to the adapter board resolved the timing signal problem. After this repair, we were able to start the front-end IOP model and checked out the RTS diagnostic screens (pictured below). All indicator lights were green except for the DK flag (indicating the DAC outputs are not enabled) and the DAQ flag (indicating that the system is recording data to disk). Those were both as expected, because the DAQD data acquisition service was not set up yet and the DAC outputs are not enabled until at least one user model (which outputs signals to the DAC) is started. I created and installed a simple user model (C1MSC) and confirmed that the DK flag clears once this model starts.
I later attempted to set up the DAQD service, which is needed to save data, but am yet to successfully debug it. I have received some guidance from one of LIGO's CDS experts and will try it at my next opportunity for lab work. |
Attachment 1: Cymac_GDS_Diagnostics.png
|
|
276
|
Wed Nov 22 15:46:50 2023 |
Shane | Update | CDS | DB25 signal connections for FROSTI heaters |
[Shane, Jon]
Installed new DC smart switch in electronics rack, configured power connections. Images attached. Attached is a diagram of the male DB25 signal connections to be used for FROSTI heaters. Also included below is table detailing pin and signal configuration.
Pin |
Signal |
1 |
V+ Heater 1 |
2 |
V+ Heater 2 |
3 |
V+ Heater 3 |
4 |
V+ Heater 4 |
5 |
V+ Heater 5 |
6 |
V+ Heater 6 |
7 |
V+ Heater 7 |
8 |
V+ Heater 8 |
9 |
N/C |
10 |
N/C |
11 |
N/C |
12 |
N/C |
13 |
N/C |
14 |
RTN heater 1 |
15 |
RTN heater 2 |
16 |
RTN heater 3 |
17 |
RTN heater 4 |
18 |
RTN heater 5 |
19 |
RTN heater 6 |
20 |
RTN heater 7 |
21 |
RTN heater 8 |
22 |
N/C |
23 |
N/C |
24 |
N/C |
25 |
N/C |
|
Attachment 1: DB25input_signals.pdf
|
|
Attachment 2: IMG_3137.jpeg
|
|
Attachment 3: dc_smart_switch_signal_connections.jpeg
|
|
277
|
Thu Nov 23 12:34:44 2023 |
Jon | Update | CDS | DB25 signal connections for FROSTI heaters |
Update: I was able to put the FROSTI power controller on the lab network. It is connected to the switch in the top of the rack and is assigned a static IP address of 192.168.1.12 and an NDS hostname of relay1.
The controller can be remotely accessed through an SSH command line interface as well as an HTML webpage, which can be opened from any web browser on the lab network by navigating to the above IP address (the login credentials are the same as for the workstation computers).
There is also an unofficial Python package for interfacing with the controller: dlipower. We will investigate using this package to interface the controller with soft EPICS channels hosted on the CyMAC. This will allow us to create a custom MEDM screen for controlling the FROSTI heater elements.
Edit: The login credentials were set up to be the same as for the CDS workstations. |
285
|
Mon Dec 4 21:27:53 2023 |
Shane | Update | CDS | ADC-DAC loopback test results |
Here are the test results from today's ADC-DAC loopback tests. Channels 14 and 15 were the only ones behaving abnormally. Not sure what the issue is, but needs further debugging. The DAC output was as expected for both of them, but the corresponding ADC inputs were the same regardless of what offset was used (hovering around values of -4 and -5). NOTE: all measurements listed in the attached table are 'averages' in the sense that the ADC inputs and DAC outputs hovered around the listed values, changing by +1 or -1. |
Attachment 1: adc-dac_loopback_testing_results.pdf
|
|
290
|
Mon Dec 11 12:58:57 2023 |
Shane, Luis | Update | CDS | DAC-ADC loopback test debugging |
[Luis, Shane]
Working on debugging last week's weird results for the ADC-DAC loopback test for channels 14 and 15. With DAC output channels 12-15 connected to ADC input channels 12-15: tried setting matrix coefficients for channels 12-15 to 1, and as with last week's results, DAC is outputting as expected for all three channels and ADC is not reading in the signal (hovering around -4,-5) for channels 14 and 15. Channels 12 and 13 still reading in correctly. Tried switching DAC output plug into channels 0-3, with ADC input plugged into channels 12-15, and all input/output signals were reading correctly. Then switched to plugging in DAC output to channels 12-15 and ADC input to channels 0-3, and saw that channels 0-3 were only able to receive the first two ADC input values. This shows that channels 12-15 are capable of receiving the correct inputs from other channels, but are failing to produce outputs for channels 14 and 15. |
312
|
Wed Jan 31 14:37:26 2024 |
Shane | Summary | CDS | path directions for CyMAC model and parts library |
Path to cds parts library in Matlab simulink: /usr/share/advligorts/src/src/epics/simLink. File name CDS_PARTS.mdl
Path to user models: /opt/rtcds/usercode/models, using file name c1msc.mdl |
313
|
Fri Feb 2 16:56:56 2024 |
Jon | Update | CDS | RTS model implemented for FROSTI RTD readouts |
Summary
Today I finished implementing an RTS model to read out the integrated FROSTI RTDs (temperature sensors) via the CyMAC. The model is named "MSC" and is located at cymac:/opt/rtcds/usercode/models/c1msc.mdl. We successfully tested it with the heater elements operating in vacuum at low power (12 VDC), finding them to reach an average steady-state temperature of 160 C.
From the cymac host, the MEDM control screen can be accessed with the terminal command "sitemap" (from any directory).
Measurement Technique
Each FROSTI heater element [299] contains an internal two-wire RTD placed near the front emitting surface, which enables the temperature of the blackbody emitter to be directly monitored. From the measured temperature and the emissivity of the uncoated aluminum nitride surface (known to be ~1 in the IR), the radiated source-plane power can also be estimated.
The resistance of each RTD is measured via a ratiometric technique. The RTDs are powered in series with a 1 kΩ reference resistor located inside the readout chassis [305], whose temperature is not changing. The signal is obtained by taking the ratio of the voltage difference across each individual RTD to the voltage difference across the reference resisitor. The advantage of this technique is that the ratio of the voltage differences is insensitive to changes in the current through the resistors (since they are all in series; see [271] for wiring diagram).
Implementation Detail
The signal flow is shown in Attachment 1. The eight RTD signals enter through ADC channels 0-7, along with the reference resistor signal on channel 8. The first set of filter modules apply a calibration gain to convert the signals from raw ADU counts to units of input-referred voltage. The ratio of each RTD signal to the reference resistor signal is then taken. The second set of filter modules multiply the voltage-difference ratios by the resistance of the reference resistor, 1 kΩ ± 0.01%, to obtain the RTD resistances in physical units of ohms.
Finally, a freeform math module is used to invert the quadratic relation between each RTD's resistance and temperature. The final signals passed to the third set of filter modules are the RTD temperatures in physical units of degrees C. The temperatures of the tungsten RTDs are estimated assuming TCR coefficients of A=0.0030 C-1 (±10%) and B=1.003E-6 C-2, which were provided by the manufacturer.
One DAC channel is used to provide the excitation voltage for the RTD measurement, which is visible on the far right of the control screen. At its maximum output voltage of +10 V, the DAC can drive a maximum current of 10 mA. |
Attachment 1: sitemap_screen.png
|
|
329
|
Mon Feb 19 14:40:21 2024 |
Shane | Update | CDS | MEDM screen for FROSTI temp readouts |
Here's the latest draft of the MEDM screen for the FROSTI heating elements' temperature readouts. Note that the MEDM screen isn't actually this grainy, this just happens to be a photo of the lab monitor's screen off a phone. |
Attachment 1: IMG_6094.jpeg
|
|
Attachment 2: IMG_6092.jpeg
|
|
337
|
Fri Feb 23 15:01:48 2024 |
Shane | Update | CDS | Latest draft of MEDM screen for FROSTI readouts |
Here's the latest draft of the MEDM screen for the FrOSTI temp and power readouts. Also, debugged the text readout boxes so they're now correctly reading out the live temperature and power values. |
Attachment 1: IMG_6128.jpg
|
|
Attachment 2: 23.jpg
|
|
346
|
Thu Feb 29 17:16:48 2024 |
Shane | Update | CDS | MEDM screen for FROSTI T/P readouts |
Here's the latest draft of the MEDM screen for the FROSTI temp and power readouts, now with a button linking to the c1msc file display. Size/color/label are all changeable, if adjustment is needed. Checked in execute mode as well, and it's working correctly. Also noticed that the MEDM file name has been changed to FROSTI.adl, which I'm noting here for future reference. Still in medm_sandbox directory. |
Attachment 1: IMG_6259.jpeg
|
|
365
|
Tue May 7 20:34:31 2024 |
shane | Update | CDS | frosti MEDM screen update |
[Luis, Shane]
Here is the updated MEDM screen, with new orientation and updated labeling to reflect the actual positions of the heater elements. Note that indices start at T0 to be consistent with simulink model, though in the previous elog for the FROSTI layout the heater elements are labeled 1-8.
Also, we finally learned how to take a screenshot on debian. |
Attachment 1: FROSTIMEDMMay7.2024.png
|
|
398
|
Mon Jul 8 17:01:45 2024 |
Shane | Update | CDS | New CyMAC internal layout |
[Jon, Shane]
Internal layout of CyMAC has been updated (labeled image attached) to accommodate the replacement of the two ribbon cables. Looking down on the chassis from the front, and going from left to right, the new placement is as follows: BIO card, DAC adapter board, ADC adapter board, DAC card, ADC card. NOTE: As part of ADC-DAC loopback testing, we're disconnecting from the FROSTI readout chassis and using the cables to connect directly from ADC input channels to DAC output channels . Initial testing confirmed functionalility of all 32 ADC input channels and the first 8 DAC output channels. |
Attachment 1: updated_cymac.jpeg
|
|
399
|
Tue Jul 9 18:19:50 2024 |
Shane | Update | CDS | ADC-DAC loopback testing and IOLAN installation |
[Shane, Jon]
Finished ADC-DAC loopback testing today (see attached xlsx file or access directly here). All looks well with the first 8 channels, with the gain hovering just under 2. Also edited c1msc model in simulink to add channels 7-15 (the last 8 channels), and changed the rate back to 64K. See image 1 for the updated c1msc model. The last 8 channels are also looking good and show no problems, with slightly more scattering for the gain, but all values very close to 2.
We also installed the new eight-channel Perle IOLAN SDS8 terminal server today. Image attached.
NOTE: When we were installing it, we noticed an energized wire dangling from the 24V power supply. Has since been fixed and put back into place. |
Attachment 1: iolanServerTerminal.jpeg
|
|
Attachment 2: ADC-DAC_Loopback_Testing.xlsx
|
Attachment 3: updatedc1msc.jpeg
|
|
410
|
Tue Jul 16 18:43:07 2024 |
Shane | Update | CDS | ADC-DAC loopback testing and IOLAN installation |
UPDATE:
Follow up ADC-DAC loopback testing now complete, matching all the ADC channels to a single DAC channel, and then matching all the DAC channels to a single ADC channel (see attached xlsx file or access directly here). Also note c1msc model file has been updated to include the second set of 16 ADC channels. The newly added channels also have their own filter modules, but those are not needed for anything other than the loop-back testing and can now be deleted if we don't want to keep them.
Quote: |
[Shane, Jon]
Finished ADC-DAC loopback testing today (see attached xlsx file or access directly here). All looks well with the first 8 channels, with the gain hovering just under 2. Also edited c1msc model in simulink to add channels 7-15 (the last 8 channels), and changed the rate back to 64K. See image 1 for the updated c1msc model. The last 8 channels are also looking good and show no problems, with slightly more scattering for the gain, but all values very close to 2.
We also installed the new eight-channel Perle IOLAN SDS8 terminal server today. Image attached.
NOTE: When we were installing it, we noticed an energized wire dangling from the 24V power supply. Has since been fixed and put back into place. |
|
Attachment 1: Follow-up_ADC-DAC_Loopback_Testing.xlsx
|
419
|
Fri Aug 2 13:50:22 2024 |
Shane | Update | CDS | Serial Comm. Test (Agilent Turbo Pump) |
Did a brief communication test with the agilent turbo pump today, to see if we could get serial communications up and running for it. Used a simplified python script with sockets package to establish a connection and send a simple command to query the pump's operational status. The connection was successful, and had no issues establishing. The command also sent successfully, and received a response. The response didn't make sense, though, as all the possible statuses correspond to integers 0-7, and this test returned the integer 15. Need to troubleshoot some more to figure out why it's returning nonsense values. Possible match-up issue with the way the information is being encoded on each end? At the very least, connection and command sending are both working fine, and this showed that the pin-out connections we were assuming (image attached) are correct for basic connection to work. |
Attachment 1: pinouts.jpeg
|
|
434
|
Tue Sep 3 18:24:17 2024 |
Tyler | Update | CDS | Cymac Timing Chassis Issue |
[Tyler, Jon]
The timing chassis used for the cymac has been shut off due to an unknown issue causing its supplied current to fluctuate. All real-time models will be suspended until a solution is found.
|
Draft
|
Tue Oct 1 19:41:23 2024 |
Shane | Update | CDS | CyMAC Timing Chassis Issue |
[Shane, Luis]
Summary of the issue we've been having with the timing chassis: when we connect only the Valon 5015 to power, the timing signal comes out of it sinusoidal as expected and the status lights are steady and all looks good. As soon as we connect the 3010 to power, the signal (both coming out of the 5015 and coming out of the 3010) go flat and the status lights of the 5015 start to flicker.
We think what may be going on is that the 5015 is drawing just enough power to survive on its own, but when the current gets split to go to the 3010 as well, the 5015 takes more than it needs and becomes overpowered, and thus no longer outputs anything. We want to test further by powering them with two separate power supplies, but we need another one of the power connectors for the 3010 (the only one we have branches out from the connector to the 5015 and we don't want to cut any of the wires).
Images of the inside of the chassis, along with two roughly sketched circuit diagrams (one showing the current setup, in which they're powered by the same source, and one showing a possible test set up, in which they're powered separately. |
Attachment 1: IMG_5917.jpeg
|
|
Attachment 2: IMG_5803.jpeg
|
|
Attachment 3: IMG_5804.jpeg
|
|
461
|
Thu Oct 17 13:24:23 2024 |
Shane | Update | CDS | Timing Chassis issue identified |
[Ma, Luis, Shane]
Working theory for the timing chassis issues had been that the 1A breaker was tripping and causing the failure of the Valon 5015 and 3010 to output the timing signal correctly. We just tried bypassing the breaker, running 6 V on the benchtop power supply (set the current limit to 1.5A), with the 5010 generating the sine wave to pass to the 3010. All worked correctly, and there were no issues. Square wave outputted by the 3010 was exactly as desired (image attached) at the correct frequency, and this confirms the issue was the breaker, not the valon 5015. Ready to go ahead with ordering a new replacement breaker.
|
Attachment 1: IMG_6462.jpeg
|
|
Attachment 2: IMG_6464.jpeg
|
|
465
|
Fri Oct 25 10:56:30 2024 |
Shane | Update | CDS | Timing Chassis fixed and reinstalled |
[Ma, Shane]
We replaced the 1A breaker in the timing chassis today with a 4A one, and tested that all is working well. The chassis successfully outputted the correct signal (image attached). The real time models have also been restarted and the CyMAC diagnostics screen is showing all green flags. Timing chassis has been closed up and reinstalled in the server rack.
|
Attachment 1: successful_timing.jpeg
|
|
473
|
Thu Nov 14 11:58:05 2024 |
Shane | Update | CDS | Turbo pump connection troubleshooting |
Attempted connection to the TV551 turbo pump through Varian/Agilent's software on spica. Successful connection established, and we are able to read out al the readings associated with the pump (status, temperature, etc) through the software, which is actually pretty extensive and well organized. Was able to stop and restart the pump with no issues. Serial communications seem to be working fine, and the current serial settings (baud rate 9600, serial type RS232) all match what the Iolan was expecting with the previous connection test. Also notable: the code used for the previous (failed) connection test is written using 'Letter protocol', which is the older of the two communications protocols supported by these kinds of pumps. This rules out the pump being too old to accept the newer communication format as the issue, since it's the older format being used anyway. Will continue trouble shooting to determine why previous connection test failed. |
484
|
Wed Dec 4 16:01:23 2024 |
Shane | Update | CDS | Vac serial interfacing troubleshooting update |
Update on the issue with serial interfacing for the TV 551 turbo pump: Tried a new test today, to see if the commands being sent to the controller were actually getting through at all, since we know that no response is getting back to us. To test this, I sent the start/stop command for the pump, disconnected the serial connection and instead connected the controller to spica so I could run the manufacturer's software, and used the manufacturer's sotware to check the pump status manually. After trying a few variations of this test, during which the pump status did not change at all from 'normal' (meaning the stop command being sent was not actually received), we've concluded that the commands being sent to the pump with the serial comms code are not being received. Further troubleshooting needed. |
505
|
Tue Jan 28 13:30:46 2025 |
shane | Update | CDS | Serial comms testing update |
Attempted to communicate with the smaller vac pump (TwissTor 74) via Agilent software today. Was able to communicate with the pump via python serial connection code as usual, with no issues. When using the manufacturer software though, it was unable to 'locate' the pump and failed to connect to it. So manufacturer software works for the big (older) pump, but not the smaller, newer one. Unclear if this is somehow related to the fact that using the manufacturer software for the bigger pump involved manually connecting its controller to spica with a db9, and there was no obvious way to do that for the smaller pump's controller. |
518
|
Wed Feb 19 13:44:48 2025 |
Shane | Update | CDS | Vac serial interfacing update |
[Jon, Shane]
Debugging update for vac system serial communications: we were able to successfully connect the smaller turbo pump to the Varian (manufacturer) software today by plugging the controller db9 directly into spica, and verified that the pump was able to send and receive information. Still no success on communication with the larger pump via python serial code, though. Issue potentially lies in the pinout mapping of the connectors, as the pinouts we'd been using work successfully for the small pump which only requires 3 connections (RXD, TXD, GND), but the large pump may require more. Tried to test this on the big pump by keeping the pinout setup for the small pump, and incrementally adding the remaining 6 connections on a one to one scale (Pin 1 matched to Pin 1, etc) between the controller DB9 and the field DB9 connected to the IOLAN ethernet cable. After each new connection was added, I retried running the serial connection code. None of the additional connections yielded any results, and the large pump remained unable to connect through the code. Next step is further looking into documentation on the pinouts to see if the large pump requires a different connection setup than the small pump.
|
527
|
Thu Feb 27 18:22:21 2025 |
Shane | Update | CDS | Ongoing work in server rack and desk area (1119) |
As part of the vacuum communications debugging process, there is ongoing work in the server rack and desk area in 1119. Please be careful not to move any of the materials left out in the server rack or on the work bench. |
532
|
Tue Mar 4 10:47:03 2025 |
Shane | Update | CDS | Vac system pinouts |
Attached here are the pinouts, as we currently know them, for the vacuum system. The three items focused on here are the Agilent TwissTorr 74 FS turbo pump (the smaller/newer pump) and controller, the Agilent TV 551 Navigator turbo pump (the larger/older pump) and controller, and the Eight-channel Perle IOLAN SDS8 terminal server. The 'field' pinouts in the attached tables refer to the DB9 end of the RJ45F to DB9F converter. |
Attachment 1: vac_pinouts_1.jpeg
|
|
Attachment 2: vac_pinouts_2.jpeg
|
|
533
|
Wed Mar 5 12:16:28 2025 |
Shane | Update | CDS | Vac system communications update |
[Shane, Jon]
Update on the serial interfacing with the vacuum system: both turbo pumps are now able to successfully communicate through the code. The older pump, for unknown reasons, required a newer version of the communication syntax (despite the newer, small pump being able to communicate fine with the old communication format). We have also confirmed that the newer pump works with this new format as well. Next step is interfacing the pressure gauge.
|
534
|
Wed Mar 5 18:13:20 2025 |
Shane | Update | CDS | vac system comms |
[Shane, Jon]
Update on the serial interfacing with the Inficon VGC503 pressure gauge: We began setup of the Inficon pressure gauge today. We configured the ethernet setting via USB and assigned it a static IP address of 192.168.1.30, which is listed in the network table on the lab wiki. It is showing up on the network successfully, and is responding to pings. Will attempt communication via code next.
|
535
|
Mon Mar 10 17:03:52 2025 |
Shane | Update | CDS | Pressure Gauge successful connect |
Vac system serial interfacing update: the pressure gauge is now able to communicate successfully through the code. It's been set to a static ip of 192.168.1.30, on port 8000. |
546
|
Thu Apr 3 13:23:37 2025 |
shane | Update | CDS | UPS interfacing |
Update on UPS serial interfacing: the driver for the UPS webcard has been installed on spica (for UPS1 in room 1119) and logrus (for UPS2 in room 1129). Static IP addresses have been assigned for both and noted on the lab wiki. Neither is yet able to connect, as the initial ip address webpage connection test failed for both. In the process of troubleshooting now. |
565
|
Wed Apr 30 13:42:45 2025 |
Shane | Update | CDS | UPS comms successful |
Update on UPS1 serial interfacing: communication is now successful. On 4/15/25 we connected to UPS1 via ethernet rather than USB, and manually added its static ip address (noted in lab network wiki) to the router. Able to connect and unpack all desired data nicely using telnet server connection via telnetlib. In process of finalizing code and will work next on interfacing UPS2. |
570
|
Tue May 6 12:25:03 2025 |
Tyler | Configuration | CDS | Cymac ADC CSD measurement |
An initial measurement of the cymbal ADC CSD is attached below. As of now, it seems that the sensitivity limit is roughly the same as that of the Red Pitaya. |
Attachment 1: cymac_adc_rin_v1.pdf
|
|
585
|
Tue Jun 3 11:50:08 2025 |
Pooyan | Update | CDS | CDS update |
There are three major issues with the lab's CDS system that should be addressed. They are ordered from the highest priority to the lowest.
- CyMAC has stopped serving the fast channels (65k Hz)
The channels are still there, and the data from the slow (16 Hz) channels is served correctly, but the fast data is not served. As a result, diagggui can not retrieve any information at the moment. Probably the issue is the same as the version conflict between daqd and nds2-server. After installing nds2-server on CyMAC and realizing that the conflict can not be resolved, I reverted the changes so that the CyMAC could be compatible with daqd, but there is a chance that there are still version conflicts that block the fast channels. I suspect that we have broken the MSC model when adding the new button. This could explain both the fasr-channels fault and the unexpected crashes.
UPDATE 6/5 Fixes this by rebuilding the models. Note for the future: The c1iop and c1msc models should be rebuilt together, even if no change has been made to c1iop.
- The fast channels were not saved to the frames
Reviewing the frame files showed that the daqd was only saving the 16 Hz data in the .gwf frame files. I had missed this because I only checked the existence and the integrity of the raw frame files, but never retrieved the high-frequency data itself to check it.
- NDS2-server is installed, but does not distribute the data
I managed to install the nds2-server and its satellite programs on the Chimay, and NFS mount the frame files on it. The server successfully chaches the channel names, frame files, and the data, but fails to list the channels for distribution.
Note: CyMAC machine was strangely disconnected from the network, and required manual reboot. I couldn't find any abnormal logs that could explain what happened. |
590
|
Tue Jun 10 12:11:14 2025 |
Pooyan | Update | CDS | CDS update |
- The MEDM models issue was fixed. The issue was that building the c1msc model alone was not enough and we had to re-build the c1iop as well, although no changes has been made to the c1iop. Added a note in the wiki on this for future reference.
- For writing the fast channels to the frame files, our CDS system should have a GDS broadcaster. I followed this wiki page to set one, but it breaks the current daqd system. Asked about it earlier today on the CDS Mattermost channel and waiting for a response.
- Maybe I should continue the distributed scheme we have been trying for the nds2-server and let another machine on the network do this.
- Question: daqd has a feature to zero-out the bad data (NaNs), and it is currently on for our system. I don't think that it's a good idea to have this. Should I turn it off?
|
592
|
Wed Jun 11 16:19:37 2025 |
Pooyan | Update | CDS | CDS update |
- Fast channels recorded to .gwf frame files
- The fast channels are recorded with an extra _DQ in their names. So, in ndscope and diaggui these two channels should be addressed as
- C1:MSC-V0_OUT_DQ
- C1:MSC-V1_OUT_DQ
-
Update 6/13: enabled recording of all the ADC voltage channels so that Tyler can use all the data for the noise floor calculation. attached is an example of diagggui with almost 30 hrs of data.
|
Attachment 1: Screenshot_20250611_154834.png
|
|
Attachment 2: f3k.pdf
|
|
635
|
Tue Aug 26 12:45:41 2025 |
Christina, Ma, Tyler | Update | CDS | RIN Update |
Slides |
8
|
Fri Jul 22 13:20:28 2022 |
Phoebe | Update | | Comsol |
I will be using comsol until 1:30 pm today. I will be updating the model for the heater mount to be thicker in certain areas, so that it can feasibly be 3D printed. Specifically, the radius of the center cartridge mount has been increased to add thickness to the pipe and the arms of the bridge. This will allow us to print with a much smaller chance for error, as the printer can print objects with a minimum length of 1 mm. |
37
|
Tue Feb 28 19:33:51 2023 |
Peter | Update | | 532 M2 Measurements |
Y axis of plot in units of micrometers. X axis in units of millimeters. |
46
|
Wed Mar 8 18:35:52 2023 |
Pamella | Update | | Lab cleaning |
Today Pamella finished cleaning of the cleanroom, starting with the HEPA vacuuming, mopping and clearing all floor with IPA wipes.
Also Pamella and Julian finished cleaning of lab floor, starting with the HEPA vacuuming and mopping.
Shane and Pamella wiped down every surfaces of the laser table, computer table and the table with the vacuum pieces inside the cleanroom.
Shane, Peter, Tayler, Pamella and Julian then wiped down every surface of the laser table outside the cleanroom. We wiped the main tabletop as well as the legs and all parts for the table. We wiped the computer desk, the boxes, the cabinets and every part outside the cleanroom. For now we finished the lab cleaning. |
371
|
Fri May 31 19:37:47 2024 |
Luke | Update | | Vacuum chamber Disassembly |
[Luke, Aiden, Jon, Michel, Tyler]
Work done:
On Tuesday (5/28) we removed the RGA line with minimal difficulty. On Wednesday (5/29) we removed the turbo pump, which had a few bolts that we needed to cut. We borrowed a dremel with ceramic blades from the machine shop to help remove some of the bolts. On Thursday we moved the vacuum chamber onto the floor to check and resecure the heating band on the bottom of the vacuum chamber. We then relocated the posts the vacuum chamber rests on closer to the end of the table and reinstalled the chamber. The post’s height was also reduced from 2in to 1in.
Current state of vacuum chamber:
The vacuum chamber is currently reinstalled in its new position. Some of the parts on the table will be used in the assembly of the turbo pump and RGA lines with the others being able to be moved to storage. |
Attachment 1: IMG_1681.jpg
|
|
Attachment 2: IMG_1680.jpg
|
|
Attachment 3: IMG_1680.jpg
|
|
Attachment 4: IMG_1681.jpg
|
|
378
|
Wed Jun 19 18:45:14 2024 |
Luke | Update | | Vacuum chamber reassembly |
[Luke, Aiden, Mohak , Tyler]
On Tuesday we had the silver screws for the spherical cube shortened by a quarter of an inch so that they would fit into the gate valve. We then attached the spherical cube to the vacuum chamber.
On Wednesday we finished assembling the RGA line and the main turbo pump. |
Attachment 1: image_2024-06-19_182556383.png
|
|
Attachment 2: image_2024-06-19_182631737.png
|
|
Attachment 3: IMG_1710.jpg
|
|
423
|
Mon Aug 12 16:35:30 2024 |
Luke | Update | | Ringheater modeling Update |
|
Attachment 1: HR_surface_deformation.png
|
|
Attachment 2: Irradiation_pattern_input.png
|
|
Attachment 3: HR_surface_deformation_other.png
|
|
451
|
Wed Oct 2 10:31:46 2024 |
Xuesi Ma | Configuration | | Group Meeting Slides 10/2/2024 |
Group Meeting slides for Non-deterministic Heater Response.
|
Attachment 1: Group_Meeting_10_2.pdf
|
|
452
|
Wed Oct 2 12:05:42 2024 |
Luke | Update | | Ringheater modeling Update |
Power point slides |
455
|
Wed Oct 2 14:49:59 2024 |
Liu | Update | | FROSTI ETM actuation |
Proposed FROSTI ETM actuation on the HOM7 resonance.
Animation |
460
|
Wed Oct 16 14:13:31 2024 |
Liu | Update | | FROSTI with non uniform absorption scattering sources |
Slides |
Draft
|
Wed Oct 23 12:33:54 2024 |
Luke | Update | | Zernike calculation update |
PowerPoint slides new
PowerPoint slides older |
503
|
Mon Jan 27 11:29:38 2025 |
Xuesi Ma | Update | | Heater Element Test |
[Ma, Cece, Luke, Mary, Shane]
On Friday (Jan 24), we installed the heater elements on the stand. The heater elements are arranged from 1 to 8, oriented from right to left as shown in Attachment 1. Each wire has been labeled according to its corresponding element number and type (e.g., RTD connections, heater connections).
Note: We currently do not have enough PEEK zip ties, so standard zip ties have been used temporarily. These must be replaced with PEEK zip ties before the setup is placed in the vacuum chamber. |
Attachment 1: 20250124_165434.png
|
|
Attachment 2: 20250124_165342.png
|
|
Attachment 3: 20250214_132811.jpg
|
|
504
|
Mon Jan 27 23:35:28 2025 |
Xuesi Ma | Update | | |
[Ma]
Installed all the pins to the peek DB 25 connectors |
Attachment 1: 20250127_142647.jpg
|
|
Attachment 2: 20250127_153454.jpg
|
|
Attachment 3: 20250127_154516.jpg
|
|
506
|
Fri Jan 31 15:03:09 2025 |
Xuesi Ma | Update | | Heater Element Circuit Check |
[Ma] Wed 1/29/2025
No short circuit between heater element ✓
No short circuit to ground on any pin ✓
No short circuit between connectors ✓
Heater Number |
Power Resistor before (Ohm) |
Power Resistor now (Ohm) |
RTD Resistor before (Ohm) |
RTD Resistor now (Ohm) |
1 |
73.6 |
73.1 |
81.8 |
81.3 |
2 |
70.4 |
69.6 |
82.1 |
81.6 |
3 |
71 |
70.5 |
84.5 |
84 |
4 |
71.5 |
71 |
80 |
79.4 |
5 |
70.5 |
70.2 |
81.7 |
81.2 |
6 |
72 |
71.6 |
79.4 |
78.7 |
7 |
69.2 |
69 |
78.2 |
77.5 |
8 |
71.1 |
70.6 |
84.2 |
83.6 |
|