The server application is from a vendor. His appication is written in Labview and he provided a VI to control it with ActiveX. The parameter names are all strings so I can pass an array of strings to it i.e. "Command","Success?","Pass?","Margin",..... The parameter values are an array of variant i.e. "run", FALSE,FALSE,0.0,NULL,NULL,NULL,NULL.
I can create funcitons to do this in CVI using the ActiveX functions. I guess TestStand can't handle it. I don't undertand the point of having the ActiveX adapter in TestStand if it can't handle sending data to/from an ActiveX server.