Server commands, Set console, Set custom-app – Perle Systems IOLAN CSS User Manual

Page 21: Chapter 2 server commands

Advertising
background image

IOLAN SDS/SCS/STS CLI Reference Guide, Version 3.6

21

Server Commands

Chapter 2

2

This chapter defines all the CLI commands associated with configuring the IOLAN server
parameters.

Server Commands

Set Console

Set Custom-App

Description Sets the flow control and baud rate on IOLAN models that have a dedicated console

port.

User Level Admin
Syntax

set console [flow none|soft|hard]

[speed 9600|19200|38400|57600|115200]

Options

flow

For IOLAN models that have a dedicated console port, defines whether the data flow is
handled by using software (

Soft

), hardware (

Hard

), or no (

None

) flow control.

speed

For IOLAN models that have a dedicated console port, specifies the baud rate of the
line connected to the console port.

Description You can create a custom application that can run on the IOLAN using the Perle SDK.
User Level Admin
Syntax

set custom-app server program-command-line <command>

Options

program-command-line

The name of the SDK program executable that has been already been downloaded to
the IOLAN, plus any parameters you want to pass to the program. Maximum of 80
characters. Use the

shell

CLI command as described in the SDK Programmer’s Guide

to manage the files that you have downloaded to the IOLAN. For example, using
sample

outraw

program, you would type:

outraw -s 0 192.168.2.1:10001 Acct:10001

if you were starting the application on the Server (notice the

-s 0

parameter specifies

Line 1).

Advertising