12-02-2014 11:05 AM
Thanks
12-03-2014 02:39 AM
Hi,
Can help me a Synchronous VISA Function ?
What do you think?
Thanks.
12-03-2014 10:45 AM
12-03-2014 10:57 AM
My application must response to every command (16 bytes frame) with frequency 200Hz without skipping of command streem.
12-03-2014 11:45 AM
If you have that tight of a timing requirement, then you really should go to an RT system and/or FPGA. Even then, it will be pretty close, even with 115.2kbaud (10 bits/byte*16bytes/155200 = 1.4ms, 200Hz = 5ms).
12-03-2014 12:34 PM
12-04-2014 02:35 AM
What do u mean "the same"?
I have to check my application for stream of command with freq. 200Hz(the freq. have to be constant, no gaps) and I have to response to each 200 Hz command.
I really must use RT system...
12-05-2014 09:26 AM
I think Dennis_Knutson's point is that if your application has tight timing requirements, your software must be deterministic, and therefore requires a RT operating system. The inherent jitter introduced by a non-RTOS such as Windows will not allow you to achieve the strict timing requirements your application seems to have.
If you must receive and respond to commands at 200 Hz without jitter, you really should use an RT system.
12-05-2014 10:12 AM