01-20-2020 05:59 PM
I moved my LabVIEW program from one computer to another computer. There is an error when I run the LabVIEW program as: Error-200378 Custom scale specified does not exist. I checked that the custom scaling becomes grey and I cannot edit it as shown in the blue circle in the below figure. Does anyone know how to retrieve the custom scaling?
01-20-2020 06:02 PM
You need to create it in Measurement and Automation Explorer on the new PC. Can you click the down arrow or click the wrench? You might be able to create it there as well.
01-20-2020 06:09 PM
I cannot edit it using the wrench. Th machine that was used to develop the program is not available now. Can I retrieve it in the new machine instead of creating it because I have many custom scaling and do not want to re-create them?
01-20-2020 09:10 PM
You can't "retrieve" it if you don't have access to your original machine. (If you did, you could either look it up on the old machine and recreate in the new machine, or you can probably export the setting from the old machine and import into the new machine.)
So if you don't have access to the old machine, you need to create it on the new machine using Measurement and Automation Explorer.
01-21-2020 07:08 AM
Another option for you would be to create the scale in your code. Look in the DAQmx->Advanced->Scale Setup. There is a VI in there to create a scale. You can wire the output of that VI to your DAQmx Create Channel.