Moxa Technologies V2416 Series User Manual
Moxa Technologies V2416 Series User Manual

Moxa Technologies V2416 Series User Manual

V2416 series winxp embedded
Hide thumbs Also See for V2416 Series:

Advertisement

Quick Links

V2416 Series WinXP Embedded
User's Manual
First Edition, April 2011
www.moxa.com/product
© 2011 Moxa Inc. All rights reserved.
Reproduction without permission is prohibited.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the V2416 Series and is the answer not in the manual?

Questions and answers

Summary of Contents for Moxa Technologies V2416 Series

  • Page 1 V2416 Series WinXP Embedded User’s Manual First Edition, April 2011 www.moxa.com/product © 2011 Moxa Inc. All rights reserved. Reproduction without permission is prohibited.
  • Page 2: Copyright Notice

    Information in this document is subject to change without notice and does not represent a commitment on the part of Moxa. Moxa provides this document as is, without warranty of any kind, either expressed or implied, including, but not limited to, its particular purpose. Moxa reserves the right to make improvements and/or changes to this manual, or to the products and/or the programs described in this manual, at any time.
  • Page 3: Table Of Contents

    Table of Contents Introduction ............................1-1 Overview ............................1-2 Software Specifications........................1-2 Application Development Environment ................... 1-2 Networking and Communication Capabilities ................... 1-3 Supporting Services and Daemons ....................1-4 How to Determine Firmware Build Versions .................... 1-4 Inserting a USB Mass Storage Device into the Computer ................. 1-5 Inserting a CF Card in the Computer .....................
  • Page 4: Introduction

    Introduction Thank you for purchasing the Moxa’s V2416 x86 ready-to-run embedded computers. This manual introduces the software configuration and management of V2416 computers running the Windows Embedded Standard 2009 operating system. For hardware installation, connector interfaces, setup procedures, and upgrading the BIOS, please refer to the V2416 Hardware User’s Manual.
  • Page 5: Overview

    V2416 WinXP User's Manual Introduction Overview V2416 embedded computers come with four RS-232/422/485 serial ports, making it ideal for connecting a wide range of serial devices. The dual 10/100/1000 Mbps Ethernet ports offer a reliable solution for network redundancy, delivering continuous operations for data communication and management. As an added convenience, the V2416 computer has six DIs and two DOs for connecting digital input/output devices.
  • Page 6: Networking And Communication Capabilities

    V2416 WinXP User's Manual Introduction • Distributed Transaction Coordinator (MSDTC) —A distributed transaction facility for Microsoft Windows systems, which uses transaction-processing technology. MSDTC exploits loosely coupled systems to provide scalable performance. • Enhanced Write Filter—An upper filter in the storage device driver stack that redirects disk write operations to volatile (RAM) or non-volatile (disk) storage.
  • Page 7: Supporting Services And Daemons

    V2416 WinXP User's Manual Introduction • Dial-Up Networking—Provides the infrastructure necessary to implement a Remote Access Service (RAS) client. • Microsoft-Windows-HTTP—Services that implement the functionality of the HTTP protocol on a server. • TCP/IP Networking—Implements the core TCP/IP protocol stack, which includes the IPv4 version for the following protocols: Transmission Control Protocol (TCP), User Datagram Protocol (UDP), raw, Internet Control Message Protocol (ICMP), Internet Group Membership Protocol (IGMP), and Address Resolution Protocol (ARP).
  • Page 8: Inserting A Usb Mass Storage Device Into The Computer

    V2416 WinXP User's Manual Introduction Inserting a USB Mass Storage Device into the Computer Inserting a USB mass storage device will generate a new drive on the V2416-XPE. The new drive should be visible in the File Explorer. Inserting a CF Card in the Computer Note that the V2416-XPE computer is shipped with a CompactFlash card already inserted and the Windows Embedded Standard 2009 platform installed.
  • Page 9: Inserting Sata Hard Disks Into A V2416 Computer

    V2416 WinXP User's Manual Introduction Inserting SATA hard disks into a V2416 Computer The V2416-XPE computer offers two removable disk trays that can be fit two SATA hard disks for storage expansion. Before installing hard disks, make sure that the computer is powered off. Insert the SATA hard disk devices will create new disks in the V2416-XPE.
  • Page 10: Four Rs-232/422/485 Serial Ports

    V2416 WinXP User's Manual Introduction NOTE: The V2416 embedded computer supplies only 5V DC power for 2.5 inch SATA hard disks. If you want to use a 3.5 inch hard disk, you will need to use an external power supply for your SATA hard disk.
  • Page 11 V2416 WinXP User's Manual Introduction printf("\t (3) Set DOUT value\n"); printf("\t (4) Display both DIN and DOUT\n"); sin=getwchar(); n=_wtoi(&sin); switch (n) // if char == '1', display the digital input case 1: //Open dio hDIO=mxdio_open(); for(int i=0;i<=5;i++) //Get digital input port_no=i;...
  • Page 12 V2416 WinXP User's Manual Introduction if(!nDout) printf("Set digital output fail!\n"); else printf("Set digital output success!\n"); //Close DIO mxdio_close(hDIO); break; case 4: // if char == '4', Get both digital input and digital output //Open dio hDIO=mxdio_open(); for(int i=0;i<=5;i++) //Get digital input port_no=i;...
  • Page 13: Software Configuration

    Software Configuration In this chapter, we explain how to operate a V2416-XPE computer directly or from a PC. Instructions are given on how to adjust the system time, troubleshoot network connectivity, and manage other functions. Some of these operations can be done with system commands after gaining access to the computer, and others can be done from the “Control Panel,”...
  • Page 14: Starting Your V2416-Xpe Computer

    V2416 Series Software Configuration Starting Your V2416-XPE Computer Connect the CRT monitor or LCD monitor to the target computer, and then power it up by connecting it to the power adaptor. It takes about 30 to 40 seconds for the system to boot up. Once the system is ready, the Desktop will appear on your monitor.
  • Page 15 V2416 Series Software Configuration 2. Select Display Devices and choose the operation mode. Single Display: This option allows one display to be used. Dual Display Clone: This mode allows you to use two displays at the same time. Extended Desktop: This mode allows you to use extended desktop function. You may use two displays to extend your desktop.
  • Page 16 V2416 Series Software Configuration 4. Select Color Correction, you can adjust the color settings for your display. 5. You can also use hot keys to change your display settings. When finished, click Apply and then OK.
  • Page 17: Changing The Network Settings

    V2416 Series Software Configuration Changing the Network Settings The V2416-XPE computer comes with two network interfaces. Both of the default IP addresses are DHCP. Choose Start  Control panel  Network Connections to enter the network settings page. Select the connection and choose Properties on the pop-up menu by right-clicking.
  • Page 18: Adjusting The System Time

    V2416 Series Software Configuration Adjusting the System Time • Setting the System Time Manually: Use the date/time command line utility to query the current system date/time or set a new system date/time. • Date/Time Control panel: Go to the Control Panel and double click the Date and Time icon.
  • Page 19: Starting And Stopping Services

    V2416 Series Software Configuration • SNTP: In the Date and Time Properties window, you can see the NTP server setting. Starting and Stopping Services Select Start  Control Panel  Administrative Tools and double click Services. Select and right-click on the service name, and then choose to stop or start.
  • Page 20: Remote Desktop (Rdp)

    V2416 Series Software Configuration Remote Desktop (RDP) You can connect to the target V2416-XPE computer remotely by using Remote Desktop. Right-click My Computer on your desktop, and select Properties. Click the Remote tab for further configuration. Make sure that the Allow users to connect remotely to this computer checkbox is selected. Next, click...
  • Page 21: Serial Ports

    V2416 Series Software Configuration Serial Ports The V2416-XPE computer offers 4 serial ports, which can run RS-232, RS-422 or RS-485 serial interface. From Control Panel  System  Hardware  Device Manager, click Ports (COM & LPT), you can see the four serial ports named COM1, COM2, COM3, and COM4.
  • Page 22: Enhanced Write Filter

    V2416 Series Software Configuration Enhanced Write Filter The “Enhanced Write Filter” protects the contents of a volume on the target media volume by redirecting all writes to another storage location called on overlay. Use the following steps to enable the Enhanced Write Filter.
  • Page 23 V2416 Series Software Configuration 3. When the system has rebooted, type fbwfmgr /displayconfig in the command prompt again to confirm thatthe status has been changed to enabled. The default folder for FBWF will be \temp. Type fbwfmgr /help for more detailed information.
  • Page 24: Hdd Hot Swap Function Configuration

    Hot-swapping function for the computer. Starting the mxhtspd Function The Moxa Hot-Swapping function will be automatically launched when you boot up the V2416-XPE embedded computer, and the removable hard disk can be monitored immediately. Three actions will be handled by the mxhtspd program as the default settings.
  • Page 25: Configuring The Disk Drive Letters For Disk Removal

    LED will continuously blink to notify the user. The default setting is 90% disk utilization. If you would like to change the disk capacity notification threshold, edit the file mxhtspd.conf under C:\Program Files\MOXA\mxhtsp\config and enter the new value: Configuring the Disk Drive Letters for Disk Removal The default drive letters are Disk D and Disk E.
  • Page 26: Programming The Scripts

    V2416 Series Software Configuration 1. Right-click the mxhtspd icon at the bottom right of the screen and then select Setting. 2. In the setting page, select the letter from the drop-down list for the specific hard disk. When finished, click OK to complete.
  • Page 27 V2416 Series Software Configuration Each script corresponds to a specific action. For example, when you press the Disk 1 button, the action_btn1_press_short.vbs will be activated and the action pre-defined in the script will be executed. The script action_btn1_press_long.vbs is activated when you press the button longer than 3 seconds.
  • Page 28: Checking The Log File

    Software Configuration Checking the Log File The event of status or error will be logged into the log file in the directory C:\Program Files\MOXA\mxhtsp\log. Each log file is tagged with date, and the events are logged with date and time. 2-16...
  • Page 29: Management Tools

    Management Tools The V2416-XPE ready-to-run embedded computers are shipped with the Windows Embedded Standard 2009 operating system already installed. This network-centric platform is designed to serve as a front-end for data acquisition and industrial control applications. A set of Windows XP management tools are installed on the V2416-XPE computer to resolve management issues.
  • Page 30: Computer Management

    V2416 Series Management Tools Computer Management [Control Panel]  [Administrative Tools]  Computer Management. You can use the tools for a variety of tasks, such as disk partition, disk mount/dismount, and create/remove users. You can also check services in the Computer Management window.
  • Page 31: Internet Information Services (Web/Ftp)

    V2416 Series Management Tools Internet Information Services (Web/FTP) [Control Panel]  [Administrative Tools]  Internet Information Services. If you need to set up Web or FTP, you must use this tool for configuration purposes, and you can also start/stop HTTP/FTP services.
  • Page 32 V2416 Series Management Tools 3. Type the alias into the text box. Click Next to continue.
  • Page 33 V2416 Series Management Tools 4. When you complete the steps, the virtual directory WEB will appear under Default WEB Site. 5. On your desktop, type [IP Address]/WEB/Default.htm (e.g., 192.168.1.127/WEB/Default.htm). The following message will appear. The steps are indicated in the...
  • Page 34: Odbc Data Source Administrator

    V2416 Series Management Tools 6. If you need to use the FTP server, you must create the default password for your account and turn on the write permission on your home directory located in c:\intepub\ftproot. Select FTP Sites  Default FTP Site ...
  • Page 35: Performance Monitor

    V2416 Series Management Tools This database source configuration tool is for users to add, delete, or set up the data source, and then display information about the installed ODBS drivers. You can create a new data source or trace the calls to ODBC functions.
  • Page 36 V2416 Series Management Tools (e.g. If you do not need telnet service you can stop it and set the “startup option” to “manual”.)
  • Page 37: System Recovery

    System Recovery The V2416-XPE ready-to-run embedded computers are a Windows Embedded Standard 2009 platform. This chapter describes the recovery process in the event of system instability. The following topics are covered in this chapter:  Recovery Environment  Recovery Procedure...
  • Page 38: Recovery Environment

    V2416 Series System Recovery Recovery Environment The environment includes a V2416-XPE embedded computer and a bootable USB disk with the recovery programs and system image file. Hardware The hardware used includes a PC, a V2416-XPE computer and a USB disk with the recovery programs. (Note: The USB disk should be at least 2GB.).
  • Page 39 V2416 Series System Recovery Click Browse and select the folder you wish to install to and then click Next. Click Next to start the installation. Click Close to finish.
  • Page 40 V2416 Series System Recovery Step 2: Extract Recovery Image from PC to USB disk After the installation is complete, you will see the XPeRecovery shortcut on your desktop. You can start the USB disk recovery utility by opening this shortcut. Double-click the shortcut then click OPEN to select the image file.
  • Page 41 V2416 Series System Recovery This message will appear when the process is complete. Click OK. Step 3: Change the BIOS Settings On the V2416-XPE computer, you need to change the BIOS settings to boot from USB disk. Turn on the computer and press DEL to enter the BIOS setup menu.
  • Page 42 V2416 Series System Recovery ATTENTION Please note that some USB disks will be regarded as the Removable Device. If it happens, see the following steps. a. Select Removable Device Priority. b. Make sure that the USB disk has been detected. Press Esc to exit.
  • Page 43 V2416 Series System Recovery c. Make sure that the First Boot Device is Removable. If not, select First Boot Device, press Enter and select it from the list. d. Select Exit  Save & Exit Setup and then press Enter.
  • Page 44 V2416 Series System Recovery Click OK when the recovery process is complete and system will reboot. Step 5: Change the BIOS Setting to Boot from Original Disk. Now, you need to change the boot priority so that it can boot from the original disk. As the system reboots, press DEL to enter BIOS setup menu.
  • Page 45 V2416 Series System Recovery Step 6: Reboot the Computer. Remove the USB disk from the USB port before restarting and rebooting the V2416-XPE. You need to wait for about ten to fifteen minutes while the system recovers. DO NOT power off or shut down the computer during this time or the IIS service will be terminated.

This manual is also suitable for:

V2416-xpe

Table of Contents