FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview with cfp -DO- 403

Hi

 

I have two small programs to test cfp - DO - 403 module in LabView.

 

The first programing,I get it from exmaple from NI. It work ok with this module.

 

The second programming, I create it with DO share, but i does not work, I don't see the error.

 

Please download and fix it help me.

 

 

 

Thanks
Nguyen Van Hung

0 Kudos
Message 1 of 8
(6,518 Views)

Hi,

 

I have the same issues with cfp - AO- 200

 

Please support me to fix it

 

Thanks

Nguyen Van Hung

 

0 Kudos
Message 2 of 8
(6,516 Views)

Build an array of fieldpoint IO references.  Put the Fieldpoint write into a For Loop.  Auto index on the fieldpoint IO array and your data array to write a value to each IO point in turn.

0 Kudos
Message 3 of 8
(6,513 Views)

Hi Raven,

 

I work ok with Digital ouput but not ok with Analog output as your guide.

 

Thanks

Nguyen Van Hung

0 Kudos
Message 4 of 8
(6,496 Views)

It should work equally well with both.

 

Post your code.

0 Kudos
Message 5 of 8
(6,493 Views)

Here is my code.

 

0 Kudos
Message 6 of 8
(6,491 Views)

I have never used the "All" channel, at least not for writing values out.  So  I don't know if there are any gotchas with that.

 

One thing I do notice is that for your first program, you are writing out an array of 8 elements.  But for the 2nd program, you are only writing out an array of 3 elements although it is an 8 channel device.  (Put a probe or indicator on that error wire to see if it says anything).

 

My suggestion was to create an array of the Fieldpoint I/O points and iterate through them in a loop.

 

 

0 Kudos
Message 7 of 8
(6,481 Views)

Hi Ravens,

 

This is good method.

 

Thanks for your support.

 

Best Regards,

Nguyen Van Hung

0 Kudos
Message 8 of 8
(6,474 Views)