Skip to content

theshamot/tc-syc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYC - Simple Yet Complex

Library/framework for TwinCAT with aim to provide highly automated sequencer and symbol monitoring.

Regex

  • supports ^$.*+
  • fbRegex.match(pattern := 'he.+o', text := 'hellllo').found = TRUE
  • converted with poor performance from some C implementation on interwebs

Time provider

  • get time in your own format easily
  • tp.GetTimeString({h}:{mm} whatever {ss}) = '6:05 whatever 33'

SymbolProvider_1

  • methods to retrieve variable name and datatype
  • takes time to execute, but is synchronous
  • works just by passing variable into method, it is executed during runtime (not while compilation like __VARINFO)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages