Echelon i.LON SmartServer 2.0 Manual de usuario Pagina 439

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 443
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 438
1 2 ... 434 435 436 437 438 439 440 441 442 443

Comentarios a estos manuales

Sin comentarios