LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bluetooth devices

Solved!
Go to solution

Hello everyone,

 

I would like to control our large roll-up doors in several of our buildings. I was thinking of installing Bluetooth switches in parallel with the up and down buttons and then creating an HMI that can run on a tablet that will be mounted on the hilo's that the employees use. Basically, a screen with buttons that when they pick a building, there will be the doors for the building, they will select the door, and then another sub vi will have an up or down button and a stop button, just like the local buttons by the doors. From what I have seen, I know we can use LabVIEW for this.  Has anyone done anything like this? I need some advice on what the best Bluetooth switch to use that works well with LabVIEW. 

 

Thanks,

 

Roy Costa

Controls Systems Engineer

Motor City Stamping, Inc.

rcosta@mcstamp.com

0 Kudos
Message 1 of 8
(1,102 Views)

@TheGreekTechMan wrote:

Hello everyone,

 

I would like to control our large roll-up doors in several of our buildings. I was thinking of installing Bluetooth switches in parallel with the up and down buttons and then creating an HMI that can run on a tablet that will be mounted on the hilo's that the employees use. Basically, a screen with buttons that when they pick a building, there will be the doors for the building, they will select the door, and then another sub vi will have an up or down button and a stop button, just like the local buttons by the doors. From what I have seen, I know we can use LabVIEW for this.  Has anyone done anything like this? I need some advice on what the best Bluetooth switch to use that works well with LabVIEW. 

 

Thanks,

 

Roy Costa

Controls Systems Engineer

Motor City Stamping, Inc.

rcosta@mcstamp.com


Hello, sounds like a good project. LabVIEW will work to make the application. You might want to look into the range before you go Bluetooth, I think it's limited to 30ft. Tcp/ip is a good option, lots of support and many iot devices to choose from. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 2 of 8
(1,044 Views)

I am not familiar with such BT switches, so my only advice there would be to see what kind of API they have and how you're supposed to connect to them.

 

What I will suggest is to rethink whether you want to allow someone to close a heavy door that they can't see. I think that this the kind of action where you want to have the operator right there to see what's going on.


___________________
Try to take over the world!
0 Kudos
Message 3 of 8
(994 Views)

I agree with you 100%. That’s why I’m only going to use Bluetooth. That’s good for 30 feet.

 

0 Kudos
Message 4 of 8
(976 Views)
0 Kudos
Message 5 of 8
(974 Views)

@TheGreekTechMan wrote:

Here is what I’m going to use.

https://www.shelly.cloud/en-us/products/shop/shelly-pro-2pm-1


That looks like a nice unit but what I don't see (in my 10 second search) is an API for bluetooth, they only say: 

Bluetooth 
Add devices fast and easy via Bluetooth connection, using the Shelly Cloud App. 

 

And searching the API says (no results found)

Screen Shot 2023-06-18 at 7.38.10 AM.jpg

 

Maybe you can find something I am not seeing. If you cant find a bluetooth API, you are going to be doing a lot of hacking to get it to work. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 6 of 8
(962 Views)
0 Kudos
Message 7 of 8
(959 Views)
Solution
Accepted by topic author TheGreekTechMan

@TheGreekTechMan wrote:

Here it is. 🙂

 

https://shelly-api-docs.shelly.cloud/gen1/


Well, looks like it's time to get coding 👍

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 8 of 8
(953 Views)