I need to send a datalogger to a client but i dont want him to use DevConfig, and i have a Constant Table to config other parameters.
I want to point my IP,GW and Mask (the ethernet parameters) constants but i dont know where. Can anyone give me a hint?
When you set up the constants, be sure to have "As String" on the constant declaration to force the data type to be a string. Within the program, use SetSetting to change the settings to the constant values. The data logger manual has a list of the names of the settings.