Essentially this:
kind: SignalGroup
spec:
signals:
- signal: pong
transform:
lua: |
function signal__CHNAME__PONG(ctx)
ctx.value = 42
return ctx
end
Using the same technique as for PDU Net.
Also consider initial value or parameter value, would require support in signal vector code.
Essentially this:
Using the same technique as for PDU Net.
Also consider initial value or parameter value, would require support in signal vector code.