Hi - Unfortunately it is often the case that models have no units specified. You might be able to figure out what the units are by looking at the model description on BioModels. The assumption I would make is that the authors have written the model using values that are consistent dimensionally and with the correct units.
To make sure we are seeing the same thing. I downloaded the file you mention and ran it. I get the following simulation results.
The model is setup with an initial value of Glucose of 0 and then increases to .003 at time 64 (i.e. the amount of Glucose is controlled by an Event that triggers at time == 64. You can see this in the Model Browser:
To change the amount of Glucose you would change the value here shown as 0.3 (I changed it from .003 to 0.3). Note that the simulation stop time is set to the default value of 10 so glucose is set to 0 in this time window. To change the stoptime open the "simulation settings" in the Task editor toolstrip and change the stop time to, say, 100. Ignore the TimeUnits as the model has no units in it.
There are many states in this model so you may want to right click on the plot and using the Properties dialog select the states you want to plot. Here is an example showing only Glucose:
Note that at time = 64 Glucose jumps from 0 to .3.
Here are a few other states:
Hope this is helpful.