Hi Bo,
A couple of things. First of all, when replying to answers it is best to comment on the persons answer. This keeps the additional information in the same thread, and will also generate an email to the person who posted the answer, since they will be subscribed to the original question, but they may miss the additional information if it is in a second question.
Also, currently the FP-AO-200 will not be varying it's current output on any channel from 0 mA. The reason is due to an error in your code. Specifically, you are seeing error 33180 "Amount of Data...", because you are attempting to write to a multi-channel item (I would guess the "All" tag), but are providing the wrong amount of information. On a FP-AO-200, if you write to the "All" tag, yo
u must provide a 1D array of floats with 8 elements to the FP Write.vi, since you are addressing 8 channels. Alternately, if you created your own multi-channel item in FieldPoint Explorer, you must provide the exact same amount of data to the FP Write.vi as there are numbers of channels in the item.
Regards,
Aaron
LabVIEW Champion, CLA, CPI