div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਮਹਿੰਗੀ ਬਿਜਲੀ ਅਤੇ ਬਿਜਲੀ ਦੇ ਕੱਟ… ਚੋਣਾਂ ਦੌਰਾਨ ਕੱਢ ਸਕਦੇ ਹਨ ਪੰਜਾਬ ਸਰਕਾਰ ਦੇ ਵੱਟ

ਵਿਸ਼ੇਸ਼ ਰਿਪੋਰਟ ਜਸਬੀਰ ਵਾਟਾਂਵਾਲੀ

ਮੌਜੂਦਾ ਦਿਨਾਂ ਵਿਚ ਲੱਗਦੇ ਬਿਜਲੀ ਦੇ ਕੱਟਾਂ ਅਤੇ ਅੱਤ ਦੀ ਗਰਮੀ ਨੇ ਲੋਕਾਂ ਦਾ ਜੀਣਾ ਮੁਹਾਲ ਕਰ ਦਿੱਤਾ ਹੈ। ਇਸ ਸਭ ਦਰਮਿਆਨ ਪੰਜਾਬ ਸਰਕਾਰ ਆਪਣੇ ਐਲਾਨ ਮੁਤਾਬਕ ਕਿਸਾਨਾਂ ਨੂੰ 8 ਘੰਟੇ ਬਿਜਲੀ ਦੇਣ ਵਿਚ ਵੀ ਸਫਲ ਨਹੀਂ ਹੋ ਸਕੀ ਹੈ। ਪਾਵਰਕੌਮ ਦੇ ਕਿਸਾਨਾਂ ਨੂੰ ਨਿਰਵਿਘਨ 8 ਘੰਟੇ ਬਿਜਲੀ ਸਪਲਾਈ ਦੇਣ ਦੇ ਵਾਅਦੇ ਨੂੰ 5-6 ਘੰਟਿਆਂ ਬਾਅਦ ਹੀ ਬਰੇਕਾਂ ਲੱਗ ਜਾਂਦੀਆਂ ਹਨ। ਦੁੱਖ ਦੀ ਗੱਲ ਇਹ ਹੈ ਕਿ ਇਸ ਦੌਰਾਨ ਵੀ ਸਪਲਾਈ ਵਿਚ ਬਿਜਲੀ ਦੇ ਦੋ ਤਿੰਨ ਕੱਟ ਆਮ ਗੱਲ ਹੋ ਗਈ ਹੈ।
ਇਸੇ ਤਰ੍ਹਾਂ ਪੰਜਾਬ ਸਰਕਾਰ ਘਰੇਲੂ ਬਿਜਲੀ ਦੀ ਸਪਲਾਈ ਨੂੰ ਵੀ ਨਿਰਵਿਘਨ ਜਾਰੀ ਨਹੀਂ ਰੱਖ ਸਕੀ । ਘਰੇਲੂ ਬਿਜਲੀ ਸਪਲਾਈ ਦਾ ਤਾਂ ਇਹ ਹਾਲ ਹੈ ਕਿ 24 ਘੰਟਿਆਂ ਦੇ ਵਿਚ-ਵਿਚ 40 ਤੋਂ 50 ਵਾਰ ਬਿਜਲੀ ਦੇ ਕੱਟ ਲੱਗ ਰਹੇ ਹਨ। ਇਸ ਸਭ ਨੂੰ ਦੇਖਦੇ ਹੋਏ ਪੰਜਾਬ ਦੇ ਕਿਸਾਨਾਂ ਅਤੇ ਆਮ ਲੋਕਾਂ ਨੇ ਪਾਵਰਕੌਮ ਦੇ ਗਰਿੱਡ ਅਤੇ ਦਫ਼ਤਰ ਘੇਰਨੇ ਸ਼ੁਰੂ ਕਰ ਦਿੱਤੇ ਹਨ। ਬਿਜਲੀ ਦੀ ਨਿਰਵਿਘਨ ਮੰਗ ਨੂੰ ਲੈ ਕੇ ਕਿਸਾਨ ਜਥੇਬੰਦੀਆਂ ਅਤੇ ਅਕਾਲੀ ਦਲ ਦੇ ਸੀਨੀਅਰ ਆਗੂਆਂ ਨੇ ਅੱਜ ਕਪੂਰਥਲਾ ਦੇ ਬਿਜਲੀ ਦਫਤਰਾਂ ਨੂੰ ਘੇਰਿਆ ਅਤੇ ਨਿਰਵਿਘਨ ਸਪਲਾਈ ਦੀ ਮੰਗ ਕੀਤੀ । ਇਸ ਦੌਰਾਨ ਕਿਸਾਨ ਆਗੂਆਂ ਨੇ ਸਰਕਾਰ ਨੂੰ ਚਿਤਾਵਨੀ ਦਿੱਤੀ ਕਿ ਜੇਕਰ ਬਿਜਲੀ ਦੀ ਨਿਰਵਿਘਨ ਸਪਲਾਈ ਨਾ ਦਿੱਤੀ ਗਈ ਤਾਂ ਆਉਣ ਵਾਲੇ ਦਿਨਾਂ ਦੇ ਵਿੱਚ ਦਿੱਲੀ ਵਾਂਗ ਉਹ ਪੰਜਾਬ ਦੇ ਬਿਜਲੀ ਗਰਿੱਡਾਂ ਉਤੇ ਵੀ ਧਰਨੇ ਦੇਣ ਲਈ ਮਜਬੂਰ ਹੋ ਜਾਣਗੇ।

ਇਸ ਵਿੱਚ ਕੋਈ ਸ਼ੱਕ ਨਹੀਂ ਕਿ ਪੰਜਾਬ ਸਰਕਾਰ ਬਿਜਲੀ ਦੀ ਮੰਗ, ਉਤਪਾਦਨ ਅਤੇ ਉਸ ਦੀ ਸਹੀ ਵੰਡ ਨੂੰ ਲੈ ਕੇ ਪੂਰੀ ਤਰ੍ਹਾਂ ਫੇਲ੍ਹ ਸਾਬਤ ਹੋਈ ਹੈ। ਮੌਜੂਦਾ ਅੰਕੜਿਆਂ ਮੁਤਾਬਕ ਸੂਬੇ ‘ਚ ਇਸ ਵੇਲੇ ਤੱਕ ਬਿਜਲੀ ਦੀ ਮੰਗ 12832 ਮੈਗਾਵਾਟ ‘ਤੇ ਪਹੁੰਚ ਚੁੱਕੀ ਹੈ। ਅੰਦਾਜ਼ਾ ਲਗਾਇਆ ਜਾ ਰਿਹਾ ਹੈ ਕਿ ਅਗਲੇ ਦਿਨਾਂ ‘ਚ ਇਹ ਮੰਗ 13000 ਮੈਗਾਵਾਟ ਨੂੰ ਵੀ ਪਾਰ ਕਰ ਜਾਵੇਗੀ। ਪੰਜਾਬ ਕੋਲ ਇਸ ਸਮੇਂ ਤੱਕ 13020 ਮੈਗਾਵਾਟ ਬਿਜਲੀ ਦਾ ਹੀ ਪ੍ਰਬੰਧ ਹੈ। ਅਜਿਹੇ ਹਾਲਾਤਾਂ ‘ਚ ਬਿਜਲੀ ਦਾ ਇਹ ਸੰਕਟ ਪੰਜਾਬ ਸਰਕਾਰ ਨੂੰ ਭਾਰੀ ਪੈ ਸਕਦਾ ਹੈ ਕਿਉਂਕਿ ਪੰਜਾਬ ਪਾਵਰਕੌਮ ਦੀ ਬਿਜਲੀ ਦੀ ਆਪਣੀ ਪੈਦਾਵਾਰ ਸਿਰਫ 6420 ਮੈਗਾਵਾਟ ਹੀ ਹੈ। ਬਿਜਲੀ ਦੀ ਮੌਜੂਦਾ ਮੰਗ ਅਤੇ ਪੂਰਤੀ ਲਈ ਇਸ ਸਮੇਂ ਪੰਜਾਬ ਸਰਕਾਰ 6500 ਮੈਗਾਵਾਟ ਦੇ ਕਰੀਬ ਬਿਜਲੀ ਬਾਹਰੋਂ ਖਰੀਦ ਰਹੀ ਹੈ ਜਦਕਿ ਪੰਜਾਬ ਸਰਕਾਰ ਕੋਲ ਬਾਹਰੋਂ ਬਿਜਲੀ ਖਰੀਦਣ ਦੀ ਸਮਰੱਥਾ ਵੀ 7300 ਮੈਗਾਵਾਟ ਹੀ ਹੈ। ਪੰਜਾਬ ਦੇ ਨਿੱਜੀ ਥਰਮਲਾਂ ਦੀ ਪੈਦਾਵਾਰ 3260 ਮੈਗਾਵਾਟ ਹੈ ਅਤੇ ਸਰਕਾਰੀ ਥਰਮਲਾਂ ਤੋਂ 1340 ਮੈਗਾਵਾਟ ਬਿਜਲੀ ਲਈ ਜਾ ਸਕਦੀ ਹੈ ਅਤੇ ਪਣ ਬਿਜਲੀ ਉਤਪਾਦਨ 1160.35 ਮੈਗਾਵਾਟ ਹੈ ਜਦਕਿ ਤਲਵੰਡੀ ਸਾਬੋ ਦਾ 660 ਮੈਗਾਵਾਟ ਦਾ ਇਕ ਯੂਨਿਟ ਮਾਰਚ, 2021 ਤੋਂ ਬੰਦ ਪਿਆ ਹੈ।
ਇਸ ਵਿਚ ਵੀ ਕੋਈ ਸ਼ੱਕ ਨਹੀਂ ਕਿ ਬਿਜਲੀ ਵਿਭਾਗ ਪਹਿਲਾਂ ਹੀ ਘਾਟੇ ਵਿੱਚ ਹੈ। PSPCL ਵੱਲੋਂ ਪੇਸ਼ ਕੀਤੇ ਗਏ 2021-22 ਦੇ ਅੰਕੜਿਆਂ ‘ਤੇ ਝਾਤੀ ਮਾਰੀਏ ਤਾਂ ਮੌਜੂਦਾ ਵਰ੍ਹੇ ਦਾ ਮਾਲੀ ਘਾਟਾ 3349 ਕਰੋੜ ਰੁਪਏ ਹੋਵੇਗਾ। ਜੇ ਇਸ ਵਿਚ ਪਿਛਲੇ ਵਰ੍ਹਿਆਂ ਦਾ 6458 ਕਰੋੜ ਰੁਪਏ ਦਾ ਘਾਟਾ ਸ਼ਾਮਲ ਕਰ ਲਿਆ ਜਾਵੇ ਤਾਂ ਕੁੱਲ ਮਾਲੀ ਘਾਟਾ 9807 ਕਰੋੜ ਰੁਪਏ ਬਣ ਜਾਵੇਗਾ । ਇੱਥੇ ਹੀ ਬਸ ਨਹੀਂ ਜੇਕਰ ਇਸ ਵਿਚ ਪ੍ਰਾਈਵੇਟ ਥਰਮਲ ਪਲਾਂਟਾਂ ਨੂੰ ਕੋਲੇ ਦੀ ਢੁਆਈ ਵਜੋਂ ਦੇਣ ਵਾਲੇ 1750 ਕਰੋੜ ਰੁਪਏ ਅਤੇ ਕਰਮਚਾਰੀਆਂ ਨੂੰ ਨਵੇਂ ਸਕੇਲਾਂ ਲਈ ਦੇਣ ਵਾਲੇ 1450 ਕਰੋੜ ਰੁਪਏ ਨੂੰ ਵੀ ਸ਼ਾਮਲ ਕਰ ਲਈਏ ਤਾਂ ਇਹ ਘਾਟਾ 13007 ਕਰੋੜ ਰੁਪਏ ਨੂੰ ਪਹੁੰਚ ਜਾਵੇਗਾ।
ਇਸ ਸਭ ਦੇ ਉਲਟ ਪੰਜਾਬ ਸਰਕਾਰ ਨੇ ਆਉਣ ਵਾਲੀਆਂ ਵਿਧਾਨ ਸਭਾ ਚੋਣਾਂ ਨੂੰ ਦੇਖਦੇ ਹੋਏ ਪਿਛਲੇ ਸਮੇਂ ਦੌਰਾਨ ਘਰੇਲੂ ਖਪਤਕਾਰਾਂ ਦੇ ਇਕ ਵਰਗ ਨੂੰ ਖੁਸ਼ ਕਰਨ ਲਈ ਟੇਢੇ-ਮੇਢੇ ਢੰਗ ਨਾਲ਼ ਬਿਜਲੀ 50 ਪੈਸੇ ਤੋਂ 1 ਰੁਪਏ ਪ੍ਰਤੀ ਯੂਨਿਟ ਸਸਤੀ ਤਾਂ ਕਰ ਦਿੱਤੀ। ਬਿਜਲੀ ਦੀ ਨਿਰਵਿਘਨ ਸਪਲਾਈ ਦੇਣ ਵਿਚ ਪੂਰੀ ਤਰ੍ਹਾਂ ਫੇਲ੍ਹ ਹੋ ਗਈ। ਇਸ ਦੇ ਉਲਟ 7 ਕਿੱਲੋਵਾਟ ਤੋਂ ਉੱਪਰ ਵਾਲੇ ਘਰੇਲੂ ਖਪਤਕਾਰਾਂ ਲਈ ਫਿਕਸਡ ਚਾਰਜਿਜ਼ 75 ਰੁਪਏ ਪ੍ਰਤੀ ਕਿੱਲੋਵਾਟ ਤੋਂ ਵਧਾ ਕੇ 95 ਰੁਪਏ ਪ੍ਰਤੀ ਕਿੱਲੋਵਾਟ ਕਰ ਦਿੱਤੇ ਗਏ ਹਨ ਅਤੇ ਐਨਰਜੀ ਚਾਰਜਿਜ਼ ਵਿਚ ਵੀ 18 ਤੋਂ 20 ਪੈਸੇ ਪ੍ਰਤੀ ਯੂਨਿਟ ਵਾਧਾ ਕਰ ਦਿੱਤਾ ਗਿਆ । ਇਸ ਦੇ ਨਾਲ -ਨਾਲ ਪਿਛਲੇ ਦਸ ਸਾਲਾਂ ਦੇ ਦੌਰਾਨ ਪ੍ਰਤੀ ਯੂਨਿਟ ਬਿਜਲੀ ਦੀਆਂ ਦਰਾਂ ਵਿੱਚ ਵੱਡਾ ਵਾਧਾ ਹੋਇਆ ਹੈ।ਬਿਜਲੀ ਯੂਨਿਟ ਦੇ ਰੇਟ ਬੀਤੇ ਵਰ੍ਹਿਆਂ ਦੌਰਾਨ ਦੁੱਗਣੇ ਤੋਂ ਵੀ ਵਧੇਰੇ ਹੋ ਗਏ ਹਨ।

ਇਹ ਵੀ ਸੱਚਾਈ ਹੈ ਕਿ ਪੰਜਾਬ ਸਰਕਾਰ ਨੇ ਪਿਛਲੇ ਸਮੇਂ ਤੋਂ ਹੀ ਬਿਜਲੀ ਖੇਤਰ ਨੂੰ ਪੈਰਾਂ ’ਤੇ ਖੜ੍ਹਾ ਕਰਨ ਲਈ ਕੁਝ ਨਹੀਂ ਕੀਤਾ । ਪਿਛਲੀਆਂ ਚੋਣਾਂ ’ਚ ਮੌਜੂਦਾ ਹੁਕਮਰਾਨ ਧਿਰ ਨੇ ਬਿਜਲੀ ਮਹਿਕਮੇ ਬਾਰੇ ਕੁਝ ਵਾਅਦੇ ਜ਼ਰੂਰ ਕੀਤੇ ਸਨ,ਜਿਨ੍ਹਾਂ ’ਚ ਬਠਿੰਡਾ ਥਰਮਲ ਪਲਾਂਟ ਨੂੰ ਸੁਰਜੀਤ ਕਰਨਾ ਅਤੇ ਬਿਜਲੀ ਸਮਝੌਤਿਆਂ ’ਤੇ ਪੁਨਰ ਵਿਚਾਰ ਮੁੱਖ ਵਾਅਦੇ ਸਨ ਪਰ ਇਸ ਸਭ ਦੇ ਉਲਟ ਨਾ ਤਾਂ ਪੰਜਾਬ ਸਰਕਾਰ ਨੇ ਬਿਜਲੀ ਸਮਝੌਤਿਆਂ ‘ਤੇ ਪੁਨਰ ਵਿਚਾਰ ਕੀਤਾ ਅਤੇ ਨਾ ਹੀ ਬਠਿੰਡਾ ਥਰਮਲ ਪਲਾਟ ਦੀਆਂ ਚਿਮਨੀਆਂ ‘ਚੋਂ ਧੂੰਆਂ ਨਿਕਲਣਾ ਸ਼ੁਰੂ ਹੋਇਆ। ਬਠਿੰਡਾ ਥਰਮਲ ਪਲਾਂਟ ਨੂੰ ਪੰਜਾਬ ਸਰਕਾਰ ਨੇ ਇਹ ਦਲੀਲ ਦੇ ਕੇ ਠੱਪ ਕਰ ਦਿੱਤਾ ਕਿ ਇਸਦੀ ਬਿਜਲੀ ਪੈਦਾਵਾਰ ਦੀ ਲਾਗਤ 7.70 ਰੁਪਏ ਪ੍ਰਤੀ ਯੂਨਿਟ ਤੋਂ ਵੱਧ ਸੀ ਜਦੋਂਕਿ ਪੰਜਾਬ ਸਰਕਾਰ ਇਸ ਵੇਲੇ 2.30-2.70 ਰੁਪਏ ਪ੍ਰਤੀ ਯੂਨਿਟ ਦੇ ਹਿਸਾਬ ਨਾਲ ਬਿਜਲੀ ਖ਼ਰੀਦ ਰਹੀ ਹੈ। ਬਠਿੰਡਾ ਥਰਮਲ ਪਲਾਂਟ ਦੀ ਮਿਆਦ ਹਾਲੇ 2031 ਤਕ ਬਾਕੀ ਸੀ।
ਬਿਜਲੀ ਦੇ ਮੌਜੂਦਾ ਸੰਕਟ ਅਤੇ ਮਹਿੰਗੀ ਬਿਜਲੀ ਨੂੰ ਵੇਖਦੇ ਹੋਏ ਕਿਹਾ ਜਾ ਸਕਦਾ ਹੈ ਕਿ ਪੰਜਾਬ ਸਰਕਾਰ ਨੇ ਜੇਕਰ ਸਮਾਂ ਰਹਿੰਦਿਆਂ ਬਿਜਲੀ ਦੇ ਸਸਤੇ ਉਤਪਾਦਨਾਂ ਵੱਲ ਧਿਆਨ ਨਾ ਦਿੱਤਾ ਤਾਂ ਆਉਣ ਵਾਲੇ ਸਮੇਂ ‘ਚ ਬਿਜਲੀ ਦੇ ਬੋਝ ਨਾਲ ਪੰਜਾਬ ਦੇ ਲੋਕਾਂ ਦਾ ਕੰਚੂਮਰ ਨਿਕਲ ਜਾਵੇਗਾ। ਇਸ ਦੇ ਨਾਲ ਨਾਲ ਮੌਜੂਦਾ ਸਮੇਂ ‘ਚ ਪੰਜਾਬ ਸਰਕਾਰ ਨੂੰ ਵੀ ਚੋਣਾਂ ਦੌਰਾਨ ਇਸ ਦੀ ਵੱਡੀ ਕੀਮਤ ਚੁਕਾਉਣੀ ਪੈ ਸਕਦੀ ਹੈ।

ਟੀਵੀ ਪੰਜਾਬ ਬਿਊਰੋ

Exit mobile version