Enabling Oneshot; Accessing Serial Number And Class-Model Information - NCR VOYIX CX7 User Manual

All-in-one pos
Hide thumbs Also See for VOYIX CX7:
Table of Contents

Advertisement

Enabling ONESHOT

When the Power Switch is pressed for four seconds, the hardware level override of the
processor forces an uncontrolled shutdown. This can corrupt the Operating System. The
ONESHOT feature disables this hardware override. To turn on the ONESHOT feature,
follow these steps:
1. Enter BIOS Setup using the [Del] or [F2] hotkey.
2. In Setup, go to Advanced → NCR POS → ONESHOT Control.
3. Set the ONESHOT Control setting to ENABLED.
4. Press [F4] to save and exit.
Accessing Serial Number and Class-Model
Information
Below is an example of a VbScript code on how to obtain the Serial Number and Class-
Model Information of the terminal.
On Error Resume Next
DIM returnValue
DIM version
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer &
"\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from Win32_
ComputerSystem",,48)
For Each objItem in colItems
Wscript.Echo "Class Model: " & objItem.Model
Wscript.Echo "Serial Number: " & objItem.Name
Next
Unauthorized use, reproduction and/or distribution is strictly prohibited.
Confidential and proprietary information of NCR Corporation.
199

Advertisement

Table of Contents
loading

This manual is also suitable for:

7772

Table of Contents