08-13-2008 12:27 PM
08-14-2008 12:26 PM
I've tried everything I could possibly think of for the FP I/O. Attached are some images of my project, realtime startup vi properties, and the circuit diagram.
Mesocosm-05 is the host, 192.168.1.164
Mesocosm-01 is remote, 192.168.1.160
When embedded the program is suppose to turn an LED on for 60 seconds on both Mesocosm-05 and Mesocosm-01 however when it is actually run only the LED on Mesocosm-05 activates.
08-14-2008 12:37 PM - edited 08-14-2008 12:38 PM
You need to add the second FieldPoint module to your project.
Also, check that there's another iak file in the same folder as your lvproj, with the same name as the project. If so, that's the iak file that's tied to the project and is deployed to the FieldPoint units. (If there isn't, try creating a new project, then add both FieldPoint units and your VI to it.) You can remove "Mesocosm-01.iak" from your project; you don't need it and it's probably just creating additional confusion.
08-14-2008 01:02 PM
08-14-2008 01:15 PM
08-14-2008 01:25 PM
No luck. How would I go about determining the errors after deployment?
By the way, thanks for the prompt replies. I really appreciate it.
08-14-2008 01:30 PM - edited 08-14-2008 01:34 PM
One approach would be to use remote front panels... but I haven't taken the time to figure out how that works with FieldPoint targets.
A quick solution is to format the error into a string, write it to a temporary text file, and copy it off the FieldPoint module after the VI runs. Just make sure you don't chain the error output from the FieldPoint Write to the error input on the Write to Text File.
EDIT One other idea: have you tried writing to a digital output on one of your IO modules, rather than the onboard LEDs of the remote module? Perhaps the LEDs aren't accessible remotely but other IO points are; I've never tried triggering the LEDs from a remote unit the way you're doing.
08-14-2008 02:54 PM
Writing to a file doesn't seem to work either. It's quite odd considering I have done it successfully in the past. Am I doing something wrong?
Image of block diagram attached.
08-14-2008 03:01 PM
08-14-2008 03:08 PM