Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Communication to Heidenhain ND 281 B

The Heidenhain ND 281 B will output it's display ( from linear encoder) to my pc using Windows Hyper Terminal when I send Cntrl B. I cannot input Cntrl B into the send string on my LabVIEW example VI's. For my application I need LabVIEW to send and receive this between 100 and 1000 times per second, and use the data returned as a plot axis vs. time; and as a plot axis vs. an analog input signal (strain gauge force cell). Duplicate digital readout, also. Additionally, I need the point in time where the strain signal and serial signal occur not to be distorted. 
0 Kudos
Message 1 of 3
(4,396 Views)
Ctrl B is the STX character or hex02 and to enter it into a string control, right click and select '\' Codes Display and enter \02 or right click and select hex display and enter 02.
Message 2 of 3
(4,395 Views)
Thanks Dennis, you da man....
0 Kudos
Message 3 of 3
(4,386 Views)