Enterprise Wireless Vibration Sensor and LabView Sample Code

Hi, I recently purchased the Enterprise Wireless Vibration Sensor, are there labview code examples on getting the data to my own labview software? Thank you!

Hi Sufyan,
We have a prebuilt LabVIEW Utility for this sensor. However, if you want to write a custom VI, you can use the documentation to understand the communication protocol. Once you understand it, its just about sending the required packet on the serial port at which you have connected the radio and reading back the response (in configuration mode). Or reading the incoming packets and parsing them (in the run mode).

Thank you.

I am a new LabView developer so, it will be difficult for me to do it from scratch. A simple code example would be very helpful. However, Thank you for your reply.