Echelon i.LON SmartServer 2.0 Manual do Utilizador Página 439

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 443
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 438
i.LON SmartServer 2.0 Programmer’s Reference
A-3
6. In this example, we want to read and write only to the SmartServer’s digital relay outputs;
therefore, we need to modify the List function so that it returns the subject data points. To do this,
change the xSelect statement from:
//Item[@xsi:type="Dp_Cfg"]
to the following:
//Item[@xsi:type="Dp_Cfg"][contains(UCPTaliasName,"nviClaValue")]
This means that the List function will return only those data points that have “nviClaValue” in
their alias names. The xSelect statements you will use will depend on the subject data points, as
you can filter for desired items using the appropriate xsi type and predicates such as contains and
starts-with.
Vista de página 438
1 2 ... 434 435 436 437 438 439 440 441 442 443

Comentários a estes Manuais

Sem comentários