01-30-2006 12:04 PM
01-30-2006 12:20 PM
01-30-2006 12:39 PM
Hi, all
And I checked the offsets in the tSTC.h file, found that:
AI_Command_1, AI_Command_2, G0_HW_Save and G_Status, four registers use same offset 0x08;
AI_SI_Load_A, DIO_Parallel_Input, G1_Command and G1_Save, four registers use same offset 0x0e;
AI_Status_2, AO_Command_2, DIO_Output and G1_HW_Save, four registers use same offset 0x0a;
AI_Mode_1, AO_Status_2, G0_Command and G0_Save, four registers use same offset 0x0c;
I don't understand how to distinguish the registers using same address. I knew that two registers can have same address only when one is write only and the other one is read only.
Please help
Thanks
Best regards,
George
01-30-2006 12:47 PM
01-30-2006 04:00 PM
02-01-2006 12:11 PM