Answer Posted / surbhi
Well the answer as i browsed was this regarding NOCOPY:
The automatic transfer of data from the internal data
memory to the memory card can be prevented by the command
NOCOPY
which instructs the dataTaker not to transfer data from the
internal data memory to the data area of the inserted
memory card. The NOCOPY state remains active until the
memory card which contains the command is removed. When
another memory card is inserted, automatic data transfer is
again enabled.
The following example illustrates the use of the NOCOPY
command in a card program. This program is stored in the
program area of a memory card.
;NOCOPY
;ALARM5(1TK>100)"Temperature Alarm"
;ALARM6(2TK>105)AND
;ALARM7(3TK<140)4DSO
The NOCOPY command is used in this program to instruct the
logger not to transfer data from the internal data memory
to the memory card at any time while this memory card is
inserted in the logger.
This programming example is typical of a memory card being
used as a program only card, to enter new alarms or alarm
setpoints, change Schedule triggers, etc. while the current
program continues.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Can we use two order by clause in query?
What is the use of <> sql?
what is msql? : Sql dba
Why do we use function in pl sql?
Define implicit and explicit cursors.
How do I sort a table in sql?
What type of database is cloud sql?
Which sql statement is used to return only different values?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How do I add a database to sql?
What are schema-level triggers?
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
what is view? : Sql dba
What is union, minus and interact commands?
What are different types of functions in sql?