writeTrendCurve¶
Descrição¶
Adiciona um ponto a um canal de um Trend Curve Display no Display.
Sintaxe¶
Lcm.writeTrendCurve0(value);
- Canal 0
Lcm.writeTrendCurve1(value);
- Canal 1
Lcm.writeTrendCurve2(value);
- Canal 2
Lcm.writeTrendCurve3(value);
- Canal 3
Lcm.writeTrendCurve4(value);
- Canal 4
Lcm.writeTrendCurve5(value);
- Canal 5
Lcm.writeTrendCurve6(value);
- Canal 6
Lcm.writeTrendCurve7(value);
- Canal 7
Parâmetros¶
Lcm
: Nome do objeto.
value
: Valor (Y) do ponto.
Parâmetro | Mínimo | Máximo | Tipo |
---|---|---|---|
value |
0 (0x0000) | 65535 (0xFFFF) | unsigned int |
Retorna¶
Valor de verificação se os dados foram enviados.
Mínimo | Máximo | Tipo |
---|---|---|
0 (0x00) | 1 (0x01) | byte |
Valor | Descrição |
---|---|
0 | Não foi possível realizar o envio dos dados |
1 | Envio de dados realizado |
Requisitos¶
É necessário inicializar o LCM com o nome Lcm
, tendo como parâmetro a serial à qual será ligado o Display.
Código de exemplo¶
1 2 3 4 5 6 7 8 9 10 |
|