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 - Tito

Pages: [1]
1
Technical support / F1616BA (Xbee) and standalone circuit XBEE
« on: June 21, 2013, 10:17:42 AM »
Hi,
I did manage to create Coordinator, Router and establish communication between this XBee's in X-CTU. One of this Xbee i do installed in F1616BA and other one in standalone circuitry. I did configure in this manner

F1616BA                                                           Standalone Circuity (sending Digital signal upon push button been engerized

ATID 3001                                                         ATID 3001
ATMY 2                                                              ATMY  1
ATD0 4                                                              ATDL   2
ATIA  1                                                              ATD0  3
                                                                         ATPR   0

How i can capture the change of ATD0 (4) in F1616BA. Any AT commands?

2
Technical support / Unable to open the "Tri ExcelLink Version 2.0
« on: April 22, 2013, 03:33:33 AM »
Hi, I did recently purchase ExcelLink Version 2.0. Upon successfully installation and up gradation and while execute the "ExcelLink Version 2.0" the "Tri - ExcelLink Version 2.0" application program doesn't pop up. i did test in 2 pc's on XP OS, same results ->  nothing.


In C:\TRiLOGI\ExcelLink folder do contain the following files after installation:-
-Coruotine
-helps
-ExcelLink20.jar
-EXLCONFIG2.CFG
-testmacro.xls
-unins000.dat
-unins000.exe

In C:\Program Files\Java do contains the following files
-j2re1.4.2_06
-j2re1.4.2_19
-jre7

I am able to open :-
         - PLC WebServer Version 3.17
         - iTRiLOGI Version 6.45

but not the ExcelLink Version 2.0

Thank you

3
Technical support / nano com port (RS485) to Auto RS 485 and GSM modem
« on: January 26, 2013, 08:21:06 PM »
Hi, Mr. Gary & I did 2 way communication between FMD88-10 with GSM modem to send & receive SMS was successful done.

Currently i am trying out with Nano board , GSM modem and using Auto-RS485 between for comm port purpose. I am unable to establish communication. Mean while i did test out with ADAM 4520 (RS232-RS485 isolated converter) seem to work fine.

Is that possible to establish communication with Auto  RS485?

Thank you.

4
Technical support / Omoron CP1E N30
« on: September 08, 2012, 10:50:30 PM »
Hi,
I am trying to establish communication between PLC WebServer (serial port setup) and Omron.

I did set up as follows:-
Comm: com1
Databits: 7
Parity: Even
Baud rate : 9600
Stop Bits: 2
Timeout:500

In command string  : @00MS       'STATUS READ
follow by pressing "FCS"
gives FCS = 5E
than type in command string : @00MS5E*
follow by return key
message prompt : Warning no response form PLC.
i did use the same cable which used in FMD. Please do advice

5
Technical support / Resolving DNS - ERR:07-DNS UnResolved
« on: August 28, 2012, 09:20:28 AM »
 :) Hi,

I am testing Ethernet\TestEthernet.PC6 program. I did hookup my board to internet hub with ip set to 192.168.0.5 with using "F Series Basic Configuration"

My default gateway is 192.168.0.254
Subnet Mask is 255.255.255.0

While running the program, i did get the ip address in LCD as 192.168.0.5 and on next step i do get "Resolving DNS - ERR:07-DNS UnResolved."

I did went into cmd in type "nslookup time.nist.gov the result :-
Server: ntp.glb.nist.gov
Address: 64.147.116.229
Aliases: time.nist.gov

But while execute fnGetDNS, something i do missing over here.
Please do advice.
Thanks in advance.

6
Technical support / Direct LAN connect with FMD88
« on: August 25, 2012, 11:47:08 AM »
 Hi,
??? I am trying connect my pc to FMD88-10 using LAN cable connection directly.
Web server indicates (Internet TriLOG Sever) IP Address : 10.1.3:9080
Where my pc connected to WIFI and LAN port connected to FMD.
While used "F-Series & Nano PLC Ethernet Configuration" Software, my FMD board IP is 192.168.1.5 , Gateway IP : 192.168.1.1
 Port #9080.

My TCP/IP for LAN (Lap top) is set to "obtain an IP address automatically".

LAN couldn't establish connection with FMD. I did try out all possibility and still couldn't.

I did disable Anti-Virus, FireWall and Interent, still unable to connect.

7
Technical support / How to send data from FMD88-10 direct to MSSQL
« on: August 24, 2012, 09:04:56 PM »
Hi , Can i get some information to kick start how to send data from board to local database(MSSQL). Especially how to call connection string to established connection before INSERT data.

Examle connection string :-

<add key="ConnectionString" value="Data Source=(local)\SQLEXPRESS;Initial Catalog=FMD8810;User ID=sa;Password=mysa;" />

Thank you. ???

8
Technical support / Initialization of DM and string
« on: August 21, 2012, 10:08:17 AM »
Hi, How to initialize:-
1) DM,
   do i have to put in loop and assign to -1?
2) String
   do i have to assign with ""   ?

thank you

9
Technical support / LCD update data instantly
« on: August 20, 2012, 10:07:19 AM »
Hi, I am still trying out to get grip on the board.

I am trying out with 8 switch control with direct connection with 8 output and 2 analog input.

What i am trying out is when ever the switch is on or off should update my LCD, let saying Door 1 is open or Door 1 is closed. This is triggered when ever event happens only. Same goes to AI no 1, when data changes should update in row 2 and AI no2 goes to row 3.

Thanks for your support in advance. :)

10
Technical support / ADC simulation
« on: August 20, 2012, 08:56:50 AM »
Hi I do try out ADC function by using variable resistor 5K.
I just assume this

Temp C          Voltage         ADC
-20C               0                  0
+200C            5                  4096

By linear relationship
(T+20)/(200 +20) =(A-0)/(4096-0)
T = (A/4096)*220 - 20

while try with value A=0 , i do get T = -20C and when A=4096 then T = 200C. mathematically correct

In my custom function i do wrote as
B = ADC(1) *220 - 20

When i do adjust the variable to minimum end, do get -20C but in maximum end i do get 900C instead of 220C. May i know what cause the error. Thanks


11
Technical support / how to monitor changes in input and output in ladder
« on: August 15, 2012, 10:06:01 AM »
Hi,  I need to monitor the changes in input and output in ladder. At sametime how I force my output to on or close
Please do advice. Thank you.

12
Technical support / How to receive sms and delete
« on: August 11, 2012, 11:37:46 AM »
Hi, my intention is to check incoming sms with interval of 2 minutes with FMD88-10 and receiving sms through wavecom gsm modem.

After 2 minutes  interval execute AT commands = "AT+CMGL=ALL"
stored in DM then delete "AT+CMGD=1,3"

Please do advise how to start,  

Print #1 "AT+CMGD=1,2"+CHR$(13)

Thanks

13
Technical support / Sending SMS using AT+Commands
« on: August 10, 2012, 11:47:18 AM »
Hi, I do manage to Send & Receive SMS through Hyperterminal by using WAVECOM GSM modem with standard cable. While trying in FMD88-10 no respone on sending SMS which i try out initially,
My GSM modem setting as follows:-
BaudRate = 115200, Databits =8, Party = none, Stop bits = 1

The code as follows:-

SETBAUD 1,9
Print #1 "AT+CMGS="+CHR$(34)+"+6XXXXXXXX"+CHR$(34)
Print #1 "TESTING SMS" +CHR$(26)


i do manage to transfer the program into board. Without power off on i do pull out the usb - serial cable from board and plug in GSM serial cable.

In my coding by triggering input 1 will directly execute my custom function to send sms.

The GSM cable DB15 to DB9 i did fabricate myself on this configuration due to my standard cable female to female at serial port.

DB9       DB15
2            6
3            3
5            9


14
Technical support / How to open serial port in basic coding
« on: August 09, 2012, 06:57:19 AM »
Hi I am trying to open serial port by using basic coding. I am quite new for basic coding. Please do assist me. Hardware FMD88-10

Pages: [1]