Hart Protocol DD files, Software Engineering

Assignment Help:
I am working on DD development project and I am using 475 field communicator for testing DD. While development of DD, I tested DD with SDC 625 PC application using HART modem. I have found some difference in MENU display in both the cases.

I have implemented Burst mode in DD using HART Protocol Ver 7.0. I am using array indexing for 3 messages of burst mode. While testing with SDC 625 PC application, I am able to see all the burst variables along with their Labels as described in common practice command template. But when I am testing the same code with 475, there is no Label display. In place of error display, there is a label that “NO_LABEL_AVAiLABLE”.
Can you please guide me what am I missing in DD. I have attached the code also for reference.

MENU burst_menu_1
{
LABEL "Burst Message 1";
ITEMS
{
burst_messages[0].BURST_MODE_SELECT (DISPLAY_VALUE),
burst_messages[0].COMMAND_NUMBER (DISPLAY_VALUE),
burst_messages[0].UPDATE_PERIOD (DISPLAY_VALUE),
burst_messages[0].MAX_UPDATE_PERIOD (DISPLAY_VALUE),
burst_messages[0].BURST_TRIGGER_MODE (DISPLAY_VALUE),
burst_messages[0].BURST_CLASSIFICATION (DISPLAY_VALUE),
burst_messages[0].BURST_UNIT (DISPLAY_VALUE),
burst_messages[0].TRIGGER_LEVEL (DISPLAY_VALUE),
burst_vars2 // menu
}
}

MENU burst_vars2
{
LABEL "Burst Variables";
VALIDITY IF ( ( burst_messages[0].COMMAND_NUMBER == 33 ) ||
( burst_messages[0].COMMAND_NUMBER == 9 ) ) {TRUE;} ELSE {FALSE;}
ITEMS
{
burst_messages[0].BURST_VAR[0] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[1] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[2] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[3] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[4] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[5] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[6] (DISPLAY_VALUE),
burst_messages[0].BURST_VAR[7] (DISPLAY_VALUE)
}
}

Related Discussions:- Hart Protocol DD files

Discuss the important issues that a srs must address, Q . Discuss the impo...

Q . Discuss the important issues that a SRS must address. Ans. SRS is the method of establishing the services the system should provide of the system in new it is difficult

What is process analysis and modelling, What is Process analysis and modell...

What is Process analysis and modelling? Process analysis The study of existing processes to understand the relationships among parts of the process and to compare them

What is equivalence class testing, Q. What is Equivalence class testing? ...

Q. What is Equivalence class testing? Equivalence class testing is based on the partitioning the input domain of a program into a number of equivalence classes so that the test

What are the elements of design model, What are the elements of design mode...

What are the elements of design model? i. Data design ii. Architectural design iii. Interface design iv. Component-level design

Software requirments, #questionFrame Diagrams We discussed the importance o...

#questionFrame Diagrams We discussed the importance of framing a problem in order to understand the problem better and be able to develop a solution more quickly and easily. In thi

Explain the software quality assurance, Software Quality Assurance and Soft...

Software Quality Assurance and Software Quality Control SQA verifies if the process that is followed to form a product is effective and does not have process defects while SQC

Explain equivalence partitioning, What is equivalence partitioning? Equ...

What is equivalence partitioning? Equivalence partitioning is a black box procedure that divides the input domain into classes of data. From this data test cases can be foun

What are the types of metrics, What are the types of metrics? Direct m...

What are the types of metrics? Direct metrics - It refers to right away measurable attributes. Example - Lines of code, execution speed. Indirect metrics - It refers

Define white box testing, Define White box testing White box testing ...

Define White box testing White box testing method deals with the internal logic and structure of the code. White box testing also called as glass, structural, branches, paths

Some important steps while doing testing, Some Important Steps while doing ...

Some Important Steps while doing performing testing The below objectives are to be kept in mind when performing testing: i)  It should be done with the intention of finding

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd