Closed jhenson29 closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/tag/index.js | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 110: | 0.0% |
Covered Lines: | 472 |
Relevant Lines: | 883 |
You are correct on this I think
The only use of the unstageWriteRequest
method is to move the value from tag.vlaue
to tag.controllervalue
once a write has been successful. This way the controllervalue is always up to date with what is in the PLC
changed
unstageWriteRequest
to settag.controllerValue
totag.value
instead of the other way around.Description, Motivation, and Context
tag.value
returns to previous value after a plc write because it is set totag.controllerValue
in unstageWriteRequest, but tag.controllerValue had never been updated.How Has This Been Tested?
Tested writing tag to plc.
Screenshots (if appropriate):
Types of changes
Checklist:
[WIP] Some awesome PR title
)Related Issue
36