08-12-2008 09:54 AM
08-14-2008 12:21 PM
Hi Recoh,
I would like to clarify a few things before we toruleshoot this:
1. By I/O engine do you mean I/O server?
2. If yes, what make is it and what protocol are you using (OPS, Modbas etc)?
I am having a look at your code in the meantime.
Ipshita C.
08-18-2008 10:06 AM
Hi Ipshita,
You'll have to excuse my terminalogy this is my first time working with Real Time and FPGA so am trying to use same wording as some of my reference documents which may not make sense with what I am trying to achieve.
Anyways, I do beleive I/O Server is what I am looking for and currently I am simply running through ethernet so Modbus will be fine. In the end this will be stand alone unit using the memory to store the software.
The problem I am having is I can control the I/O throught the FPGA.VI, using hardware but cannot interface (Host.VI made by FPGA wizard) to control the I/O through software.
Hopefully this makes a little more sense I apoligize for any confusion.
Ric
08-20-2008 01:29 PM
Hi Recoh,
In your project explorer window please tell me where you are placing the host VI? If you can post a screenshot of your project explorer window that would help. Also please provide some more details regarding not being able to interface. Are you just receiving an error or are you getting no results/blank indicators when you run your VI?
Ipshita C.
08-20-2008 01:31 PM
Hi Recoh,
You do not need to provide the screenshot if you have made no changes in the code since posting it in the forum.
Ipshita C.
08-20-2008 02:07 PM
08-22-2008 01:42 PM
Hi Recoh,
Your code is able to access NI-OPC servers from my end. I shall take a closer look at it and try working it with other PLCs this weekend.
Ipshita C.
08-23-2008 06:01 AM
08-25-2008 06:56 AM
Ipshita,
I've added the I/O server (Modbus) as suggested, I can still see a "light" turn on each time I interface with an input in the FPGA.VI, but I still cannot deploy the HOST.VI without it failing, therefore cannot seem to inface with my shared variable library to interface with future control software.
08-25-2008 03:51 PM
Hi Recoh,
Please check the version compatibilities of software that you are running. Here are the things you can let me know:
1. Version of LabView you are running
2. Versions of LabView FPGA, NI-RIO and LabView RT.
Essentially, the software versions on your computer and on your cRIO mcust match for the VI's to all work effectively. I checked your VIs and there seems to be no issue in the code itself.
Ipshita C.