ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

c3_FSMTreppe.tlc 973B

123456789101112131415161718192021222324252627282930313233343536373839
  1. %implements "chartSource" "C"
  2. %function ChartConfig(block, system) void
  3. %createrecord chartConfiguration { ...
  4. executeAtInitialization 0 ...
  5. }
  6. %return chartConfiguration
  7. %endfunction
  8. %function ChartDataMap(block, system) void
  9. %createrecord ChartDataElements {\
  10. NumChartData 3 \
  11. ChartDataDefaults {\
  12. RecordType "ChartData"\
  13. Dimensions []\
  14. IsTestPoint 0\
  15. }\
  16. ChartData {\
  17. Name "is_active_c3_FSMTreppe"\
  18. Description "StateIsActive"\
  19. SFName ""\
  20. Path ""\
  21. SrcLocation ""\
  22. }\
  23. ChartData {\
  24. Name "is_c3_FSMTreppe"\
  25. Description "StateActiveChild"\
  26. SFName ""\
  27. Path ""\
  28. SrcLocation ""\
  29. }\
  30. ChartData {\
  31. Name "temporalCounter_i1"\
  32. Description "TemporalCounter"\
  33. SFName ""\
  34. Path ""\
  35. SrcLocation ""\
  36. }\
  37. }
  38. %return ChartDataElements
  39. %endfunction