09-14-2007 03:00 PM
09-17-2007 09:37 AM
09-17-2007 01:37 PM
09-18-2007 11:56 AM
09-18-2007 03:27 PM
The problems with the drivers that I have found are that
A- the 'floating point' register utilies, read and write, cause visa timeout errors and can simply be replaced with the normal write/read to register.vi (works for both multiple and single versions of the utility VI's). I found this solution on the disscusion forum.
B- the VI used to write program segments to the controller writes only the segment parameters, not the segment type. To solve the problem, I used a sub VI that returns the segment type of a specified segment, took its register formula, and pasted the register numbers into the defective VI. I then put it into a sequence structure which first wrote segment tpye to the registers I had pasted in and then wrote the parameters for that segment. If the program writes the parameters before the segment type you can get 'read only' errors. I think the VI I fixed was called "et24xx Configure OP Segment Parameters"
Hope that helps,
Questionaire
09-19-2007 09:17 AM
11-05-2007 02:57 PM