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 - FQ-ONG

Pages: [1] 2 3 ... 5
1
Technical support / Re:Send SMS Message
« on: May 11, 2011, 06:34:16 PM »
Yes, I'm getting the data returned from the SMS gateway, and assign each line of the return string into B$, C$, D$ ... ...
I have check the return string with PC, this should be 3 lines of return string. In PLC, first line and second line are missing, third line just show the last few letter. When I total up this 3 line, it is about 77 characters. I think, may be something wrong with the CR-terminated string in the first and second line of return string, then it join become 1 line.

How to read out the string from the buffer?

2
Technical support / Re:Send SMS Message
« on: May 11, 2011, 02:21:14 AM »
A$ = INPUT$(4)
I think this is exceed the 70 characters limit per string, I got 1 time the A$ show the return string just in a few last letter, for other short A$ return string is work well. (e.g. It should be A$="ABCDEF......UVWXYZ", but I get A$="XYZ")

Anyone know how to split the long INPUT$(4) return string into two string(A$,B$)?
Or just get the front portion of return string in 70 characters only? (I just need the front portion only)
Or any other solution to solve this problem?

3
Technical support / Re:Send SMS Message
« on: April 28, 2011, 11:26:50 PM »
Is it possible to use the HTTP POST method?

4
Technical support / Send SMS Message
« on: April 25, 2011, 03:10:37 AM »
Is it possible to send SMS message from F-series PLC with Ethernet Port connect with Internet linked network without the GSM modem?

5
Technical support / Re:Trilogi 6.22 I/O Labels
« on: October 08, 2009, 08:16:31 PM »
Hi all,

Beside Java 1.4.2, is it any higher version of Java is known as stable and no problem with Trilogi?

Thanks.

6
Technical support / Re:Java Updates
« on: May 14, 2008, 04:51:36 AM »
With JRE 1.4.2, I found that TRiLOGI 6.13 didn't highlight the search result like TRiLOGI 5.33.

7
Technical support / Re:Java Updates
« on: May 13, 2008, 04:39:21 AM »
Have Java 1.6 tested?  ::)

8
Technical support / Re:TM2424
« on: October 19, 2007, 03:36:19 AM »
You can get some advise from your TRiLOGI dealer and you also can order that part from him / her.

For PLC not responding, you can refer to the subject "Computer(s) won't see PLC any more - Please help" by paigeh and have a trial.

9
Technical support / Re:TBasic problem...
« on: October 18, 2007, 03:40:19 AM »
From E.g. A$=input[1]
$ missing
[1] should be (1)

A$=INPUT$(1)

10
Technical support / Re:Losing Program when the electric goes out
« on: October 05, 2007, 12:45:56 AM »
Basically, this will not happen on T100MD PLC unless the PLC was corrupted.

11
Technical support / Re:Any plan for more than 8 sequencers?
« on: September 26, 2007, 03:06:53 AM »
Great! I never know still have this two method to implement the sequencers:
1)  A TBASIC custom function can be programmed to set some relays to ON based on the PV of a counter.
2)   You could put in a bit and then apply LEFTSHIFT or RIGHTSHIFT to shift the bit along an internal relay. The relay bit that is turned ON will indicate the step position.

Previously, I used large number of counters to implement the sequencers after full used of 8 sequencers.

12
Technical support / Re:Cut and paste
« on: August 20, 2007, 06:47:54 PM »
You can click on the Edit menu and select Copy Circuit to copy them into the clip board. Then open another file and navigate to the circuit where you want to paste to and then again click on "Edit" menu and select "Paste Circuit" and it should work.

Above work well in the same TriLogi Program, but not work between two TriLogi Program.

13
Technical support / Re:Java update and version
« on: July 17, 2007, 06:23:18 PM »
As I know Java Run-Time Engine version 1.5 was not suitable for Trilogi program. Then how about Java Run-Time Engine version 1.6, could it be suitable to update?

14
Technical support / Re:RS-485 problem
« on: April 09, 2007, 11:15:19 PM »
No, VB6 source code totally can't open on VB2005. I'm running the VB.NET source code on VB2005. You've right, it is better to provide source code that run on more common platforms than the latest platforms, since the VB2005 was not a common platform.

15
Technical support / Re:RS-485 problem
« on: April 04, 2007, 06:38:41 PM »
Have any source code in VB2005 version that can download from website instead of VB6 ???

Pages: [1] 2 3 ... 5