Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Manually Configuring Short Message Service Options (Mobile Module)

LabVIEW 8.6 Mobile Module Help
June 2008

NI Part Number:
372508A-01

»View Product Info
Note  You can use the SMS Configure VI to programmatically configure SMS options.

You can manually configure the SMS options by editing LVSMSClient.ini, which is located in the \Program Files\National Instruments\labview\SMS directory on the Mobile target.

Complete the following steps to manually edit the LVSMSClient.ini file.

  1. Transfer LVSMSClient.ini from the Mobile target to the host computer.
  2. Edit LVSMSClient.ini on the host computer.
  3. Transfer LVSMSClient.ini from the host computer to the Mobile target.

Refer to your Mobile target documentation for more information about transferring files.

The format of the INI file is as follows:

StartupApp=\My Documents\PDA Apps\LVPocketPC.exe
NumMaxMsgs=50
DeleteFromInbox=TRUE
OverwriteMsgs=FALSE

INI TokenDescription
StartupAppSpecifies the path to the application that launches when there is an incoming SMS message. If you do not want an application to launch, use StartupApp=None. This token is equivalent to the launch self? input in the SMS Configure VI.
NumMaxMsgsSpecifies the maximum number of messages LVSMSClient.dat, which is the cache file on the target, can contain. The default is 50. This token is equivalent to the max number of cached messages input in the SMS Configure VI.
DeleteFromInboxDetermines if the incoming SMS messages are saved to the operating system Inbox application. Set this token to TRUE to repress the system new message notification. The default is FALSE. This token is equivalent to the delete from Inbox? input in the SMS Configure VI.
OverwriteMsgsIndicates whether to overwrite the oldest message in LVSMSClient.dat, which is the cache file on the target, if the cache is full. Set this token to TRUE to overwrite the oldest message with an incoming message if the cache is full. The default is FALSE. This token is equivalent to the overwrite cached messages? input in the SMS Configure VI.

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit