Forum: open-discussion


OPI v1.4 Beta [ Reply ] By: Andrew Turpin on 2012-10-25 19:14 | [forum:27652] |
Dear all, I have just put the finishing touches to a much improved OPI 1.4 that allows swapping between implementations much more easily. Now you literally only have to edit the call to chooseOpi() to switch between simulations and machines. (Of course you need to have the right parameters in the opiInitialize call.) For those technically minded, this requires the OPI functions under the hood to accept parameters that they do not need (for example, the simulators do not need the location of the Haag-Streit EyeSuite libraries, but the Octopus 900 does in the call to opiInitialize). Hence every parameter in a call to opiInitilze(), opiPresent(), etc must now be named, so they can be matched and passed on as appropriate. This might trip up a new user, but I haven't thought of a way to avoid it for now. Cheers, Andrew |