How can I find in ArcGIS 10.1 the value of a pixel on a map (raster) at different scales? For example, 1: 550,000 and 1: 600,000. What are the steps I need to follow to find out the value of a pixel?
If I understand your question correctly you're looking to get the pixel value not the cell size. Assuming that's the case the pixel value of the raster does not change by changing the scale you display it at. There are two straightforward ways to get the value. First, use the "Identify" icon on the menu. Clicking on any portion of the raster will open a window that will allow you to select the layer that you're interested in. Once selected click away. Second, there is a tool in Data Management Tools-->Raster-->Raster Properties called Get Cell Value...
The pixel value is the same regardless of scale. It shows you the pyramids but the value will always be from the original raster. You are mixing resolution and scale. Just use the Identify button and click on the pixel. If you want to change the resolution use the resample tool
To know the value of a specific pixel you can use Identify option on the Tools bar. Whether attribute table of the raster map will give you the pixel values of the entire map.
You can either find attribute table or else use identify tool.Right click on the identify tool and again right click on the raster you will get a window with pixel value at that particular point.
I agree with Stuart, the pixel value is the same regardless of scale. You'd need to resample the cell resolution to be reflective of different scales to get change in values.
If there is a specific value you want to find on the map, you could run a reclassify to create a new raster that only has that value and no data (or 0 or some other value) for everything else. Otherwise, as suggested before, the Identify tool.
If you have a specific location that you want to know the value for in a corresponding raster, use the "extract values" tools in ArcToolbox. Similar options are available for points or polygons. This requires a Spatial Analyst extension to be licensed.
If I understand your question correctly you're looking to get the pixel value not the cell size. Assuming that's the case the pixel value of the raster does not change by changing the scale you display it at. There are two straightforward ways to get the value. First, use the "Identify" icon on the menu. Clicking on any portion of the raster will open a window that will allow you to select the layer that you're interested in. Once selected click away. Second, there is a tool in Data Management Tools-->Raster-->Raster Properties called Get Cell Value...