/** * Finnes EPD-lenke et eller annet sted på produktet? * - Sjekker ALLE postmeta-felt (inkl. ACF / custom felter) * - Sjekker post_content (beskrivelse) * - Sjekker dokumentlisten (norlux_documents) hvis dere bruker den * - Sjekker PDF-vedlegg som matcher EPD_*.pdf * - Arver fra varianter hvis produktet er variabelt */ function nlx_product_has_epd( int $product_id ): bool { // Treffer "EPD_*.pdf" (case-insensitivt). Slapper også av rundt skilletegn. $epd_url_regex = '/(?:^|[\/_-])EPD[^"\s<>]*\.pdf/i'; // 0) Hvis variabelt produkt: arve fra varianter if ( 'product' === get_post_type( $product_id ) ) { $product = wc_get_product( $product_id ); if ( $product && $product->is_type( 'variable' ) ) { foreach ( $product->get_children() as $vid ) { if ( nlx_product_has_epd_single( (int) $vid, $epd_url_regex ) ) { return true; } } } } // 1) Sjekk selve produktet if ( nlx_product_has_epd_single( $product_id, $epd_url_regex ) ) { return true; } return false; } /** * Sjekker én post-ID (produkt/variant). */ function nlx_product_has_epd_single( int $post_id, string $epd_url_regex ): bool { // A) Sjekk dokument-liste hvis brukt $docs = get_post_meta( $post_id, 'norlux_documents', true ); if ( ! empty( $docs ) ) { $blob = is_scalar( $docs ) ? (string) $docs : wp_json_encode( $docs ); if ( stripos( $blob, 'EPD' ) !== false || preg_match( $epd_url_regex, $blob ) ) { return true; } } // B) Sjekk ALLE postmeta-felter for EPD_*.pdf $all_meta = get_post_meta( $post_id ); foreach ( $all_meta as $key => $values ) { foreach ( (array) $values as $v ) { $blob = is_scalar( $v ) ? (string) $v : wp_json_encode( $v ); if ( preg_match( $epd_url_regex, $blob ) ) { return true; } } } // C) Sjekk innholdet (beskrivelse / kort beskrivelse ligger ofte i meta, men tar post_content også) $post = get_post( $post_id ); if ( $post && ! empty( $post->post_content ) ) { if ( preg_match( $epd_url_regex, $post->post_content ) ) { return true; } } // D) Sjekk PDF-vedlegg som er "attached" til posten $attachments = get_attached_media( 'application/pdf', $post_id ); if ( ! empty( $attachments ) ) { foreach ( $attachments as $att ) { $url = wp_get_attachment_url( $att->ID ); $file = get_post_meta( $att->ID, '_wp_attached_file', true ); if ( ($url && preg_match( $epd_url_regex, $url )) || ($file && preg_match( $epd_url_regex, (string) $file )) ) { return true; } } } return false; } High Bay Prismatic | Norlux

High Bay Prismatic

Read more

Show variants
Category:
CE markedIP20: Indoor use.Insulation class 1: Must be connected to ground.Application: Indoor

Product info

Documentation

Family data sheet All files (ZIP)

Variant-specific documents are available under details in the overview below.

SPECIFICATIONS

Product

IP rating

IP20

Lifetime [h]

L80B10: 50,000

LIGHTING

Light source

LED (built-in)

Optics

Clear

ELECTRICAL DATA

Dimming type

No

Voltage [V]

230V 50Hz

Insulation class

1

Base

NOW

ASSEMBLY / CONNECTION

Assembly

Ceiling, Pendant

OPTIONS

Power [W]
Lumen LED (Tc=25)
Kelvin [K]
CRI [&GT;]
Light spread [°]
Lighting control
Color
Diffuser
Dimming type
Art. No. Power [W] Lumen LED (Tc=25) Kelvin [K] CRI [>] Light distribution [°] Light control Color Diffuser Length [mm] Dimming type
Energy labeling

High Bay 5650lm 830 30° 46W 18i3 Grey Prismatic Screen

Art. No. 02050-2-30-6

Power [W]:

46

Lumen LED (Tc=25):

5650

Kelvin [K]:

3000

CRI [&GT;]:

80

Light spread [°]:

30°

Lighting control:

18i3 Quick Coupler

Color:

Aluminum

Diffuser:

Prismatic

Dimming type:

No

02050-2-30-6

46

5650

3000

80

30°

18i3 Quick Coupler

Aluminum

Prismatic

No

Assortment status: Order item

LIGHT DISTRIBUTION

DOCUMENTATION

CE markedIP20: Indoor use.Insulation class 1: Must be connected to ground.Application: Indoor

Product

IP rating

IP20

Color

Aluminum

Width [mm]

430

Height [mm]

505

Weight [kg]

5

Lifetime [h]

L80B10: 50,000

LIGHTING

Lumen LED (tc=25)

5650

Spreading angle [°]

30°

Color temperature [K]

3000

Color rendering [CRI/Ra]

80

Color code

830

Light source

LED (built-in)

Optics

Prismatic

ELECTRICAL DATA

Dimming type

No

Voltage [V]

230V 50Hz

Insulation class

1

Base

NOW

System power [W]

46

Max. load per course - B10

18

Max. load per course - B16

30

Max. load per course - C10

31

Max. load per course - C16

51

Starting current Imax [A]

18

Starting current time [µs]

250

ASSEMBLY / CONNECTION

Connection

18i3 Quick Coupler

Assembly

Ceiling, Pendant

High Bay Prismatic

High Bay 5650lm 830 60° 46W 18i3 Grey Prismatic Screen

Art. No. 02050-2-60-6

Power [W]:

46

Lumen LED (Tc=25):

5650

Kelvin [K]:

3000

CRI [&GT;]:

80

Light spread [°]:

60°

Lighting control:

18i3 Quick Coupler

Color:

Aluminum

Diffuser:

Clear

Dimming type:

No

02050-2-60-6

46

5650

3000

80

60°

18i3 Quick Coupler

Aluminum

Clear

No

Product

IP rating

IP20

Color

Aluminum

Width [mm]

410

Height [mm]

490

Weight [kg]

5

Lifetime [h]

L80B10: 50,000

LIGHTING

Lumen LED (tc=25)

5650

Spreading angle [°]

60°

Color temperature [K]

3000

Color rendering [CRI/Ra]

80

Color code

830

Light source

LED (built-in)

Optics

Clear

ELECTRICAL DATA

Dimming type

No

Voltage [V]

230V 50Hz

Insulation class

1

Base

NOW

System power [W]

46

Max. load per course - B10

18

Max. load per course - B16

30

Max. load per course - C10

31

Max. load per course - C16

51

Starting current Imax [A]

18

Starting current time [µs]

250

ASSEMBLY / CONNECTION

Connection

18i3 Quick Coupler

Assembly

Ceiling, Pendant

High Bay 6000lm 840 30° 46W 18i3 Grey Prismatic Screen

Art. No. 02051-2-30-6

Power [W]:

46

Lumen LED (Tc=25):

6000

Kelvin [K]:

4000

CRI [&GT;]:

80

Light spread [°]:

30°

Lighting control:

18i3 Quick Coupler

Color:

Gray

Diffuser:

Prismatic

Dimming type:

No

02051-2-30-6

46

6000

4000

80

30°

18i3 Quick Coupler

Gray

Prismatic

No

Assortment status: Order item

LIGHT DISTRIBUTION

DOCUMENTATION

CE markedIP20: Indoor use.Insulation class 1: Must be connected to ground.Application: Indoor

Product

IP rating

IP20

Color

Gray

Width [mm]

430

Height [mm]

505

Lifetime [h]

L80B10: 50,000

LIGHTING

Lumen LED (tc=25)

6000

Spreading angle [°]

30°

Color temperature [K]

4000

Color rendering [CRI/Ra]

80

Color code

840

Light source

LED (built-in)

Optics

Prismatic

ELECTRICAL DATA

Dimming type

No

Voltage [V]

230V 50Hz

Insulation class

1

Base

NOW

System power [W]

46

Max. load per course - B10

18

Max. load per course - B16

30

Max. load per course - C10

31

Max. load per course - C16

51

Starting current Imax [A]

18

Starting current time [µs]

250

ASSEMBLY / CONNECTION

Connection

18i3 Quick Coupler

Assembly

Ceiling, Pendant

High Bay Prismatic

High Bay 6000lm 840 60° 46W 18i3 Grey Prismatic Screen

Art. No. 02051-2-60-6

Power [W]:

46

Lumen LED (Tc=25):

6000

Kelvin [K]:

4000

CRI [&GT;]:

80

Light spread [°]:

60°

Color:

Aluminum

Diffuser:

Clear

Dimming type:

No

02051-2-60-6

46

6000

4000

80

60°

Aluminum

Clear

No

Assortment status: Order item

LIGHT DISTRIBUTION

DOCUMENTATION

CE markedIP20: Indoor use.Insulation class 1: Must be connected to ground.Application: Indoor

Product

IP rating

IP20

Color

Aluminum

Width [mm]

410

Height [mm]

490

Weight [kg]

5

Lifetime [h]

L80B10: 50,000

LIGHTING

Lumen LED (tc=25)

6000

Spreading angle [°]

60°

Color temperature [K]

4000

Color rendering [CRI/Ra]

80

Color code

840

Light source

LED (built-in)

Optics

Clear

ELECTRICAL DATA

Dimming type

No

Voltage [V]

230V 50Hz

Insulation class

1

Base

NOW

System power [W]

46

Max. load per course - B10

18

Max. load per course - B16

30

Max. load per course - C10

31

Max. load per course - C16

51

Starting current Imax [A]

18

Starting current time [µs]

250

ASSEMBLY / CONNECTION

Assembly

Ceiling, Pendant