40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
40m Log |
Not logged in |
 |
|
Sat Feb 26 01:01:40 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
Sat Feb 26 15:45:14 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
Mon Feb 28 19:15:10 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
Tue Mar 1 20:38:49 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels   
|
Wed Mar 2 11:50:39 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels    
|
Wed Mar 2 12:40:08 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels 6x
|
Sun Mar 6 18:14:45 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
Mon Mar 7 13:53:40 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
Mon Mar 7 14:52:34 2022, Koji, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
Tue Mar 8 12:08:47 2022, Tega, Update, VAC, Ongoing work to get the FRG gauges readouts to EPICs channels
|
|
Message ID: 16692
Entry time: Wed Mar 2 11:50:39 2022
In reply to: 16691
Reply to this: 16693
|
Author: |
Tega |
Type: |
Update |
Category: |
VAC |
Subject: |
Ongoing work to get the FRG gauges readouts to EPICs channels |
|
|
Here is the IOLAN SDS TCP socket setting and the USBserial setting for comparison.
I have also included the python script and output from the USBserial test from earlier. |
|
|
|
|
|
|
|
#!/usr/bin/env python
#Created 2/24/22 by Tega Edo
'''Script to read/write to the XGS-600 Gauge Controller'''
import serial
import sys,os,math,time
ser = serial.Serial('/dev/cu.usbserial-1410') # open serial port
... 74 more lines ...
|
|
----- Multiple Sensor Read Commands -----
Sent to XGS-600 -> #0001\r : Read XGS contents
response : >FE4CFE4CFE4C
Sent to XGS-600 -> #0003\r : Read Setpoint States
response : >0000
Sent to XGS-600 -> #0005\r : Read software revision
response : >0206,0200,0200,0200
... 69 more lines ...
|