Using DCOM and visual studio to obtain sensor model, sensor serial number and channel description

  • Software
  • Using DCOM and visual studio to obtain sensor model, sensor serial number and channel description
elkin mauricio botia vera

Posted on 11.06.2020 13:52

Hello, is there a way of obtain (see attachment), for each channel the added columns of "Sensor Model" "Sensor S/N" and "Description" using DCOM in an embedded visual studio application ?. At the moment I am able to obtain the channel names (App.Data.ActiveChannels.Item(i).Name)) , sample rate (App.Data.SampleRate) etc, but I can not find the location of this objects in the DEWEsoft.IApp. Thanks in advance


Attached files:
Matic Pevec
Customer Support Engineer
Posted on 15.06.2020 15:11

Hi,


GetSensorType() : WideString

  • returns Sensor model


GetDescription : String

  • returns description


Sensor S/N can't be obtained with DCOM.

elkin mauricio botia vera

Posted on 16.06.2020 00:15

Thanks for your support. It works now. Regards

Login to reply to this topic. If you don't have account yet, you can signup for free account .