Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - chai_thing05

Pages: [1]
1
Technical support / FMD-88-10 PLC
« on: December 02, 2013, 10:33:15 PM »
Hi,

We used 32 nos of FMD-88-10 PLC and having a problem with lost communication/signal from plc.
tried to use "ping" command to check the connectivity and realized that there are many drop packet from PLC end.

Please advise.

2
Technical support / PLC Error Display
« on: November 27, 2012, 04:25:30 AM »

How to detect and then display the PLC's error on LCD 216 ?

e.g Lost connection (due to hardware failure? network ?) , Input/output terminal faulty, PLC error ... and etc.

Thanks.


3
Technical support / MonitorThread
« on: November 13, 2012, 06:07:06 AM »
Hi,

I'm developing a java GUI for PLC monitoring ...

I using "MonitorThread" for monitor the status of PLC connected.

       MonitorThread mt = new MonitorThread();
       mt.start();

But, May i know how to stop/close the thread as well ?

I tried to use "mt.stop();" , but can't ...

Pls advise. Thanks.

Pages: [1]