Commit Graph
10 Commits
Author SHA1 Message Date
Peter Denison ad11d7ec6f Interface changes:
Removed motorAxisPrimitive, motorAxisSetLogParam
    motorAxisSetLog now takes a logParam parameter
    drvMotorAsynConfigure takes an extra can_block parameter
    Simulator create function only takes int parameters to avoid problems
        passing double parameters from the vxWorks shell on PowerPC arch
Functional changes:
    Order of drvMotorAsyn interrupt callbacks has been changed to pass back
        Float64 interrupts (typically position, etc.) before Int32 interrupts
        (typically status), so that a move reaches its desired position before
        it is signalled as complete. This is not a complete solution.
    More parameter checking, particularly of axis number
2006-06-06 08:50:14 +00:00
MarkRivers fd67e23c38 Print statusCallback in hex, not decimal 2006-04-29 19:01:15 +00:00
MarkRivers 68cf987621 Fixed problem with callbacks occuring before interruptAccept=1; don't send resolution to driver any more 2006-04-19 22:09:17 +00:00
Peter Denison ea31f13f13 Get initial values from the motor controller to avoid move to zero at startup 2006-04-19 12:56:35 +00:00
MarkRivers 071f932661 Moved debugging in buildTrans; send resolution in init_record 2006-04-08 20:10:26 +00:00
MarkRivers 16ebe6291f Fixes from Peter Denison for jog 2006-04-08 00:22:06 +00:00
MarkRivers 8fae7bebb0 Fix from Peter Denison for jog 2006-04-06 19:39:09 +00:00
MarkRivers 690096a7a4 Fix from Peter for home command 2006-04-06 19:25:33 +00:00
MarkRivers 87131fc463 Changed int32_t and uint32_t to epicInt32 and epicsUInt32 2006-03-23 00:24:20 +00:00
MarkRivers 9793a5d4e8 New files for asyn interface 2006-03-21 22:41:54 +00:00