ProSoft Technology MVI69-ADMNET User Manual

Page 49

Advertising
background image

MVI-ADMNET ♦ 'C' Programmable

Setting Up Your Development Environment

'C' Programmable Application Development Module with Ethernet

Developer's Guide

ProSoft Technology, Inc.

Page 49 of 122

February 20, 2013

3.6.4 Installing RY.exe and SY.exe

To install RY.exe and SY.exe on the module, remove the Compact Flash card
from the module, and then use a Compact Flash card reader on your PC to copy
the files to the root directory of the Compact Flash card. When you reinsert the
Compact Flash card in the module, use the following syntax to send or receive
files.

C:\RY

or

C:\SY "filename.ext"

The filename and path must be in quotes.

Important: You cannot copy files directly to the A:\ drive on the module. To update files on the A

drive, you must create a new ROM image (page 37) and download the image to the module using

MVIFlashUpdate. (page 39) The following procedures show how to send and receive files from the
module’s Compact Flash card (drive C:\).

3.6.5 Downloading Files From a PC to the ADM Module

In order to download files to the module, the ADM module’s running program
must be interrupted. To transfer files to the module, run the RY.EXE program
which uses the YModem protocol.

1 In HyperTerminal, connect to the module at 57600 baud and type the

command to halt the program (for example [Esc] or [Ctrl][C]; your
application must be written to allow itself to exit to the command prompt on
request).

2 At the command prompt, type

C:\RY

3 In HyperTerminal, open the Transfer menu, and then choose Send File.

4 Click the Browse button to navigate to the folder and file to send to the

module.

5 Chose Ymodem from the Protocol dropdown list, and then click Send.

Advertising