<< Clique para Mostrar o Sumário >>
lightingOutput.lightingCommand |
Segundo a documentação do protocolo BACnet:
Used to request special lighting commands with specific behaviors. Lighting_Command is written with compound values that specify particular lighting operations. When a lighting operation is written to the Lighting_Command property, the effect of that operation is written to the Present_Value at the priority level specified by the priority field. If the priority field is not included with the command, the priority specified in Lighting_Command_Default_Priority shall be used. Some lighting operations require additional parameters. These are provided by optional fields of the BACnetLightingCommand value.
A propriedade lightingCommand do objeto lightingOutput pode ser lida e escrita utilizando um tag bloco de 6 elementos.
Propriedade |
Valor |
ParamDevice |
<endereçoDoDispositivo> |
ParamItem |
lightingOutput-<endereçoDoObjeto>.lightingCommand |
Size |
6 elementos |
Propriedade |
Valor |
B1: |
<endereçoDoDispositivo> |
B2: |
<tipo> = 54 |
B3: |
<endereçoDoObjeto> |
B4: |
<propriedade> = 380 |
Size: |
6 elementos |
Indice |
Nome |
Tipo |
0 |
Operation |
Um inteiro representando uma das opções da enumeração <BACnetLightingOperation>. |
1 |
TargetLevel |
Um numero em ponto flutuante de 32 bits. OBS: este elemento é opcional, um valor <null> indica que o elemento não está presente. |
2 |
RampRate |
Um numero em ponto flutuante de 32 bits. OBS: este elemento é opcional, um valor <null> indica que o elemento não está presente. |
3 |
StepIncrement |
Um numero em ponto flutuante de 32 bits. OBS: este elemento é opcional, um valor <null> indica que o elemento não está presente. |
4 |
FadeTime |
Um inteiro de 32 bits sem sinal. OBS: este elemento é opcional, um valor <null> indica que o elemento não está presente. |
5 |
Priority |
Um inteiro de 32 bits sem sinal. OBS: este elemento é opcional, um valor <null> indica que o elemento não está presente. |