Dear All, "Wait On ActiveX Event From Multiple.VI" has been using the Parameter Data. However, only in the first Pointer Data may be. I would like to receive as much data ICount value. But always the first data is being received OCX File(Event Handle) ------------------------------------------------- Void eGEMRspAllECInfo(long lCount, long* plVid, BSTR* psName, BSTR* psValue, BSTR* psDefault, BSTR* psMin, BSTR* psMax, BSTR* psUnit) ---------------------------------------------------- This Porgram (ex : Icount : 4) ----------------------------------------------------------------------------------------- Vid:101,Name:Equipment_Init_Conn, Value:1, Default :1, Min:, Max:, Unit: ----------------------------------------------------------------------------------------- I Want Recive data (ex : ICount : 4) ----------------------------------------------------------------------------------------- Vid:101,Name:Equipment_Init_Conn, Value:1, Default :1, Min:, Max:, Unit: Vid:102,Name:Establish Comm, Value:10, Default :20, Min:, Max:, Unit: Vid:103,Name:MaxSpool, Value:20, Default :20, Min:, Max:, Unit: Vid:104,Name:WriteSpool, Value:30, Default :30, Min:, Max:, Unit: ----------------------------------------------------------------------------------------- Thank you. |