-
Notifications
You must be signed in to change notification settings - Fork 2
genie_python Troubleshooting
Thomas Lohnert edited this page Mar 8, 2019
·
31 revisions
Genie_python writes its logs to ...\Instrument\var\logs\genie_python
.
The following is written to the log when a virtual circuit disconnects from the IOC side:
2018-05-21T15:21:31 (CA) (15712) ERROR: CAException: type=-1 state=192 op=5 file=..\cac.cpp lineNo=1223
2018-05-21T15:21:31 (CA) (15712) ERROR: CAException: type=6 state=192 op=0 file=..\getCopy.cpp lineNo=92
The time stamp on these are for the first get_pv
call or equivalent after a disconnect.
Have you pulled and rebuilt the latest version of the repository under \Apps\Python
?