11-13-2014 09:54 AM
Ok guys I'm fairly new to Labview
I created a fire alarm system which when the temperature reaches 40C it gives me a sound alarm.
How do I implement this into TCP/IP system where I can control the value of the temperature from the client side, and the temperature of the server side will rise? It is supposed to be a smart home but I have no idea how to do this. I have attached my fire alarm VI.
Help.
Solved! Go to Solution.
11-14-2014 08:04 AM
Obligatory free training links:
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
There are a multitude of ways to accomplish what you want. You can use TCP but NI has several technologies that hide that information in a layer of abstraction that try to make life easier. Network Shared Variables is a relatively simple way to set and get data across a network. I don't know if there are any examples shipped with LabVIEW but if there are you can find them under Help >> Find Examples.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-14-2014 08:08 AM
Thank you my friend