求助:为何Excel与Intouch不通讯 点击:2500 | 回复:9



powerstation

    
  • 精华:0帖
  • 求助:0帖
  • 帖子:6帖 | 1回
  • 年度积分:0
  • 历史总积分:19
  • 注册:2001年11月13日
发表于:2002-09-10 16:49:00
楼主
各位大虾; 求助:为何Excel与Intouch不通讯.怎样设置,在那里设置。速救。 powerstation 2001 年12月11



Mr.David

  • 精华:0帖
  • 求助:0帖
  • 帖子:1帖 | 42回
  • 年度积分:0
  • 历史总积分:45
  • 注册:2001年3月31日
发表于:2001-12-11 15:36:00
1楼
很容易。看看文档!

Johnny

  • 精华:0帖
  • 求助:0帖
  • 帖子:1帖 | 187回
  • 年度积分:0
  • 历史总积分:187
  • 注册:2001年7月27日
发表于:2001-12-12 11:50:00
2楼
in Excel to get InTouch data, = view|tagname!"$second" and so on. {view is application name, tagname is topic name, $second is actual tagname in your InTouch DB } in InTouch to get Excel data Excel|Sheet1!R1c1 {Excel}Sheet1 is your Access name R1c1 is your item name }

JRW

  • 精华:0帖
  • 求助:0帖
  • 帖子:4帖 | 21回
  • 年度积分:0
  • 历史总积分:33
  • 注册:2001年11月10日
发表于:2001-12-15 15:59:00
3楼
Excel读InTouch 的Tagname 为 =View|Tagname!"点号名" Excel 可以直接读I/O Server的数据 为 =I/O Server名称|Topic Name!"地址"

gongkongedit

  • 精华:1099帖
  • 求助:0帖
  • 帖子:14392帖 | 54470回
  • 年度积分:0
  • 历史总积分:622
  • 注册:2008年9月08日
发表于:2002-05-20 17:59:00
4楼
Dear Johnny: Thank your for your explaination! I passed the test for reading tags within Excel to Intouch but failed to make a value setting in Excel which is to be read by intouch.You are being kindly requested to make a more detailed example to display a velue window which is to read from excel table cell input. Thanks in advance.

gongkongedit

  • 精华:1099帖
  • 求助:0帖
  • 帖子:14392帖 | 54470回
  • 年度积分:0
  • 历史总积分:622
  • 注册:2008年9月08日
发表于:2002-07-05 16:56:00
5楼
Dear Johnny: Could you please send me a example to show me how to program a macro in Excel to store datas which are read from intouch,e.g.,I want to store such as current ,temperature,voltage,speed,ect.sorts of variables into a Microsoft Excel sheet,and the store duration can be selected by operator,normaly it is 30 minutes,and the whole sheet will be ended to 23:30 oclock. Thanks in advance.

Johnny

  • 精华:0帖
  • 求助:0帖
  • 帖子:1帖 | 187回
  • 年度积分:0
  • 历史总积分:187
  • 注册:2001年7月27日
发表于:2002-07-05 17:55:00
6楼
you can refer this execl macro, or find detail menu from excel book. ============================ Option Explicit Public Sub Macro1() rem rem Macro1 巨集表 rem Johnny Cheng 在 10/23/2001 錄製的巨集 rem Dim view view = DDEInitiate(app:="\\johnny\view", topic:="tagname") Range("b7") = DDERequest(view, "$datestring") Range("c7") = DDERequest(view, "$timestring") DDETerminate view rem End Sub =======================

sdscigarboy

  • 精华:0帖
  • 求助:0帖
  • 帖子:18帖 | 26回
  • 年度积分:0
  • 历史总积分:81
  • 注册:2002年5月15日
发表于:2002-07-30 10:09:00
7楼
有个文件,你可能没启动 ddeview.exe

bigdog76

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 1回
  • 年度积分:0
  • 历史总积分:1
  • 注册:2003年5月22日
发表于:2002-09-05 16:15:00
8楼
InTouch中不用做任何设置,在你的程序中,使用以下设置和InTouch通信:   Application Name: view   Topic Name: Tagname   Item Name: 你要读取的那个InTouch Tag的名字 (注意:以前的答复。)

deng_lp

  • 精华:5帖
  • 求助:0帖
  • 帖子:65帖 | 2669回
  • 年度积分:0
  • 历史总积分:2876
  • 注册:2001年6月19日
发表于:2002-09-06 09:15:00
9楼
可以用VBA,调用FASTDDE的库来实现呀!

热门招聘
相关主题

官方公众号

智造工程师