/** * 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; } LED -Strips RGB+W | Norlux

LED-Strips RGB+W

  • Choose between colored or white light (2700K)
  • IP20 or IP68
  • 5 meters length
Read more

Show variants

Product info

DESCRIPTION

Choose between colored or white light (2700K). This is an RGB LED -strip of very high quality. The strip comes in lengths of 5 meters. For outdoor installation or bathrooms we have a variant with IP68. For cooling and best appearance we recommend mounting LED -stripes in an aluminum profile.

See accessories for driver options.

Documentation

Family data sheet All files (ZIP)

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

SPECIFICATIONS

Product

Operating temperature [°C]

-20 - 50

ASSEMBLY / CONNECTION

Maximum length [m]

5

OPTIONS

Kelvin [K]
CRI [&GT;]
IP rating
Led per m
Voltage [V]
Lumen per m
Max length [M]
Length [mm]
Assembly
Max width Ledstrip
Art. No. Kelvin [K] CRI [>] Lumen LED (Tc=25) IP-degree Led per m Voltage [V] Lumen per m Max length [M] Color Length [mm] Diffuser Mounting Max width Led strip
Energy labeling

LED Strip 24Vdc 880lm/m RGBW 2700K 19,2W/m IP20 2m cable L5m

Art. No. SC-OID4-2700-24

Kelvin [K]:

RGB+2700K

CRI [&GT;]:

90

IP rating:

IP20

Led per m:

60

Voltage [V]:

24VDC

Lumen per m:

880

Max length [M]:

5

Length [mm]:

5000.0

Max width Ledstrip:

11.0

SC-OID4-2700-24

RGB+2700K

90

IP20

60

24VDC

880

5

5000.0

11.0

Assortment status: Order item

DOCUMENTATION

CE markedIP20: Indoor use.Insulation class 3Application: IndoorVoltage: 24 voltsRGB (Red, Green, Blue) - The color of the light can be changed/adjusted.

Choose between colored or white light (2700K). This is an RGB LED -strip of very high quality. The strip comes in lengths of 5 meters. For outdoor installation or bathrooms we have a variant with IP68. For cooling and best appearance we recommend mounting LED -stripes in an aluminum profile.

See accessories for driver options.

Product

IP rating

IP20

Length [mm]

5000

Width [mm]

10

Weight [kg]

0.2

Max. width, LED -strip [mm]

11

Operating temperature [°C]

-20 - 50

LIGHTING

Spreading angle [°]

120

Color temperature [K]

RGB+2700K

Color rendering [CRI/Ra]

90

Color code

RGB+927

LED per meter

60

ASSEMBLY / CONNECTION

Connection

Cable 2m

Must be mounted in profile

No

Cutting point [mm]

50

Maximum length [m]

5

ELECTRICAL DATA

Dimming type

Depending on the driver

Voltage [V]

24VDC

Insulation class

3

Power [W/m]

19.8

Luminous efficacy [lm/W]

46

LED Strip 24Vdc RGBW 4000K 14,4W/m 2m cable L=5m IP68

Art. No. SC-SF-OID2-4000-24

Kelvin [K]:

RGB+4000K

IP rating:

IP68

Led per m:

60

Voltage [V]:

24VDC

Lumen per m:

637

Max length [M]:

5

Length [mm]:

5000.0

Max width Ledstrip:

16.5

SC-SF-OID2-4000-24

RGB+4000K

IP68

60

24VDC

637

5

5000.0

16.5

Assortment status: Order item

DOCUMENTATION

CE markedIP68 - Continuous submersion: Typical applications are underwater lighting in swimming pools and interior tank lighting.Insulation class 3Application: Approved for outdoor useVoltage: 24 voltsRGB (Red, Green, Blue) - The color of the light can be changed/adjusted.

Choose between colored or white light (4000K). This is an RGB LED -strip of very high quality. The strip comes in lengths of 5 meters. For outdoor installation or bathrooms we have a variant with IP68. For cooling and best appearance we recommend mounting LED -stripes in an aluminum profile. See accessories for driver options.

Product

IP rating

IP68

Length [mm]

5000

Width [mm]

16.5

Height [mm]

10.5

Weight [kg]

0.3

Max. width, LED -strip [mm]

16.5

Operating temperature [°C]

-20 - 50

LIGHTING

Spreading angle [°]

120

Color temperature [K]

RGB+4000K

Color code

RGBW

LED per meter

60

ASSEMBLY / CONNECTION

Connection

Cable 2m

Must be mounted in profile

No

Cutting point [mm]

100

Maximum length [m]

5

ELECTRICAL DATA

Dimming type

Depending on the driver

Voltage [V]

24VDC

Insulation class

3

Power [W/m]

14.4

Luminous efficacy [lm/W]

44

Accessories