发表于:2005/11/13 16:13:00
#0楼
麻烦大家看一下,我写的从omron-plc的dm区域中读取数据的程序是否有错误,程序如下:
CString str1;
str1="@00RD00100002";
m_com.SetOutput(COleVariant(str1));
COleVariant vResponse;
vResponse= m_com.GetInput();
m_response=vResponse.bstrVal;
其中m_response是文本框的变量!!!
大家给参谋一下,是不是有什么错误,我试过几次,都没有取出数据!!!
CString str1;
str1="@00RD00100002";
m_com.SetOutput(COleVariant(str1));
COleVariant vResponse;
vResponse= m_com.GetInput();
m_response=vResponse.bstrVal;
其中m_response是文本框的变量!!!
大家给参谋一下,是不是有什么错误,我试过几次,都没有取出数据!!!