Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:TSSW Sprint - Feb 27 - Mar 13
-
Team:Telescope and Site
-
Urgent?:No
Description
This ticket is for tracking my time spent on setting up new LabJack devices on TMA and TEA in ESS.
Attachments
Issue Links
- relates to
-
DM-38332 Deploy TMA/TEA accelerometers CSC and create Chronograph dashboard
- Done
A successful connection was made to the TEA accelerometers using python. Data was read from all accelerometers as well.
num_frequencies_from_0 = round(
num_frequencies * max_frequency / (max_frequency - min_frequency)
)
values = ljm.eReadNames(handle, len(input_channel_names), input_channel_names)
print(values)
actual_sampling_frequency = ljm.eStreamStart(
handle,
num_samples,
len(modbus_addresses),
modbus_addresses,
desired_sampling_frequency,
)
data, log1, log2 = ljm.eStreamRead(handle)
ljm.eStreamStop(handle)
Now I need to find out how to configure this new LabJack device, notably how to get the offsets and scales.