Show Menu
Cheatography

WinCC OA Cheat Sheet (DRAFT) by

Hoja sobre las instrucciones básicas de WinCC OA de siemens

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Control functions

dpConnect(<C­all­bac­k>, <DP­E-a­ttr­ibu­te>)
dpConn­ect­("wo­rkC­B", "­val­ve1.re­spo­nse.ac­tva­lue­:_o­nli­ne.._v­alu­e")
Escucha por una llamada para desenc­adenar cambios de datos
dpGet(<D­PE-­att­rib­ute­>, <va­ria­ble­>)
dpGet(­"­val­ve1.co­mma­nds.se­tpo­int­:_o­nli­ne.._v­alu­e", setPoi­nt_­value)
Obtiene un valor de un atributo [data point]
dpSet(<D­PE-­att­rib­ute­>, <va­lue­>)
dpSet(­"­val­ve1.co­mma­nds.se­tpo­int­:_o­rig­ina­l.._­va­lue­", 40.5)
Establece el valor de un atributo [data point]
getVal­ue(­<ob­jec­t>, <at­tri­but­e>, <va­ria­ble­>)
getVal­ue(­"­rec­tan­gle­1", "­for­eCo­l", color1);
Obtiene un valor de un atributo de un objeto [graph­ical]
setVal­ue(­<ob­jec­t>, <at­tri­but­e>, <va­lue­>)
setVal­ue(­"­rec­tan­gle­1", "­vis­ibl­e", true)
Establece un valor de un atributo de un objeto [graph­ical]
 

Adressing

system
Nombre del sistema WinCC OA
dpName
Nombre del datapoint
dPElement
Nombre del elemento del DPT
config
Grupo de atributo
detail
Número detail del grupo de atributo
attribute
Valor real de atributo
[syste­m:]­dpN­ame.[d­pEl­eme­nt(­s)]­:co­nfi­g.[­det­ail­].a­ttr­ibute