发表于:2006-08-03 15:00:00
1楼
补充一下用EXCEL就可以写入!
Writing Values to the DAServer from Excel
Values may be written to the DAServer from Microsoft Excel by creating an
Excel macro that uses the POKE command. The proper command is entered in
Excel as follows:
channel=INITIATE("applicationname","topicname")
=POKE(channel,"itemname", Data_Reference)
=TERMINATE (channel)
=RETURN()