09-14-2005 02:43 AM
09-14-2005 03:38 AM
09-16-2005 03:51 AM
Hello!
As most say:we can develop simple driver with rtx development tools,however the command port must be known!So I wonder if we can obtain the information that which port is corresponding to which command.For example,if I want to load a position to the card ,which port should I send commands data to?How could I know the address of the port?
Can ni offer the above information?
Thank you !!!
Hope your reply!!!
09-16-2005 04:22 AM
A hardware driver writes to and reads from registers. Because the motion controller is memory-mapped, you can read and write directly from an unsigned short pointer (16-bits). The following registers are defined for communicating with the motion controller:
09-17-2005 03:30 AM
09-19-2005 02:40 AM
09-21-2005 03:01 AM
09-29-2005 03:02 AM
09-29-2005 08:14 AM
09-30-2005 02:27 AM