嗨 - 当我点击绿色播放按钮时,我的系统上安装了“工作台链接数据记录器3”。
它在记录器屏幕上向我发送数据。
但是当我使用FormattedIO488 data_logger = this.SendDataToDeviceReturn(“DATA:POINTs?”)时;
int rdcnt = Convert.ToInt32((double)data_logger.ReadNumber(IEEEASCIIType.ASCIIType_R8,true));
命令。
它正在退回rdcnt = 0。
我不知道它为什么算数为0.请告诉我解决方案。
*如果你可以在绿色播放按钮点击上共享“长凳链接数据记录器3”使用的相同命令,那将是很明显的。*
以上来自于谷歌翻译
以下为原文
Hi - I have "bench link data logger 3" installed on my system, when i am clicking in green color play button. It is returing data to me on logger screen.
But when i am using FormattedIO488 data_logger = this.SendDataToDeviceReturn("DATA:POINTs?");
int rdcnt = Convert.ToInt32((double)data_logger.ReadNumber(IEEEASCIIType.ASCIIType_R8, true));
command. It is returing rdcnt=0. i am not getting why it is giving count as 0. Please proivde me the solution.
*it would be appreciable if you could share same commands that are used by "bench link data logger 3" on green color play button click.*
嗨 - 当我点击绿色播放按钮时,我的系统上安装了“工作台链接数据记录器3”。
它在记录器屏幕上向我发送数据。
但是当我使用FormattedIO488 data_logger = this.SendDataToDeviceReturn(“DATA:POINTs?”)时;
int rdcnt = Convert.ToInt32((double)data_logger.ReadNumber(IEEEASCIIType.ASCIIType_R8,true));
命令。
它正在退回rdcnt = 0。
我不知道它为什么算数为0.请告诉我解决方案。
*如果你可以在绿色播放按钮点击上共享“长凳链接数据记录器3”使用的相同命令,那将是很明显的。*
以上来自于谷歌翻译
以下为原文
Hi - I have "bench link data logger 3" installed on my system, when i am clicking in green color play button. It is returing data to me on logger screen.
But when i am using FormattedIO488 data_logger = this.SendDataToDeviceReturn("DATA:POINTs?");
int rdcnt = Convert.ToInt32((double)data_logger.ReadNumber(IEEEASCIIType.ASCIIType_R8, true));
command. It is returing rdcnt=0. i am not getting why it is giving count as 0. Please proivde me the solution.
*it would be appreciable if you could share same commands that are used by "bench link data logger 3" on green color play button click.*
举报