Hi, MIkko.
How can I fill xls file for load simulator?:
Buffer In ProfileGeneric for Attribute 3 of Register object, ex.:
<Buffer>
<Row>
<! it is for Clock attribute 2>
<Cell Type="25">09/23/2020 08:13:00</Cell>
<! it is need for Register attribute 3, but wrong writed struct>
<Cell Type="2">
<Value Type="15">255</Value>
<Value Type="22">33</Value>
</Cell>
</Row>
</Buffer>
Hi,
Hi,
The best way is if you read your existing meter and save simulated values to XML. You can then modify them for your needs.
BR,
Mikko
Thank's , but meter is empty.
Thank's , but meter is empty.
with parsing and scrolling source was get answer is:
<Buffer>
<Row>
<Cell Type="25">09/23/2020 08:13:00</Cell>
<Cell Type="2">
<Item Type="15">1</Item>
<Item Type="22">33</Item>
</Cell>
</Row>
</Buffer>
Hi,
Hi,
Copy those lines and change data time value for each row.
BR,
Mikko