I want to test my OPC application using a simulation server such as "National Instruments.OPCLabVIEW", but I have about 50 read/write independent I/O items needed to be simulated at a same time. Does anybody know how to duplicate the item in a simulation server?
(1) I used "browse to OPC item.vi" and found the items of the server "National Instruments.OPCLabVIEW" installed in two computers were different. One computer had 40 items listed as "Value 00", "value 01"..."Value 39" (which is good, but I don't know why is that :).), however the server in the other computer only had one item called "waveform". How can I duplicate the waveform item in the other computer that has a same functi
on as the "waveform" but can work individually?
(2)I have tried with "Server Explorer" to create a group and added (duplicated) more items of "waveform". But (a) when I tested them by writing one data to one item all the other items were changed to the same data which means they are not independent; and (b)these items created by "server explorer" can not be found by the "browse to item.vi"