-
Notifications
You must be signed in to change notification settings - Fork 2
CCD100
This device is used at ISIS to measure either pressure or flow.
There is a unit string set in the device by the team that set it up, they also set up any calibration that is needed (IBEX cannot control the calibration).
The CCD100 on POLARIS is at a particularly high baud rate and long cable run. This means that when the device is disconnected it receives junk. See https://github.com/ISISComputingGroup/IBEX/issues/2326.
There are 3 types of CCD100 in use at ISIS:
We cannot talk to these remotely. They do not have a comms menu available via the front panel, and there will be no "func" button on the front panel. See ticket https://github.com/ISISComputingGroup/IBEX/issues/3819
We can't talk to these units. Although there are ports and cables to physically connect the device to a moxa, there is no remote communication interface that we can use
These are "standard" models which have been in use on a few beamlines, notably polaris.
These are "next generation" CCD100 models and are TCP based, see https://github.com/ISISComputingGroup/IBEX/issues/6440 Currently a working devCCD100_mk3.proto
has been merged (same db file can be used), so to use the device you would need to
- copy
devCCD100_mk3.proto
todevCCD100.proto
- edit
st.cmd
to connect using tcpdrvAsynIPPortConfigure
rather thandrvAsynSerialPOrtCOnfigure
Set IPADDR
macro to IP address of unit. Pressure section have been allocated a range of IP addresses to used for these devices, so we should not need to assign one. Check that the subnet mask is 255.255.252.0 and not 255.255.255.0