update documentation
This commit is contained in:
8
testApp/cntmod.py
Normal file
8
testApp/cntmod.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class MySupport:
|
||||
def __init__(self, rec, link):
|
||||
pass
|
||||
def detach(self, rec):
|
||||
pass
|
||||
def process(self, rec, reason):
|
||||
rec.VAL = rec.VAL + 1
|
||||
build = MySupport
|
||||
5
testApp/cntrec.db
Normal file
5
testApp/cntrec.db
Normal file
@@ -0,0 +1,5 @@
|
||||
record(longin, "test:count") {
|
||||
field(DTYP, "Python Device")
|
||||
field(INP , "@cntmod")
|
||||
field(SCAN, "1 second")
|
||||
}
|
||||
Reference in New Issue
Block a user