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
What are string functions in sql?
Is pl sql a programming language?
Can we use having without group by in sql?
what is index? : Sql dba
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
what is 'mysqldump'? : Sql dba
What are the benefits of triggers?
what is an index? : Sql dba
Does sql require a server?
What is the use of index in sql?
Are pl sql variables case sensitive?
How can a function retun more than one value in oracle with proper example?
What are the parts of a sql statement?
What is oracle sql called?