cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How can i add a blinking led in mashup instead of using a widget in ThingWorx 9.3?

NH_shree
12-Amethyst

How can i add a blinking led in mashup instead of using a widget in ThingWorx 9.3?

Hello,

i have a code which is written in html , you can find the html code below.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="sty.css">
<script type="text/javascript">
$function () {
var $winHeight= (window).height()
$( '.container' ).height( $winHeight );
});
</script>
</head>

<body>

<div class="container">

<div class="led-box">
<div class="led-yellow"></div>
<p>Yellow LED</p>
</div>

</div>
</body>
</html

.

and I have a mashup ready where I have used toggle widget but instead of that can I use this blinking led using this program, is there any way to do so .

How can I do it ? please help if anyone have the solution .

 

Regards,

Shree

 

1 ACCEPTED SOLUTION

Accepted Solutions
NH_shree
12-Amethyst
(To:KSM)

Hi ,

Thanks for the reply , i have used custom css to do that.

Regards,

Shree 

 

View solution in original post

4 REPLIES 4
DDabrowski
5-Regular Member
(To:NH_shree)

Hello @NH_shree,

Have you tried using the LED Display Widget instead of the Toggle widget?

Regards, 
Dan 

Hello @DDabrowski ,

Yes i used LED Display  but it is used to display the number , but i need the output llike  blinking led light for which i have the separate code as mentioned above

 

Regards,

Shree

KSM
14-Alexandrite
14-Alexandrite
(To:NH_shree)

Hi,

I am not sure, but we can use any led blinking gif image.

NH_shree
12-Amethyst
(To:KSM)

Hi ,

Thanks for the reply , i have used custom css to do that.

Regards,

Shree 

 

Top Tags