THIS IS WHY:
The FP Write (Polymorphic).vi is a enhanced version of the FP Write.vi. In LabVIEW 6.x, the ability to create polymorphic vi's which change one or more input or output datatypes was introduced. The Read, Write and Advise VI's were upgraded and made polymorphic. This allows them to automatically adapt to certain data types, specifically boolean, boolean array, float and float array. This allows the VI to take care of data manipulation and removes the burden from the user. For example, the older FP Read.vi's always returned data as a 1D array of floats. This was fine if you were reading an "All" channel tag from an analog module, but if you were reading a single channel tag from an analog module, the user would need to use an Index Array function to get the first element. If the tag was a boolean "All" channel tag, the user would need to use the Index Array and then a Convert Number to Boolean Array. If the tag was a boolean channel, the user would need to use the Index Array, then a Convert Number to Boolean Array and finally Index the Boolean Array. Now, the VI's handle that by themselves, all a user has to do is wire the correct datatype to the VI and it adjusts for them.
HOW DO I USE THE OLD ONE?
Left click on the FP Write.vi and choose Select Type--> FP WRITE (FLOAT ARRAY). This is the version of the VI that corresponds to the pre-polymorphic FP Write.vi. Also, you could run a custom install of FieldPoint Explorer and choose to install LabVIEW 5 VI's which are non-polymorhphic.
IMPORTANT NOTE BEFORE USING THE OLD ONE:
Please note that it sounds like your old version was modified by someone to accept string data. The original FP Write.vi would never accept string data. In all likelihood, someone modified it, and those modifications were lost when FieldPoint Explorer updated what it considers to be it's own VI's. If the updated VI's were not in the vi.lib directory, they may still exist on your system. If you look at the VI hierarchy (Browse menu), you should be able to find out where the old ones are loading from.
Regards,
Aaron
LabVIEW Champion, CLA, CPI