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

Pages: [1] 2 3 4
1
Technical support / Re:Profibus
« on: April 01, 2012, 06:12:14 PM »
I have used converters like these:

http://www.renuelectronics.com/gatewayoverview.htm

The GWY-500 maight work for you.

Contact them for more information.
 :)

Phil

2
Technical support / Re:HMI interface Automation Direct C-more
« on: August 09, 2010, 06:23:55 PM »
I used the MD with the c-more micro only. It works excellent, all the functions provided with the HMI applied since, the HMI is the master and change/display the values on the PLC.
The programming on the PLC will be the same.

Phil

3
Technical support / Re:HMI interface Automation Direct C-more
« on: August 08, 2010, 03:09:38 PM »
I have used the 888 with a c-more micro, using modbus RS485.

Works ok.

Philip

4
Technical support / Re:T100MD888+ as ModBus slave
« on: April 09, 2009, 10:58:56 AM »
You can check:
http://www.tri-plc.com/appnotes/AppnoteMain.htm
There is an excellent example using a 10K Thermister. You will need to use the values for the PT100 to crate the table.

Philip.

5
Technical support / Communication and Run-time errors
« on: March 13, 2009, 07:57:42 PM »
Hi,
I have a T100MD1616 r33 with the RTC MODULE that has been working OK for a long time, now I try to change the program and set the E-mail function to get reports it does not accept and program. Right now the machine is working since I had another one in stock so I just loaded with the program.
In my office now I am testing the one that is failing and have these problems.
First the PAUSE LED was on. I switch Dip4=on, transfer the program (9800 Baud) Ok but none of the Output were working.
Change the BAUD to the normal 38400 checked no luck.
I download a simple program to test it:
I1 activate dcuf1 and i2 activate dcfn2.
dcfn1:
C$ = "SET-OUT3"
G$=C$
IF STRCMP (G$,C$)=0 THEN
SETBIT OUTPUT[1],2
CLRBIT OUTPUT[1],3
ENDIF
dcuf2:
C$ = "SET-OUT4
IF STRCMP (G$,C$)<>0 THEN
SETBIT OUTPUT[1],3
CLRBIT OUTPUT[1],2
ENDIF

Transfer the program ok.
When I try to monitor it, I have:

If I activate I1, Warning: Run time error in Fn#1 ERROR.Illegal memory access
If I activate I2, Warning: Run time error in Fn#2 ERROR.Illegal memory access
I close those warnings and then shows:
no response from node 3, Please check the following:
1 PLC ID=03 is connected to server
2 Check that the ID is correct.
I am using the COM1 and if I test the serial comms everyting ok.

I did remove the RTC MODULE and did again all the tests. Now I have THE PLC GOES TO PAUSE EVERYTIME I TRY TO RUN THE PROGRAM AND SHOWS:
Warning: PLC Program  failed checksum test (corrupted) please re-transfer the program to PLC.
I did a few times with the same result, later, I have:
Warning: Runtime error FN#1 Error: Illegal OPCODE- Please inform to the Manufacturer.

Is it any way to fix this plc?

Thanks
PHILIP

6
Technical support / E-mail Configuration W/ Verizon Air Card
« on: March 13, 2009, 11:41:57 AM »
FYI,
I tested the PLC Email Config. with a Verizon Wireless Air Card and test the email with no problem.

Open the VZAcces Manager.
Go to help and type SMTP, and follow their directions.
Mainly is set the user and password.
the SMTP is: smtp.vzwmail.net.

Philip.

7
Technical support / Re:Trilogi 6.22 I/O Labels
« on: February 23, 2009, 01:04:07 PM »
Vista 32 bit
JRE 1.6.0_07

the JRE 1.6.0.11 is the one that I had to uninstall, some conflict with it.

Philip

8
Technical support / Re:VFD to PLC
« on: February 22, 2009, 06:20:39 PM »
If you check
http://www.tri-plc.com/yabbse/index.php?board=1;action=display;threadid=1345
I waas able to communicate the PLC t100MD with a VFD via MODBUS (rs485). If your VFD support Modbus you should be able to control the VFD via Modbus.

Philip

9
Technical support / Re:Trilogi 6.22 I/O Labels
« on: February 22, 2009, 06:04:18 PM »
Look that it is a conflict with the JRE 6_11. I uninstall JRE6 rev11 and now it is working OK (showing the IO Tables).

10
Technical support / Re:Turn off an output
« on: February 11, 2009, 08:24:47 AM »
You have to use a normal open contact from input. The way as you said, looks like you are using a normal close contact.


11
Technical support / Re:Trilogi 6.22 I/O Labels
« on: February 09, 2009, 07:16:19 PM »
I did open a sample file (One shot.PC6) with TL6.bat.
C:\TRILOGI\TL6>REM load demo program
C:\TRILOGI\TL6>java -jar TL6s.jar
string counts = 446
Installation Directory = C:\TRILOGI\TL6\
Starting up.

Even with the sample file, the relay table is black.

Philip

12
Technical support / Re:Turn off an output
« on: February 09, 2009, 04:17:20 AM »
If you use a NO contact (INPUT) in serie with the coil (OUTPUT). The ouptup will be on as long as the input is on.
Another way to control is using a dcus and use the TOGGLEIO function.
Check the Programming Manual.

13
Technical support / Trilogi 6.22 I/O Labels
« on: February 09, 2009, 03:57:47 AM »
I upgrade to Trilogi 6.22.
When I open the I/O Labels window (F2). The relay table labels are not shown, everythink is black.

How can that be fix?

14
Technical support / Re:How to Slow down a DC motor in Ladder logic
« on: February 01, 2009, 09:26:54 AM »
Check if the Frequency Drive controling the DC motor has MODBUS RTU comunication. If so, depending of the VFD, you may be able to read the frequency from the drive, that will let you know if the Motor slows down.

Philip

15
Technical support / Re:Modbus RTU
« on: January 14, 2009, 09:03:31 AM »
THANKS,
PLC IS WORKING LIKE A GEM, IT IS READING AND WRITING THE PARAMETER FROM/TO THE FREQUENCY DRIVE AS NEEDED.

PHILIP

Pages: [1] 2 3 4