I'm implementing a traffic control system using a cFP-2020 unit. I plan
to control the entire system using a fuzzy logic controller, and am
using the controller given in the PID Control Toolset.
However, the fuzzy logic controller from this toolset requires some .fc
files in order to work, these files are the actual rules and settings
which tell the controller how it is suppose to function. When I
try to upload my completed VI into the cFP-2020, it uploads
successfully, BUT it only uploads my .vi and .ctl files. Without the
.fc files, my program just sits on the cFP unit. The fuzzy logic
controller is not sending any output due to the lack of those .fc files.
My question then is how do I get those .fc files on to the unit. A
friend of mine is using a CVS and he mentioned having an 'explorer-like
interface' accessible from LabVIEW where he could upload any files he
wanted to his CVS unit, however, we have been unable to locate a
similar solution in the case of the cFP-2020.
Should it not be possible to upload the .fc files manually, how would I
go about instructing LabVIEW to upload them along with the rest of the
files, or is there any other way that I could implement the Fuzzy Logic
Controller on the cFP.
Thanks for your answers.