03-14-2005 11:20 AM
03-14-2005 12:00 PM
03-14-2005 12:21 PM
@Dennis Knutson wrote:
I suspect that what you are doing is sending the characters "S","T",and "X" instead of the control character STX. STX is a Control D or hex 02 and ETX is Control C or hex 03. So, in order for your instrument to correctly receive the control codes, replace the string "STX" with \02 and replace "ETX" with \03.
03-14-2005 12:45 PM
03-14-2005 04:45 PM
@Dennis Knutson wrote:
I never use the assistant but I believe you should be able to mix hex and ASCII just by prefixing each hex byte by \. I don't have an Omron programming manual so all I can recomend is that you double check the syntax and verify what characters are supposed to be hex and which ones need to be ASCII, what spaces are required, etc. If you can communicate with Omron provided software, you might want to get a serial port monitor utility like portmon and compare that with what LabVIEW is sending.
06-18-2012 03:04 AM
hi,
Now I was given the task to connect Omron E5CK PC. I have not communicating with COM ports did not work, but I managed to get the port open, but when I send a command to Omron not responding. Could you help me with this? The best would be through Delphi 7
Rudo
06-18-2012 12:37 PM
@ZRudo wrote:
hi,
Now I was given the task to connect Omron E5CK PC. I have not communicating with COM ports did not work, but I managed to get the port open, but when I send a command to Omron not responding. Could you help me with this? The best would be through Delphi 7
Rudo
Try using Hyperterminal first to learn how to communciate with the instrument.
You are going to be hardpressed to find someone using Delphi 7 around here.