LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

4GL interface with LabVIEW

The company I work for is having an application developed in Clarion 4GL code. I know nothing about this code, but I was curious if LabVIEW could interface with it. I have previously used code interface nodes to integrate C subroutines into a LabVIEW shells so I was wondering if this is feasible with 4GL also.
0 Kudos
Message 1 of 2
(2,529 Views)
If your Clarion 4GL code environment has the ability to turn the code into a dynamically linked library (dll) then it is possible that LabVIEW could call it, although it is not officially supported.

Another option would be to use ActiveX. Does the environment have the ablility to add an ActiveX interface to the application?

It looks like we need to know a little more about Clarion 4GL and what its capabilties are. Do you have access to this information? Can you talk to the developers of the code?
Robert Mortensen
Software Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,513 Views)