147
Irinos IR Users Manual © 2015 - 2016 Messtechnik Sachs GmbH, Germany
Measurement / Control via MscDll
Example "position-triggered dynamic measurement"
Preliminary considerations
Based on the resolution of the incremental encoder of 3600
increments / rotation and the step-size of 0,5°, the step-size
between two samples is 5 increments.
Example-Code
// Write channel list 1 using the measurement channels T4 and
T5
ansiString =
“#1;T4;T5#
”;
WriteCommandStr(opcWCL, ansiString);
if (ansiString != “
#0#
”) return -1;
// An error occured: cancel
starting measurement
// Define trigger:
// TriggerNo 1; position-triggered; trigger-channel =
measurement channel T12; divisor = 1;
// step-size = 5; start = 0; end: * = without end
ansiString = “
#1;P;T12;1;5;0;*#
”;
WriteCommandStr(opcDT, ansiString);
if (ansiString != “
#0#
”) return -2;
// An error occured: cancel
starting measurement
// Define dynamic measurement 1:
// TriggerNo 1; channel list 1; dyn. measurement active; 720
measurement values
ansiString = “
#1;1;1;720#
”;
WriteCommandStr(opcDDM1, ansiString);
if (ansiString != “
#0#
”) return -3;
// An error occured: cancel
starting measurement
// Setup data transfer channel for dynamic measurement values
result = MSC_SetupExtendedDynamicChannel(pDevice, opcRDM1, 2,
1, NULL);
if (result != MSC_STATUS_SUCCESS) return -4;
// Allocate 2 buffers, each having a size of 720 * 4 Bytes =
Содержание Irinos IR
Страница 2: ......
Страница 7: ...Introduction...
Страница 15: ...Safety instructions...
Страница 22: ......
Страница 23: ...System overview...
Страница 39: ...Product descriptions...
Страница 64: ......
Страница 65: ...Pin assignment...
Страница 92: ......
Страница 93: ...Mounting Cabling...
Страница 109: ...Setup...
Страница 118: ...118 Irinos IR Users Manual 2015 2016 Messtechnik Sachs GmbH Germany Setup...
Страница 120: ......
Страница 121: ...Measurement Control via MscDll...
Страница 168: ......
Страница 169: ...Troubleshooting and first aid...
Страница 186: ...186 Irinos IR Users Manual 2015 2016 Messtechnik Sachs GmbH Germany Troubleshooting and first aid...
Страница 187: ...Maintenance cleaning and disposal...
Страница 190: ......
Страница 191: ...Application notes...
Страница 198: ......
Страница 199: ...Specifications dimensions...
Страница 209: ...209 Irinos IR Users Manual 2015 2016 Messtechnik Sachs GmbH Germany Specifications dimensions...
Страница 210: ...210 Irinos IR Users Manual 2015 2016 Messtechnik Sachs GmbH Germany Specifications dimensions...
Страница 211: ...211 Irinos IR Users Manual 2015 2016 Messtechnik Sachs GmbH Germany Specifications dimensions...
Страница 212: ...212 Irinos IR Users Manual 2015 2016 Messtechnik Sachs GmbH Germany Specifications dimensions...