diff options
Diffstat (limited to 'far/nodes/(30919,13,1814).lua')
-rw-r--r-- | far/nodes/(30919,13,1814).lua | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/far/nodes/(30919,13,1814).lua b/far/nodes/(30919,13,1814).lua index 0bf4df5..738d0c0 100644 --- a/far/nodes/(30919,13,1814).lua +++ b/far/nodes/(30919,13,1814).lua @@ -1,9 +1,27 @@ +-- far_luaatctrack_farcom_op_01.lua + -local show_print = false if event.type == "punch" then +-- F.delete_train_info("298909") + digiline_send("time", " \nUPDATE") + + S.datetime = os.date("%Y-%m-%d %H:%M:%S") + digiline_send("time", " \n " .. S.datetime) + F.list_trains(false) +-- local pos = POS(30919,13,1812) +-- interrupt_pos(pos, "display") +-- interrupt(1, "farcom_display") + return +end + + +--[[ --- F.delete_train_info("595542") +if event.iid == "farcom_display" then + local pos = POS(30919,13,1812) + interrupt_pos(pos, "display") - F.list_trains(15) + interrupt(30, "farcom_display") return -end
\ No newline at end of file +end +]]
\ No newline at end of file |