Skip to content

Commit d1f6300

Browse files
docs: update Septic documentation for latest (#854)
Autogenerated from Septic repository Co-authored-by: einarsi <2356425+einarsi@users.noreply.github.com>
1 parent 93cfa9b commit d1f6300

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

public/latest/calcs.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,14 @@
11821182
quality: GOOD
11831183
retr: month, [1-12]
11841184
signature: getMonth()
1185+
- detailedDescription: "Gets pAppl->OPCReadTime, time in sec for last OPC read. Identical\
1186+
\ to green curve in System info plot\r\n Impl-detail, gets previus sample, as\
1187+
\ current value for write and dT in not yet calulated, keep all 3 in sync"
1188+
name: getOPCreadtime
1189+
parameters: []
1190+
quality: GOOD
1191+
retr: pAppl->OPCReadTime
1192+
signature: getOPCreadtime()
11851193
- detailedDescription: "Gets pAppl->opcWriteTime, time in sec for last OPC write.\
11861194
\ Identical to blue curve in System info plot\r\n Impl-detail, gets previus sample,\
11871195
\ as current value in not yet calulated"
@@ -2523,6 +2531,24 @@
25232531
quality: GOOD if input GOOD
25242532
retr: Boolean
25252533
signature: pulseon(condition, samples)
2534+
- detailedDescription: Zeros model effect of old MV and DV changes.
2535+
name: resetopenloop
2536+
parameters:
2537+
- arity: '1'
2538+
datatype:
2539+
- cvr
2540+
description: Cvr
2541+
direction: in
2542+
name: cvr
2543+
- arity: '1'
2544+
datatype:
2545+
- value
2546+
description: Flag for allowing update (1)
2547+
direction: in
2548+
name: apply
2549+
quality: GOOD if valid model and cv and apply is 0 or 1, else BAD
2550+
retr: 1 if valid Cvr and apply is 1, else 0
2551+
signature: resetopenloop(cvr, apply)
25262552
- detailedDescription: Computes the rounded value
25272553
name: round
25282554
parameters:

public/latest/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
commit: e2b15e0
1+
commit: ab9f745
22
version: latest

0 commit comments

Comments
 (0)