ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

Simulation does not work for FINS IOC #1288

Closed John-Holt-Tessella closed 7 years ago

John-Holt-Tessella commented 8 years ago

As a developer I want the simulation mode to work for FINS machine. I tried simulation with with imat-attn and larmor-air fins and both don't allow the simulation to be set. It appears that the bi for status for instance never completes its first get and so can not have simulation set on it. The PACT record is always 1.

John-Holt-Tessella commented 8 years ago

Also make attenuation simulation reset values to 0

IsabellaRey commented 8 years ago

The same issue seems to be happening with the MERCURY IOC

samueljackson92 commented 7 years ago

Found a work around for this problem. In the configuration file I changed the finsUDPInit call to be:

finsUDPInit("PLC", "$(PLCIP=127.0.0.1)", "TCP")

Pointing the IP address to localhost allows the FINS controller to get a response and then give up on making a connection which then allows the rec sim to kick in.