27 ECatMasterCommand(0x1000, 0);
28 ECatMasterCommand(0x1000, 1);
29 ECatMasterInfo(0x1000, 0, slaveCount);
31 print(
" ECAT salve count: ",slaveCount);
48 print(
"map input/output");
49 return ECatMasterCommand(0x1000, 2);
69 ECatMasterCommand(slaveNo, ( (cycleTime_ms<<8) + (offset_us<<16)));
93 ECatMasterInfo(0, 30, dcActive);
94 print(
"DC Active: ", dcActive);
98 print(
"wait for DC to lock");
100 while(abs(offsetValue) > 1000)
102 ECatMasterInfo(0x1000, 12, offsetValue);
103 print(
"Offset time [ns]: ",offsetValue);
108 print(
"wait for op");
109 ECatMasterCommand(0x1000, 3);