View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009985 | CTT UA Test Case | 1 - Script Issue | public | 2024-10-21 07:55 | 2024-10-21 07:55 |
Reporter | Jouni Aro | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.04.11.504 | ||||
Summary | 0009985: Base Info ResendData Method 010.js writes several values to the same variable - but expects only one change | ||||
Description | The test is writing a value to the variable corresponding to each monitored item in the test. In case, we have around 100 variables in the address space, including all data types, and Max. Supported MonitoredItems in the configuration is defined as 1000, will result in the CTT to subscribing 10 times to each variable. This leads it to write 10 times to each variable. For other DataTypes it is not a real problems, but for GUID, GUIDArray, XmlElement and XmlElementArray types, it seems to use different values, so writing 10 different values for each. Now, this leads into 10 different samples with different timestamps. As the MonitoredItems are defined with SamplingInterval=50 ms and QueueSize=2, these variables will have 2 samples to send back to the client, whenever the handling of the write takes more than 50 ms in total. The test should be fixed so that it writes only one value to each variable, even when the same variable is monitored by several monitored items. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-21 07:55 | Jouni Aro | New Issue |