Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过 VB.net 访问 VisM,并且可以使用它查询 GLOBAL 节点。但是,假设我有一个看起来像这样的节点,
^KOT("CNTR","KOT") = 38499
我怎样才能把价值换成38499别的东西?像更新?
38499
很简单,只要给P0设置新的值,然后执行COS命令SET这个值到全局
AxVisM1.P0 = "newvalue" AxVisM1.Execute("set ^KOT("CNTR","KOT")=P0")