LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone did any labviw applications with SNPP..Simple Network Paging Protacol

Looking for any coding examples or suggestions for doing SNPP....Direct text messaging to cell phones or pagers. Not email formatt SMTP....
0 Kudos
Message 1 of 5
(2,883 Views)

Hello,

Implementing a SNPP application is possible with LabVIEW!  It looks like SNPP is built over TCP/IP which you can have direct control over in LabVIEW.  There is no NI supported code to help with this, but it looks like others in the LabVIEW development community are also working with this as well.  You also have the option of finding some external code (such as a C DLL) which can be called by LabVIEW to do this for you as well.

Good luck, and let us know if you have any questions along the way.

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 5
(2,875 Views)
Thank you...I'm waiting for someone now to deliver to me a DLL written in C. I now have to find some examples how to take the next step. Do you have any information on how to call a DLL and make the SNPP contact?
0 Kudos
Message 3 of 5
(2,873 Views)

Hello,

Yes!! There are plenty of great resources for this.  The best and most complete is the Using External Code in LabVIEW Manual which will give you all the information you need on how to use C DLLs in LabVIEW.  

If you have questions along the way feel free to check out the discussion forums and to start a new thread if necessary relating to the seperate issues that arise along the way.  Hope this helps!

Regards,

 
Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 4 of 5
(2,861 Views)
Got it working...Thanks for your help!
0 Kudos
Message 5 of 5
(2,855 Views)