Hello
I was playing with a Visio stencil and noticed that there is a ReadParameterID and a WriteParameterID.
I was able to figure out the Read by drilling down on the element, but not the Write.
Where is the Write ParameterID located?
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] Selected answer as best 5th April 2022
Hi Yuki
Read and write parameters are linked to each other by name. You will have to search for the write parameter which has the same name as the read parameter. The following steps should help you out:
- Open up the protocol XML-file by right-clicking the element name in the surveyor
- Press Edit
- Press the icon next to Version dropdown
- Enter id="601" in the Find search box at the top right
- Press the right arrow next to search box until you've found the read parameter (see Type tag)
- Copy the name of the read parameter and paste it in the search box
- Press the right arrow next to search box until you've found the write parameter with the same name
- Now you can read the required id
Kind regards
Michiel Clepkens [SLC] [DevOps Advocate] Edited answer 5th April 2022