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

Pages: 1 ... 205 206 [207] 208 209 ... 212
3091
Technical support / Re: Trilogic Software on a Pocket PC
« on: September 29, 2003, 10:18:37 PM »
So far there isn't a lot of interest from customers who want us to port the whole programming software to a Palm or a pocket PC. ?Technically it is a ?good challenge, but as a company we have to devote scarce engineering resources to area that is most relevant to customers. ?(E.g. We have just launched TRiLOGI version 5.3 that allows "View Protection" of OEM source code. You can obtain the upgrade now by following the "upgrade.htm" document in your CD-ROM.)

In the near future we may however look into providing some user interface software on Palm or Pocket PC that allows setting of timer/counter or internal data value.

3092
Technical support / Re: Delays between Touch Screen HMI and PLC
« on: September 29, 2003, 10:33:09 PM »
There can be many possible reasons that lead to communication error.  First of all, make sure that nothing in your program code is writing to the COMM1 port (using statement such as PRINT, OUTCOMM, NETCMD$, READMODBUS or WRITEMODBUS, etc).

Are you using a lot of interrupt based functions in the PLC such as Stepper motor or  high speed counters. When generating high stepping rate or receiving high frequency signal the CPU spend most of its time servicing such task and less time in servicing the RTU. The RTU master may consider that the comm has failed if it did not receive a response within a short period of time. Try to change the timeout value in the HMI if possible. Also try to add time delay between each communication message exchange between the HMI and the PLC.  Also if there is a COMM error, set the HMI to automatically back off for a while before attempting  to communicate again.  Usually the HMI can recover from an occasional COMM error without breaking up with a COMM error message.

You may also want to use the SETPROTOCOL command to set the COMM1 to permanent RTU protocol so that it always respond to MODBUS RTU only.  This may help. However, note that if you use the SETPROTOCOL command then the COMM1 port will not respond to TLServer and you will not be able to use it for programming or on-line monitoring anymore. It will be good to use a special input to SETPROTOCOL the COMM1 back to native mode in order to do programming.

3093
Technical support / Re: Modem Commands
« on: September 29, 2003, 10:44:35 PM »
Well, we will have to feedback this to the product development team as a "Wish list" item and let them decide if it is useful to add this feature. Since the PLC is mostly used in an industrial environment a LAN with permanent network connectivity there isn't really much demand for dial up access.

Currently we are able to provide a Java API library for Java program to write their own GUI to connect to the TLServer. We will look into providing similar connectivity for Visual Basic in future. Meanwhile, if you want to write VB program to interface to the PLC directly via COM port there is already sample program that you can download from the following link:

http://www.tri-plc.com/applications/VBsample.htm

3094
Technical support / Re: Modem Commands
« on: September 17, 2003, 03:24:14 PM »
Your PLC need not be connected to the PC that does not have the internet connection. TLServer can be running on any PC in any office LAN as long as the PC is able to access an SMTP server to send emails. . The PLC can be connected to this PC (that has the Internet access) via modems in order to send email. Of course it means that this PC must also have a modem to answer the phone call from the PLC.

Currently, the TLServer does not have the ability to perform the dial-up networking function. Honestly, I am not sure if the O/S will allow an application to quietly dial up the internet on its own and send out data. That sounds like a great security risk to me!

3095
Technical support / Re: Modem Commands
« on: September 15, 2003, 01:27:13 PM »
Yes, you can use the T100MD888+ with an external modem. Is your TLServer version 2.0? If not please follow the upgrade.htm document in your CD-ROM to obtain an upgrade from our website. TLServer 2.0 implement a modem function that support auto answering of incoming calls. The PLC can dial the modem and make a connection to the TLServer. After connection is established it can then proceed to send an email via TLServer or to open a file on the PC to save/append data on the PC. After it has done what it needs, then it can hang up the phone. There are sample "Dialmodem.pc5" TRiLOGI files that demonstrate how to do that easily.  You can also view the following link for more information:

http://www.tri-plc.com/dialup.htm

3096
Technical support / Re: PLC Update time/Date Faulty
« on: September 29, 2003, 10:38:52 PM »
The date and time both have been changed. The reason you don't see it displayed on the LCD is because the "clock.pc5" program loaded in the PLC when it was shipped from factory only displays the date once upon power on reset. It does not keep displaying the date so the LCD doesn't show the new date.

What you need to do is to do an on-line monitoring and click on the "View" button and you will be able to see the new date in the Real Time Clock. You can then click on the "Reset" button and this time the LCD will show the new date.

3097
Technical support / Re: PLC Update time/Date Faulty
« on: September 29, 2003, 10:38:27 PM »
The date and time both has been changed. The reason you don't see it displayed on the LCD is because the "clock.pc5" program loaded in the PLC when it was shipped from factory only displays the date once upon power on reset. It does not keep displaying the date so the LCD doesn't show the new date.

What you need to do is to do an on-line monitoring and click on the "View" button and you will be able to see the new date in the Real Time Clock. You can then click on the "Reset" button and this time the LCD will show the new date.

3098
Technical support / Re: INTRDEF command
« on: October 01, 2003, 12:06:46 PM »
Note that Interrupt channel #3 corresponds to digital input #6.

INTRDEF 3,2,0 means function #2 will be executed once when input #6 goes from ON to OFF (falling edge).

To pause the whole program, the easiest way is to execute the PAUSE command. But the only way to reset the PLC is to turn OFF the power and ON again, or you have to go to the "On-line monitoring" screen to click on the "Pause" button to clear it.

Another way is to execute the RESET command which will reset the PLC back to its original state when power is first applied to the PLC.

3099
Technical support / Re: What does "i" and "r" mean
« on: October 01, 2003, 11:59:47 AM »
A little "i" means that the contact is an input, "o" means output, "r" means internal relay, "t" means timer and "c" means counter.

You can press the <F3> key to toggle whether to display this little "i","r" etc.

3100
Technical support / Re: LCD diplay problems
« on: October 13, 2003, 02:40:50 PM »
If this is happening to all the LCD, then it appears that the LCD display is affected by switching noise in your panel. It is important to ensure that the LCD cable not be bundled together with high voltage wire in the same conduit. There are  only 5V high impedance signals on the LCD cable and switching of inductive loads on the 24V or 120V wire can impose enough coupled electrincal noise to affect the display.

You may want to shield the LCD cable using some aluminium foil with grounding. Also ensure that you follow good electrical wiring rule by providing flyback diodes or varistor to all solenoid or contactor to snub the inductive back EMF. Although the drivers on the T100MD1616+ has built-in back emf diode to protect itself,  the cables linking the output driver to the load can still induce large enough voltage to affect the LCD display.  


3101
Technical support / Re: ADC VOLTS
« on: October 27, 2003, 06:20:38 AM »
For T100MD1616+ you need to provide the 24V analog power supply to its designated terminal. Please refer to the T100MD1616+ installation guide for details.

3102
Technical support / Re: force a single bit through Modbus
« on: October 30, 2003, 07:00:32 AM »
The M-series PLCs do support MODBUS function 05 which is to force set/clear a single output bit. However, your OPC server must support function 05 in order to do so. The bit address in this case can be found in the following link:

http://www.tri-plc.com/appnotes/modbus-map.pdf

This is an updated document of Chapter 5 of the user manual which now include the document on the Bit addressing. To turn ON output 1, execute a Function 05 at address 257.  

3103
Technical support / Re: Problem With T100MD2424
« on: October 30, 2003, 07:06:55 AM »
Your PLC may be faulty as the behavior is very unusual.  Please contact your supplier to get a replacement board.

3104
Technical support / Re: LM335 IC sensor
« on: October 31, 2003, 10:08:40 AM »
Since the LM335 has output of 10mV/K, you can wire up the sensor such that its output voltage fall within the range of the PLC's analog inputs (0-5V for most PLC or 0-1V for 2 of T100MD1616+)  and then you will be able to measure the voltage. The reading obtain is 0-4092 which can be scaled to units you want.

For other interface circuits for LM335, check with NS data sheet:

http://www.national.com/ds.cgi/LM/LM135.pdf

3105
Technical support / Re: Power Supply limits to the T1100MD
« on: November 05, 2003, 11:45:12 AM »
It is not recommended to apply more than 28V power supply to the PLC as it may overheat the 7818 voltage regulator on the PLC. If you have higher voltage you can connect a high current 7824 voltage regulator to step down the voltage from the power supply to 24V before connecting to the PLC.  

Pages: 1 ... 205 206 [207] 208 209 ... 212