What is NOCOPY?

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


Please Help Members By Posting Answers For Below Questions

How can I speed up sql query?

529


Is pl sql different from sql?

536


Does pl/sql support create command?

578


What is the difference between subquery and correlated query?

536


Explain sql data types?

630






How do I view a sql database?

566


How to make a copy values from one column to another in sql?

583


How to process query result in pl/sql?

566


What are packages in pl sql and also explain its advantages?

536


What is an inner join sql?

549


Differentiate between syntax and runtime errors.

644


How do I run sql?

622


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

557


Is it possible to sort a column using a column alias?

609


What is indexing in sql and its types?

550