EMscript Commands Needed

// Expert user has replied.
D Daniel Teeters 3 years 5 months ago
47 1 0

Has anyone created the following commands for WLAN they current exist for WAN. WLANIsRadioPowered WLANon WLANoff I need a way to check to see if the WLAN radio is on and if it is not to turn it on.

Please Register or Login to post a reply

1 Replies

P Peter Arcuri

Dan, The function to do that is the following:    SetVar int iState = FusionPowerStatus() IF ( iState == 0 )  // if OFF turn on         FusionPower( "ON" ) ENDIF I have attached the script file, but note it was created for Symscript.

CONTACT
Can’t find what you’re looking for?