03-18-2013 05:47 AM - edited 03-18-2013 05:49 AM
After installing 2012 SP1f1 I am no longer able to right-click RT targets (in this case cFP-2220s) and format them, as I previously was able to do by following this procedure.
The whole option seems to have disappeared. I can log in on the controller, install software on it etc. so the access to do things is definitely there, but I wish to wipe old files from the device and for that I would like to use the format function...
03-21-2013 01:36 PM - edited 03-21-2013 01:36 PM
Hmmm, that seems like a mistake somewhere. Can you tell me exactly which version of MAX you're using? You can find that in the Help->About menu. You'll be looking at the bottom of the pop-up, my version, for example, is 5.4.0f0.
To my knowledge, there are only a couple very specific situations where you would not be allowed to format targets:
If you can SEE the target in MAX, that means the detection mechanism is present but it's possible the default plugin for the cFP-2220 was messed up in your MAX mxremote.ini file. You can find the file in:
Program Files (x86)\National Instruments\MAX\INI\mxremote.ini
Make sure there are two sections listed in your mxremote.ini file (there may be other things listed in these sections, but these tokens are most important):
[Remote Devices]
72B4="Fieldpoint RT"
[72B4]
DeviceCode=72B4
DeviceName="FieldPoint RT"
MXSClass=4E638422-151F-469E-A30C-7F8E3B069D9B
ProductCode="{B67A27C7-CF6C-4FFC-A104-41D8F527ED65}"
ProductName="NI FieldPoint MAX Provider 6.1"
ProductVersion="6.1.9"
Of course the ProductVersion and ProductName will depend on the version of the Fieldpoint drivers you have installed, but it's important that these fields are present - MAX uses these to determine how to "treat" the Fieldpoint devices, and what they can and cannot show.
-Danny
03-22-2013 07:05 AM
I ended up deleting all the controllers from the list in MAX, then redetecting them...that got back the format disk-option...For the record, the sections and keys in my mxremote-file is as follows:
[Remote Devices]
72B4="FieldPoint RT"
[72B4]
DeviceCode=72B4
DeviceName="FieldPoint RT"
MXSClass=4E638422-151F-469E-A30C-7F8E3B069D9B
ProductCode="{B28DE562-3079-43E1-823C-0DB915C2EC0C}"
ProductName="NI FieldPoint MAX Provider 6.0.12"
ProductVersion="6.0.12020.0"
03-22-2013 10:47 AM
Yeah, it sounds as if something "goofed" and associated with the wrong device class. If it ever happens again, especially if you can find a reproducing case for it, let us know!
-Danny