The following is code that I am using to communicate with a power analyzer:
ibwrt(PowerAnalyzer, "OD", 2);
ibrd(PowerAnalyzer, tempstring1, 55);
ibrd(PowerAnalyzer, tempstring2, 55);
ibrd(PowerAnalyzer, tempstring3, 55);
ibrd(PowerAnalyzer, tempstring4, 55);
ibrd(PowerAnalyzer, tempstring5, 19);
ibrd(PowerAnalyzer, tempstring6, 4);
The data inside tempstring1-6 looks great, but sometimes these calles take less than 1msec, other times they take 50 - 60msecs.
Thanks for the help
Mark