This commit is contained in:
2021-04-28 09:29:19 +02:00
parent 84e20e54cc
commit a9f0de27e6
1030 changed files with 14567 additions and 227310 deletions

View File

@@ -0,0 +1,13 @@
channel="TESTIOC:TESTSINUS:SinCalc"
pv1 = ReadonlyProcessVariable("C1", channel)
pv2 = ReadonlyProcessVariable("C2", channel)
pv1.config.offset = 10
pv1.config.scale = 2
pv2.config.offset = 20
pv1.config.scale = 4
pv1.initialize()
pv2.initialize()
tscan([pv1, pv2], 10, 0.1)