Home / Q&A Resources / Change my current code?
Default Programmer code is ID: 00 PIN: 12345678
The default code manager code is ID: 11 PIN: 111111.
Follow these steps if you want to change your code.
1. Enter 22 *
2. The LCD now asks for your ID and PIN:
3. Enter Your ID number #
4. Enter Your PIN code #
The LCD now asks for a new PIN code. You must also confirm it.
New PIN: XXXXXX Confirm: XXXXXX |
5. Enter Your New pin number #.
6. Enter the new PIN code again to confirm#.
The LCD displays a message confirming the change.
Press: # to return to the time/date display.
Applicable to:
6300
function OptanonWrapper() { }
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-1661366-3');
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '303242307554474');
fbq('track', 'PageView');

window._mfq = window._mfq || [];
(function() {
var mf = document.createElement("script");
mf.type = "text/javascript"; mf.defer = true;
mf.src = "//cdn.mouseflow.com/projects/cf8eb2d2-8d4f-49e4-9f6b-b945cee964f8.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
(function($){
// When a Popup Maker popup finishes opening, try to play Vimeo embeds inside it
$(document).on('pumAfterOpen', function(e, popup){
$(popup).find('iframe[src*="player.vimeo.com/video/"]').each(function(){
try {
this.contentWindow.postMessage(JSON.stringify({ method: "play" }), "*");
} catch(err) {}
});
});
// When the popup closes, pause the video so audio doesn't keep playing
$(document).on('pumAfterClose', function(e, popup){
$(popup).find('iframe[src*="player.vimeo.com/video/"]').each(function(){
try {
this.contentWindow.postMessage(JSON.stringify({ method: "pause" }), "*");
} catch(err) {}
});
});
})(jQuery);