06-05-2006 01:48 PM
Hello Dennis,
Do you know how to access HyperACCESS with Active X using Labwindows/CVI 7.1 ? I did generated HAWIN32 using active X control wizard and I get all the file I need (.fp, .h, .obj, .c) but I don't know which function do I need to use to access HyperACCESS. I don't need HyperACCESS in the panel but I need to send some command (haTypeText) to run flash diagnostic also capture some response from flash (haWaitForPrompt) from CVI. You can run HyperACCESS with Labview, I hope you can help me with CVI. Thanks you
06-05-2006 03:03 PM
Hi danhnpham,
I am curious. Is it possible to send these commands directly from CVI using the serial port, instead of using HyperAccess?
In other words, do you actually need HA? Or could you write routines in CVI to communicate to the serial port (send command & receive response)?
JLV
06-05-2006 03:38 PM
Hi Joe,
I need to use HyperAccess because I need something like VT100 to see all diagnostic data response from flash (receive and transmit from satelite (ORBCom)). I did try example RS232 but can not do like VT100.
11-07-2011 04:48 PM
Hi Dennis,
Would you happen to have a small example vi. I am just getting started on a project that requires me to communicate with an EFI board using VT 100 terminal emulation. I plan to use active X with hyepraccess to do this. I have everything downloaded (hyperaccess, manuals, etc.). I am looking at the haInitialize method on my block digram right now. What goes to the lpctstrName input? After haInitialize, do I open another automation refnum to expose the IHAScript functions? Any help you can give is much appreciated. Thanks.
-Don Owen