Controler LOG File
andro.michaelov
Posts: 3
Hallo to everybody,
I am trinig to create LOG File for the Contoler to make diagnostic. I try to write down all the mesages that can get from the telnet .
The problem is that I do not know how to get the messages from the telent, any ideas?
What I try is :
DEFINE_DEVICE
dvMaster = 0:0:0
DEFINE_EVENT
data_event[dvMaster]
{
string:
{
send_string 0, data.text
}
}
I am trinig to create LOG File for the Contoler to make diagnostic. I try to write down all the mesages that can get from the telnet .
The problem is that I do not know how to get the messages from the telent, any ideas?
What I try is :
DEFINE_DEVICE
dvMaster = 0:0:0
DEFINE_EVENT
data_event[dvMaster]
{
string:
{
send_string 0, data.text
}
}
0
Comments
This is exactly what I need. Great Module
I have to chack some system that make problems evrey two tree weeks.