LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RS422 message frequency

Hi All,I am using NI PXI 8433/4 RS422 card. I want to transmit messages at various frequencies. Do we have option in NI cards to achieve this functionality. I am sure we have it with other manufacturers.

 

PRBLM:

There are four messages 1-4 as below and I have to transmit these strings via RS422 at various frequencies.

1. AAA - 1Hz

2. BBB - 2Hz

3. CCC - 3Hz

4. DDD - 4Hz

 

 Please let me know if you guys have any idea how to do it.

---------------- Be Good. Do Good. ---------------------
0 Kudos
Message 1 of 3
(2,560 Views)

I'm not sure what you mean by "message frequency".

 

If you mean how often the message is sent out, then that is under software control and of course you can do that.  It's not a function of the card hardware, it's a software feature.

 

If you mean something else , then please explain.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 3
(2,553 Views)
By frequency, I would assume you are talking about the time between messages and not the baud rate. If that's the case, you can use a wait or delay function on your while loop. What sort of precision do you need?
0 Kudos
Message 3 of 3
(2,548 Views)