Hi
I do have following configuration:
- 1 FPGA sbRio9636
- 1 sensor with RS485 interface is connected to the sbRio-Board
The sensor comes with a .dll (C-Code) which I implemented in a LabView vi while the device is communicating via an RS232 adapter. What I like to do is, to run this specific dll directly in the FPGA to read the sensor data.
Question:
-------------
Is this possible if or do I need to convert the dll file to a .out file for the VxWorks target? If this is possible how can I ensure that there is no Windows dependency on my dll file? And last but not least, how do I find out if the dll file fits into the FPGA target?
Is there another workaround to have everything run on the FPGA directly?
thanks in advance