LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone used Numato Lab Relays with labview ?

I'm considering using  a numato lab SSD Relay USB unit with LabVIEW. I'm looking for reviews/experiences customer support. 

Has anyone used this product ? Do they provide good technical/customer  support ?

 

https://numato.com/product/2-channel-usb-solid-state-relay-module/

 

0 Kudos
Message 1 of 14
(3,205 Views)

Hi RO,

 


@LVNinja wrote:

I'm considering using  a numato lab SSD Relay USB unit with LabVIEW.

Do they provide good technical/customer  support ?


Well, they provide a LabVIEW VI in their "sample code" section!

(It's a rather simple and not "very good" VI, but atleast there's a VI!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 14
(3,186 Views)

I used the 8 channel USB GPIO some years ago, for a non-critical input button.

Usage was easy enough, so I did not ask for any support. Just open a serial port and send the proper ASCII command to configure and another to read.

Post-sale support was not necessary so far, too.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 3 of 14
(3,170 Views)

I have used one of their Ethernet boards (32ETHRL001 ) which uses a Telnet interface.  So I made some code to handle the Telnet and used the pretty simple commands that are in the manual.

 

If using one of their USB devices, I believe it just shows up as a Virtual Serial Port.  Therefore, you just need to send the commands using simple serial port commands, which I think are the same as the Ethernet commands.

 

The boards themselves worked perfectly.  No complaints.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 14
(3,162 Views)

We've used them some in our place too, mainly the ones with USB connector and virtual serial port.  Our experience has been like others' here -- no complaints, no need for tech support..

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 5 of 14
(3,155 Views)

Thanks for your contribution !

0 Kudos
Message 6 of 14
(3,150 Views)

Thank you for your opinion !

0 Kudos
Message 7 of 14
(3,149 Views)

Thank you !

0 Kudos
Message 8 of 14
(3,146 Views)

Yes, I have used them and they are quite simple to implement in LabVIEW, the command set is super simply to use and it accomplishes what it was intended...  I am evaluating using the TCP/IP version of the relay module...

0 Kudos
Message 9 of 14
(2,709 Views)

@tronchaser2u wrote:

Yes, I have used them and they are quite simple to implement in LabVIEW, the command set is super simply to use and it accomplishes what it was intended...  I am evaluating using the TCP/IP version of the relay module...


My only hiccup with the TCP version was when making the Telnet connect, some Telnet command codes needed to be handled.  I don't remember the exact commands.  I just replied with an acceptance of all the command codes I received left it there.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 10 of 14
(2,696 Views)