LUAFILELIST

List available Lua scripts

Platform:

OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7

This sequenced log informs the user of the available scripts, obtained from the ISO loaded onto the receiver. The size of the file, last change date in yyyymmdd format, last change time in hhmmss format, and path to the files are printed as well.

Message ID: 2151

Log Type: Polled

Recommended Input:

LOG LUAFILELIST

Abbreviated ASCII Example:

[COM1]<LUAFILELIST COM1 6 89.5 UNKNOWN 0 4.000 02444020 b447 14635

<     0 20180202 151403 "/lua/uppercase.lua"

<LUAFILELIST COM1 5 90.5 UNKNOWN 0 4.000 02444020 b447 14635

<     2706 20180129 152042 "/lua/debugloop.lua"

<LUAFILELIST COM1 4 90.5 UNKNOWN 0 4.000 02444020 b447 14635

<     4692 20180202 110107 "/lua/parsetime.lua"

<LUAFILELIST COM1 3 90.5 UNKNOWN 0 4.000 02444020 b447 14635

<     4764 20180205 105415 "/lua/scom_rx.lua"

<LUAFILELIST COM1 2 90.5 UNKNOWN 0 4.000 02444020 b447 14635

<     3728 20180202 104830 "/lua/scomtunnel.lua"

<LUAFILELIST COM1 1 90.5 UNKNOWN 0 4.000 02444020 b447 14635

<     3044 20180201 144849 "/lua/scriptargs.lua"

<LUAFILELIST COM1 0 90.5 UNKNOWN 0 4.000 02444020 b447 14635

<     2337 20180129 155140 "/lua/sendtocom2.lua"

Field

Field Type

Description

Format

Binary Bytes

Binary Offset

1

Log header

LUAFILELIST header

For information about log headers, see ASCII, Abbreviated ASCII or Binary.

-

H

0

2

Size

File size (in Bytes)

Ulong

4

H

3

Date

Last change date

When viewed as a string, the date is of the form YYYYMMDD. So, numerically, the date is (Year * 10000) + (Month * 100) + (Day).

Ulong

4

H+4

4

Time

Last change time

When viewed as a string, the time is HHMMSS. So, numerically, the time is (Hour * 10000) + (Minute * 100) + (Second).

Ulong

4

H+8

5

Path

The path to the Lua script

The maximum length of this string is 256 bytes.

String

Variable

H+12