Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Using advanced 'Actions'

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
TalonTR
Posts: 1
Joined: June 9th, 2006, 4:08 am

Using advanced 'Actions'

Post by TalonTR »

Hi,

i want to us my IP as argument in an Action statement.
But nothing hapends, when i enter
If $NetIPaddress = 127.0.0.1 then DisableScreen(1)
The same statement with 1>0 works, but how can i manage an ip ?

Thx a lot
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Just tested on 5.4 beta using a statement like this:
If $NetIPaddress > 10.0.0.3 Then BLFlash(15)
and it works. :shock:

are you sure that the adapter you checking is returning the specified IP value?
BasieP
Original Program Author
Posts: 14
Joined: April 24th, 2006, 9:14 am

Post by BasieP »

and are you sure that $NetIPaddress gives you 127.0.0.1, and not something like 192.168.0.100 orso?
zdragon
Posts: 11
Joined: June 17th, 2006, 11:32 am

Post by zdragon »

$NetIPaddress should have an argument supplied in the next version IMHO.
Because when I use it, it displays the IP adress of the wrong network adapter - for all other network-related commands there's a parameter to denote which adapter (number) should be used, so why not for $NetIPaddress?
Post Reply