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.


Messages - kenobe

Pages: 1 [2] 3 4 5
16
Technical support / Re:convert hex number to decimal number
« on: January 15, 2010, 06:15:35 PM »
HI
Thanks for your advise.
The reason I need to convert a Hex number to Dec number is that
I need to send a telephone number (dec) to a modem to send SMS message( of course I ve to convert the dec number to string), the input device ( touch screen) responsible for capturing the user input feeds the T100MD888 with hex number and stored in DM[1] and DM[2]. I therefore need to extract the numbers from DM[1] and DM[2], convert them to dec numbers and later to strings and join them together.
I hope this explains my problem better.
Thanks

17
Technical support / convert hex number to decimal number
« on: January 14, 2010, 10:19:46 PM »
Hi
I can not find a function in Tbasic to convert hex number to dec number.
Can some one pls help.
Thanks

18
Technical support / Re:touch screen via rs485
« on: January 10, 2010, 04:56:28 PM »
Thank you very much.
You have cleared my doubts.
Thanks

19
Technical support / Re:touch screen via rs485
« on: January 09, 2010, 07:23:13 PM »
Thanks for your advise
I have one more question.
I can set the T100MD to be either Master or Slave, which one is better?
In my case, I just use the touch screen to provide some virtual buttons and display some data and plot graphs.
Am I right that I have to create a .pc6 program to react with the touch screen? how do I send data graphs to the touch screen.
Thanks

20
Technical support / touch screen via rs485
« on: January 08, 2010, 10:06:43 PM »
I just bought a hakko V6 touch screen and I want to connect it to my T100MD888 via rs485 port. How do I initialize the communication? do I have to write a PLC program to receive and send data to the touch screen?

21
Technical support / Re:full duplex serial com
« on: June 28, 2009, 04:27:12 AM »
Hi
thank you very much for your enlightenment.
I am trying it  now.

22
Technical support / Re:full duplex serial com
« on: June 26, 2009, 06:25:58 PM »
Hi
thanks for your reply.
I use the print #1 PLC command to send the data in the DM back to the host computer at every scan time ( PLC scan time ) and at the same time, I use the hostlink command to control the output port eg:
"send Ctrl_e, wait for reply and send WO0055*"
sometimes I miss the input data partially or completely and sometimes I got no control of the PLC output and sometimes the system hangs. best of all , I got the input data and control the output successfully.
The result seems to be intermittent and not smooth. Should I slow down the PLC sending frequency? how much?
Any example I can refer to?

23
Technical support / full duplex serial com
« on: June 25, 2009, 01:05:34 AM »
Hi
I am using a T100MD 888 plc
Can this PLC run serial communication in full duplex mode?
I try connect the PLC with a windows xp running vb.net 2008 and found that this can not be done. ( the system hang!)
I can do it in half duplex mode , no problem.
any tips?
Thanks

24
Technical support / Re:hostlink command write outputs
« on: June 19, 2009, 02:15:27 AM »
Thank you for your help
cheers!!

25
Technical support / Re:hostlink command write outputs
« on: June 18, 2009, 06:13:29 PM »
Hi
Thanks for your reply.
If the hostlink command contradict the program running in the PLC, who has the priority?

eg: plc program turns on out1 but hostlink command turns off out1, what wil be the result.
Thanks


26
Technical support / hostlink command write outputs
« on: June 18, 2009, 04:04:52 AM »
HI
Is it possible to use the hostlink command to control the T100MD 888 outputs directly?
ie:
     will WO0055* turn on the output device connected to the output of the T100MD 888 directly?
Thanks

27
Technical support / Re:low frequency PWM
« on: June 16, 2009, 06:39:34 PM »
Hi
Thank you very much for your help.
I have downloaed the 15heater.zip and studying it now, hopefully I can pickup something from there.
Dave
Thank you very much for your support. I totally agree with you. I have made a copy of your message and send up to my boss, lets wait for his reply.

28
Technical support / Re:low frequency PWM
« on: June 15, 2009, 06:31:49 PM »
Hi
I fully understand the limitations of the mechanical relays, however, I have no choice because the entire hardware system is given to me and the management decided to change software rather then hardware.
I hope you understand my problem and help me if you could.
Thanks

29
Technical support / low frequency PWM
« on: June 15, 2009, 07:46:15 AM »
HI
I need to generate a PWM of duty cycle 20% to 80% at 5 to 15Hz.
I can not use the PWM function provided by the T100MD 888 because the frequency is too low . I need this frequency because my mechanical relay can not response fast enough.
I try to use timer but could not make it work.
Can some one pls enlighten me.
Thanks

30
Technical support / Re: PLC to PC data communication
« on: May 25, 2009, 12:38:43 AM »
Hi
I sincerely thank you for your advise, I think I can find the way out.
Thanks

Pages: 1 [2] 3 4 5