Skip to content

Commit 4487966

Browse files
committed
Update manual
1 parent c10574a commit 4487966

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

code/tab6.py

+10
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ def show_tab6():
9292
html.H4('Select Device'),
9393
html.P('Your computer may have several devices connected, so we need to instruct the program which input to use, so just select the correct input device from the pulldown menu. Note, you will need to refresh the page after selecting device.'),
9494

95+
html.H4('Command Entry', style={'display':serial}),
96+
html.P('Changing the settings on GS-MAX serial devices requires certain commands to be sent to the processor, these commands can be sent using the command input field. Note some commands are deliberately blocked for sdafety reasons.', style={'display':serial}),
97+
html.P('If you need to send critical calibration to your device, please contact the manufacturer.', style={'display':serial}),
98+
html.P('• Change voltage -U0 to -U255', style={'display':serial}),
99+
html.P('• Clicking submit on a blank field refreshes device data', style={'display':serial}),
100+
html.P('• Please refer to device manual for other commands', style={'display':serial}),
101+
102+
html.H4('Max-Pulse-shape', style={'display':serial}),
103+
html.P('Recalibrating your GS-MAX for use with crystals other than NaI(Tl) may require recalibration of the pulse shape, this involves setting the -ris and -fall parameters. the pulse shape function allows you to observe the pulse sample points. -ris is the number of dots to the peak, and -fall is the number of dots in the tail', style={'display':serial}),
104+
95105
html.H4('Sample Rate', style={'display': audio}),
96106
html.P('Analogue to digital audio sampling involves taking a voltage reading of the analogue signal multiple times a second, the faster the sampling rate the more accurately we can reconstruct the signal. Most modern computers can handle audio sampling rates up to 384 kHz. Faster sampling will generally produce a better spectrum, but it also requires a longer pulse which limits the pulse acquisition rate. If your objective is to measure a high count rate you may want a shorter pulse and a lower sample rate. ', style={'display': audio}),
97107

0 commit comments

Comments
 (0)