Change Log
Resolved issues will be listed on this page.
Release 1.2.0
Configuration Changes
<DeviceOptions>
<Campaign>
<!-- MultipleAnalogChannelsPV is a new required field in DeviceOptions.xml.
Valid values: true or false. Enforced by both audit and TFP711_012.
Position: add it inside the <Campaign> tag.
For most submissions, this value will be false. -->
<MultipleAnalogChannelsPV>false</MultipleAnalogChannelsPV>
<!-- CmnPrac now accepts value 13. Previously valid range was 7–12;
now 7–13. Not a breaking change, but submissions with CmnPrac=13
no longer fail the audit. -->
<CmnPrac>13</CmnPrac>
</Campaign>
</DeviceOptions>New Automation
The following 21 test point procedures have been newly automated in DD-STAT v1.2, expanding automated coverage for EDD validation.
TFP631_004 -- Verify that COLLECTION OF VARIABLE (or COLLECTION) are used to model the 'Device Variables' referenced in the ARRAY OF COLLECTION deviceVariables.
TFP714_006 -- Verify the only DD Items imported individually (not using an import macro) are those explicitly identified as an available option in 'Using the HART Standard DD', 'Additional items' section 7.2.1.2 or 7.3.1.3.
TFP715_013 -- For devices supporting Command 50 and/or 51, verify macros IMPORT_DEV_VARS_MAPPING_READ() or IMPORT_DEV_VARS_MAPPING_READ_WRITE() are used and it does not contain constant values (i.e. 0,1,2,3) (Referred to as Fixed mapping).
TFP716_001 -- Verify the IMPORT of _WIRELESS DD uses the import macros defined in macros2.h as specified in 'Using the HART Standard DD' sections 7.12.1.1 - 7.12.1.7. (Verify against the device test logs, test is not applicable if the device does not support this feature).
TFP716_002 -- Verify the only DD Items imported individually (not using an import macro) are those explicitly identified as an available option in 'Using the HART Standard DD', 'Additional items' section 7.12.1.8.
TFP811_013 -- Verify CLASS is not REDEFINEd on a standard item (including use of conditionals) unless explicitly identified as an available option in 'Using the HART Standard DD'.
TFP811_015 -- Verify VALIDITY/VISIBILITY is not used on a standard DD item unless explicitly identified as an available option in 'Using the HART Standard DD'.
TFP811_016 -- Verify no other attribute is REDEFINED or ADDed to a standard DD item unless explicitly identified as an available option in 'Using the HART Standard DD'.
TFP811_017 -- Verify conditional statements (IF/ELSE, SELECT/CASE and/or preprocessors #if, #ifdef, #ifndef, etc. directives) are NOT used for any attribute on a standard item unless explicitly identified as an available option in 'Using the HART Standard DD'.
TFP811_018 -- Verify that BIT_ENUMERATED variable does not DELETE its bit enumerations unless the HART specification allows for truncation of bits (i.e., Command 48 Device Specific data).
TFP812_001 -- Verify no mandatory attributes of Commands were deleted.
TFP814_004 -- Reserved.
TFP814_015 -- Verify Command 33 is not REDEFINEd (applicable to HART 5 devices since HART 6 and above are not importing this command, see TFP715_004).
TFP816_001 -- Verify the _TABLES DD uses the redefinition macros defined in macros2.h as specified in 'Using the HART Standard DD' section 7.13.3. (Verify against the device test logs, test is not applicable if the device does not support this feature).
TFP816_002 -- Verify the only _TABLES Variables redefined individually (not using a redefinition macro) are those explicitly identified as an available option in 'Using the HART Standard DD', 'REDEFINITIONS' section 7.13.3.
TFP817_001 -- Verify the PV 1 DD uses the redefinition macros defined in macros2.h as specified in 'Using the HART Standard DD' section 7.2.3. (Verify against the device test logs).
TFP817_002 -- Verify the only DD items redefined individually (not using a redefinition macro) are those explicitly identified as an available option in 'Using the HART Standard DD', 'REDEFINITIONS' section 7.2.3.2 - 7.2.3.8 (PV 1) or 7.3.3.1 - 7.3.3.9. (PV 2)
TFP818_001 -- Verify the _WIRELESS DD uses the redefinition macros defined in macros2.h as specified in 'Using the HART Standard DD' 7.12.1.1 - 7.12.1.7.
TFP818_002 -- Verify the only DD Items redefined individually (not using a redefinition macro) are those explicitly identified as an available option in 'Using the HART Standard DD', 'REDEFINITIONS' sections 7.12.3.1 - 7.12.3.1.4.
TFP1011_005 -- Verify conditional statements (IF/ELSE, SELECT/CASE and/or preprocessors directives, i.e., #if/#ifdef) or DD Item names which reference specific Host Applications (i.e., 275, 375, 475, AMS, FDM, PDM, iDTM, etc.) are not used in the EDD.
TFP1011_006 -- Verify if protocol-based conditions (such as FF, HART, Profibus) are used, those are applied to the complete sections of the code and not to particular attributes of any DD item.
Resolved Issues
The following issues have been resolved in DD-STAT v1.2, organized by test point procedure.
TFP511_004 -- Fixed a false pass where tab characters were not being recognized as space characters during validation.
TFP511_005 -- Switched from DD source file to the preprocessed .i file for processing this test point, improving accuracy.
TFP614_001 -- Fixed a crash during test execution.
TFP631_005 -- Extensive fixes to COLLECTION OF VARIABLE validation. Resolved multiple false passes where missing "description" and "help" fields on collection members were not being detected. Fixed JSON parsing errors causing Inconclusive results. Improved error message clarity to reduce member confusion. Corrected false failures from _temp defines not being properly located in DDL. Fixed false "Skipped" status since every DD must have at least one COLLECTION OF VARIABLE. Refined output formatting.
TFP711_013 -- Fixed false failures caused by incorrect common table lookup logic and table 2 values needing re-audit.
TFP711_015 -- Fixed a false failure in test validation.
TFP711_017 -- Fixed a false pass where the test was not correctly validating requirements.
TFP711_019 -- Added verification that a standard DD is not imported if not defined in table 2 or 3, targeting unknown DDs.
TFP712_001 -- Fixed false failure for HART 6 devices where the IMPORT_TABLES_LOCK() macro is explicitly permitted. Resolved a confusing error message.
TFP714_001 -- Fixed false "Skipped" result and restored correct functionality for devices with two or more analog outputs. Resolved test case completion failures.
TFP715_003 -- Fixed multiple crash and exception issues including output exceptions and unhandled exceptions in Device Variable IMPORT processing. Corrected an incorrect section number reference in "Additional Items" output.
TFP715_005 -- Fixed a false failure in test validation.
TFP715_011 -- Fixed a false pass where the test was not correctly detecting validation issues.
TFP811_003 -- Fixed a crash during test execution.
TFP811_004 -- Fixed false pass where ENUMERATED and BIT_ENUMERATED variables were not being checked for deleted enumerations when HANDLING is READ.
TFP813_007 -- Fixed false failure on redefinition of Command 48. Simplified error message strings for clarity. Fixed a crash during test execution.
TFP813_008 -- Fixed false passes where Command 48 redefinition was not being detected. Added validation that universal commands and variables must not be individually redefined.
TFP814_014 -- Fixed false failures where permitted REDEFINE TYPE INDEX for device variable codes was being incorrectly flagged. Corrected false passes where identical redefinitions were not being caught. Fixed missing menu name display in METHOD failures. Resolved element and field counting issues.
TFP814_018 -- Fixed false failures related to condensed status redefine macros. Added support for REDEFINE_CONDENSED_STATUS_READ_TRANSACTIONS(n) when Write is not supported, and REDEFINE_CONDENSED_STATUS_TRANSACTIONS(n) when Write is supported with n < 25. Added support for the new REDEFINE_CONDENSED_STATUS_READ_TRANSACTIONS() macro variant.
TFP816_003 -- Fixed minor string display bug. Addressed HART Common Tables having only 1 ISO Latin String without language customization support. Fixed false pass where Device Type Number and Manufacturer string were allowed to have multiple values/strings. Resolved crash issues and a regression introduced by earlier fixes.
TFP816_004 -- Fixed a false failure caused by case-sensitive string comparison.
TFP911_001 -- Fixed array index out-of-bounds crash. Resolved multiple false pass regressions where #define label _temp references were not being detected. Fixed spurious failures from malformed MENU declarations. Addressed false passing issues across multiple builds.
TFP911_002 -- Completed repair of test logic. Fixed partial false failure where real failures were being reported but two additional MENUs were being missed.
TFP911_003 -- Major overhaul of MENU validation logic. Fixed false passes where offline_root_menu was not required to be a conditional menu, and where certain METHODs were not being detected. Corrected false failures for MENUs in FMA-only space and for isolated/encapsulated items in offline_root_menu. Updated error messages to use specification-required language. Added detection of legacy methods. Added reporting for menus containing data items. Scope narrowed to only concern MENU items that are MENUs, not data items. Improved detection of version-conditional encapsulation on FDI required objects.
TFP1011_004 -- Fixed false reporting where Device Variable codes 244, 245, and 250 were not dispatched in the test, causing guaranteed failures for those codes.
TFP1211_002 -- Fixed crash issues in test execution. Corrected a false pass where DD item name changes referenced in COMMAND objects (Device Rev and DD Rev) were not being caught. Moved historical error checks from TFP1211_003 to TFP1211_002 where they properly belong.
Release 1.1.0
DD-STAT builds in a CI/CD pipeline are now supported.
DD-STAT and FDI IDE now share the same license manager.
The installer removes the previous installation before installation (does not affect user files or licenses).
These formerly manual test cases are now automated: TFP911_001, TFP816_003, TFP816_004
DD-STAT now retrieves information from previously registered packages in the FDI package repository.
HART test log ual11b.qa.log is now required with the submission.
Multiple failures in test cases on the range TFP814_* are corrected.
HART 6 DDs now find the manufacturer ID correctly.
TFP1211_002 removes redundant reporting and improves the messaging. False failures are repaired.
TFP712_001 uses correct macros for HART 6 devices.
TP1011_004 improves the assessment of conditional device variable codes.
TFP612_004 false passing is repaired.
TFP816_004 false failure is repaired.
Multiple TFPs now evaluate as not applicable instead of inconclusive as appropriate.
Release 1.0.2
The automation now requires CAL073.qa.log. This log reveals whether command 73 is supported by the device or not.
For device revisions and DD revisions, the automation now requires the registered encoded .fma file from the previous revision. The source for the previous DD is still required, but it is not tokenized.
Testcases 1211_002 and 1211_003 are now automated tests.
The automation is updated to allow IDE versions up to 1.7.0.2.
The 'ddstat init' command is enhanced to allow user to add a folder name as an argument. When no argument is provided, the command behaves as before, initializing in the current working directory. User can add a optional path name as an argument. The automation will create a new folder at that path and initialize it.
A false failure is prevented in the case where a device contains a device-specific command that is not listed in the EDD.
A false failure is prevented in the case where commands are defined in the symbols.txt file but not referenced in the EDD.
Improvements in the automation caused the Sample_HART7 EDD that ships with the product to fail. This is repaired.
Resolved an issue where older HART Test System logs failed to parse.
Resolved an issue where the MANUFACTURER line in some DD's was not recognized.
In test case TFP814_014, it is permitted to REDEFINE TYPE INDEX.
Release 1.0.1
1794
TFP811_004
false failure, delete is permitted
1.0.0
1904
TFP711_005
DD needs to be marked “skipped” or “passed”, not inconclusive
1.0.0
1908
TFP715_002
False pass - no AG10101 macros are referenced
1.0.0
1917
new IDE 1.7.0 macro parameter for IMPORT_PV2_3_BASE is not supported
1.0.0
1938
TFP811_00
Universal is redefined and common practice is not, requires analysis
1.0.0
1940
Fatal while getting command 9 byte count from UAL011a
1.0.0
2043
TFP813_007
False pass - Redefinition macro may only be used when the command 48 bytes do not match
1.0.0
2044
TFP813_002
wrong macro name is identified
1.0.0
2045
TFP813_008
items shown are not actually VARIABLEs with definitions in the Universal IMPORT
1.0.0
2046
TFP712_001
Remove check for commands 524 and 525 from IMPORT_TABLES_CONDENSED_STATUS and move them to IMPORT_CONDENSED_STATUS_MAP_WRITE
1.0.0
2052
TFP813_007
move command 48 output from TFP1011_002 to TFP813_007
1.0.0
2053
TFP712_001
command 48 parameter issue is not detected
1.0.0
2058
Some DD searches should be done on .i not .ddl
1.0.0
2107
TFP813_007
error message is not clear
1.0.0
2111
TFP621_005
device specific command number range issue
1.0.0
2112
TFP911_001 and TFP911_002
not showing passed when errors Tok 859/860 are not present
1.0.0
2120
TFP814_016
review/rework
1.0.0
2126
Using defines as arguments for macro parameters instead of numbers should be a failure
1.0.0
2141
HART Sample DDs
1.0.0
2162
TFP715_011
Commands 72, 73, 74 and 75 having nothing to do with IMPORT_MISC_LOCK
1.0.0
2163
TFP814_023
False Errors
1.0.0
2164
TFP814_013
failure assigned to the wrong TFP
1.0.0
2165
TFP814_014
has no macro
1.0.0
2181
TFP1111_008
switch from manual to automation
1.0.0
2196
TFP813_008
false failure - should not fail as long as they are not REDEFINING the CLASS or HANDLING
1.0.0
2198
TFP511_005
false failure - need to use .i file
1.0.0
2199
TFP811_004
false failure - The reason for the failure is missing for TFP811_004 in the report
1.0.0
2201
TFP621_009
should be tokenizer not manual
1.0.0
2202
TFP612_004
false pass - report fails to capture tok error 694
1.0.0
2260
TFP715_005
false failure - should be marked “Passed” with a INFO(warning) in the details
1.0.0
2261
TFP1211_001
revised
1.0.0
2264
TFP715_005, TFP715_007, TFP715_009, TFP715_010, TFP715_011 and consider adding TFP715_001 and TFP715_013
revised
1.0.0
2265
TFP715_002, TFP715_006, TFP715_008, TFP715_012
revised
1.0.0
Last updated