Re: Delay a sequence for a specific time.

2004-06-14 Thread Van626
Thanks Bill. Van

Re: the output string in RS232

2004-06-14 Thread Van626
Hi Dr. Imad, You said you waited a few ms before reading the rs232 port. How do you code this in labview? How do I make labview wait a few ms before I do the reading? Thank you, Van

Delay a sequence for a specific time.

2004-06-11 Thread Van626
Hi, If I have two sequences, the first one is executed, and I want the second sequence to wait about 2 seconds before executing next. How can I do this? Thank you, Van

Re: Convert 1D u16 array into 1D u8 array.

2004-06-09 Thread Van626
Thank you Altenbach. I appreciate it. Van

Re: Convert 1D u16 array into 1D u8 array.

2004-06-08 Thread Van626
I need two U8 for each U16. Van

Re: Convert 1D u16 array into 1D u8 array.

2004-06-08 Thread Van626
Thanks David. Van

Convert 1D u16 array into 1D u8 array.

2004-06-08 Thread Van626
Hi. Can I convert a 1D array of U16 into a 1D array of U8? Thank you, Van

Re: How to convert an array of bits into an array of bytes?

2004-05-21 Thread Van626
Thank you Rolf. Van

Re: How to convert an array of bits into an array of bytes?

2004-05-21 Thread Van626
Thanks very much Altenbach. Van

Re: How to convert an array of bits into an array of bytes?

2004-05-21 Thread Van626
Thank you Altenbach. You're a life saver. Van

Re: How to convert an array of bits into an array of bytes?

2004-05-21 Thread Van626
Thank you Altenbach. Can I ask you to save this in a 6.1 version? I don't have version 7.0. Thank you, Van

How to convert an array of bits into an array of bytes?

2004-05-20 Thread Van626
If I have an array of 1s and 0s, how can I pack them into an array of bytes (8 bits)? Thanks.

Parsing the bit pattern.

2004-04-20 Thread Van626
If I have a 32 bits number. How can I parse out a particular bit pattern? For example, I need to parse out this 32 bits to two 16 bits patterns, or any bit pattern. Thank you.

Re: i'm reading value from memory addresses one at a time. How can I store my values in an array?

2004-04-20 Thread Van626
Thanks Rolfk. I will give this a try. Van

Re: Parsing the bit pattern.

2004-04-20 Thread Van626
Thank you John. I will give this a try. Van

i'm reading value from memory addresses one at a time. How can I store my values in an array?

2004-04-18 Thread Van626
How can I store values in an array as I read them in from memory?

Re: If I have 160 bits in an array. How can I parse this out to...

2004-04-08 Thread Van626
Thanks Luca. I will try that. Van

If I have 160 bits in an array. How can I parse this out to...

2004-04-08 Thread Van626
If I have 160 bits in an array. How can I parse this out to different arrays of like 32 bits, 64 bits, 16 bits and so on. Until all bits in the original array are used up? How can I parse out an array of 160 bits into different arrays of varying bits. Like into an array of 32 bits, 64 bits and so

Re: C:\Program' is not recognized as an internal or external command,

2004-02-19 Thread Van626
Thanks Mohan. I will try this.

C:\Program' is not recognized as an internal or external command,

2004-02-19 Thread Van626
'C:\Program' is not recognized as an internal or external command, operable program or batch file. Error executing c:\winnt\system32\cmd.exe. This is what I get when I tried to build my mult.c using "build mult.dll." What am I doing wrong? I'm using Windows 2000. Thank you for you help.

Re: Serial PORT WRITE

2004-02-05 Thread Van626
Mads. What do you mean by type-cast it to a string? Thanks, Van

How can I write bits through the COM1 serial port?

2004-02-05 Thread Van626
I'm trying to write bits through the serial port COM1. Labview "Write VI" only writes everything in string. It seems. How can I write bit by bit through COM1? Thank you, Van