1st terminal: start ENS naming service as described in previous example
2nd terminal: start singenerator as described in previous example
3rd terminal: start slcollector, make sure that it asks for the same device/location as specified in the singenerator
4th terminal: run rpc_util,
the states are defined at: daq/fsm/DAQ_states.h
Location is: TEST.DOOCS/COLLECT.SLOW/DAQ.SL.COL
- DAQ.FSM_CMD_C, FSM command, INT, to ramp up the state machine
- DAQ.FSM_CMD_A, FSM command, STRING, to check that the state machine understands the transitions
- DAQ.FSM_STATE_A, state, ASCII STRING, to check that the state transition suceeded and the system is in the anticipated state
- DAQ.FMS_TR_STS, transition status, INT, to check if an error occured during the state transition
- DEBUG, switch on debug info, INT, helpful for debugging errors which occur plus when in state running to check that data are actually sent and received
--
ValeriaBartsch - 20 Feb 2008