Skip to content

_secs_mlb

bergsma edited this page Sep 26, 2014 · 5 revisions

secs_mlb

Set the Minimum Length Bytes (MLB) for outgoing SECS I messages.

Syntax

status = secs_mlb mlb ;

Arguments

  1. int mlb

-1 - default - 0 for S1F1, minumum 1 otherwise

0 - minimum of 0 bytes

1 - minimum of 1 bytes2 - minimum of 2 bytes

3 - minimum of 3 bytes

Return Value

str status
  • $ACKNOWLEDGE : The Minimum Length Bytes is set.

The STATUS variable is set to $ACKNOWLEDGE

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: status = secs_mlb mlb ;

  • %BOUNDS: Minumum length bytes not in range: -1,0,1,2,3

Description

p

Examples

puts "Create an example for the function 'secs_mlb'" ;

Related Links

secs_mhp

Clone this wiki locally