Internet PLC Forum

General => Technical support => Topic started by: ashish on July 19, 2007, 08:43:10 PM

Title: led display
Post by: ashish on July 19, 2007, 08:43:10 PM
i need to control 7 segment led display. can i use SETLED command?
i have got a disp. of 8 digits /
where and how to connect the 7 segment modules in that case?
Title: Re:led display
Post by: support on July 21, 2007, 12:36:35 AM
The SETLED command is not implemented in the M-series PLCs and there is no plan to add such peripherals.

However, you could drive a 7-segment LED using the PLC's digital output port. But you will need 8 outputs to drive a single digit of 7 segment LED (plus decimal point is 8). If it very easy to use TBASIC to output the output bit combintation to display 0-9 on the 7 segment display.