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 [4] 5
46
Technical support / Re:E10-npn+ Problem
« on: June 26, 2006, 02:22:11 AM »
Dear Support,

How come? Just upload  a program via RS232!!!
Does the (E10-npn+ CPU) frangibility like this?
Then, is it too devilishness, dangerous and afraid during program transfer, isn't it?

Thank you
If the output is connected directly to 24V (not through a load) and you transfer a program that turns on that output, what do you think will happen? Since you are not the user I don't think it is fair for  you to question about the reliability of the E10 without knowing the full facts, and using words such as "devilishness, dangerous and afraid" sure doesn't help. The user seems to content that something he did was giving trouble.

Your own situation is very different (electrical noise damaging Rs485 driver or corrupting EEPROM content) and we would prefer that you do not go after every user on this forum to suggest that they have the same situation as yours.

I have a E10 PLC on my hand and I need to use it later on. I just want to know the full facts, real situation or action that can hurt or injure the PLC. This will improve my knowledge or experience about the protection of PLC, so, I will not repeat the same mistake as other user to hurt or injure the PLC and keep away from PLC trouble.

Thank you

47
Technical support / Re:Merging Files
« on: June 25, 2006, 06:02:38 PM »
Open both I/O tables and then copy and paste one by one.

48
Technical support / Re:E10-npn+ Problem
« on: June 25, 2006, 05:56:32 PM »
Dear Support,

How come? Just upload  a program via RS232!!!
Does the (E10-npn+ CPU) frangibility like this?
Then, is it too  ???,  :o and  :'( during program transfering, isn't it?

Thank you

49
Technical support / Re:E10-npn+ Problem
« on: June 24, 2006, 03:14:31 AM »
Dear nheilBRO,

How does it burned, do it have fire or smoke? Does the PLC board scorch?
Do you connect a network by using RS485?

Thank you.

50
Technical support / Re:Password Problem
« on: June 22, 2006, 09:07:25 PM »
Dear Durrani,

Did you connect a networking between PLCs by using RS485? If yes, how many PLCs did you connect? Can you tell me more about the condition when you got the problem?

I also face to the problem that you mentions before. Electrical noise is modifying either the RAM content or the EEPROM content or both and is therefore giving you all kinds of problems you mentioned.

Is that only this 4 error occurs? If yes, may be the the EEPROM chip M2017P not yet fully  damaged and may be we still can rescue it, I hope not too late.
1) If you have using RS485 network, try to remove the 75176 or 75HVD3082 RS485 driver IC. (May be the damaged IC is 75176 or 75HVD3082 RS485 driver IC and not the EEPROM chip M2017P)
2) Please off power for that PLC to rest not less than one day.
3) You can use Dos version TriLogi program to remove the password. (This will clear the program in PLC also, so, you need to re-transfer the program to the PLC.)
4) If you have more than one PLC, then you can exchange the EEPROM chip M2017P and try to detect the condition of both PLC. (Which PLC still have problem?)
5) Try to use another power supply.
6) If you have using RS485 network, temporary remove the RS485 network cable.

Thank you


51
Technical support / Re:help~~~
« on: June 20, 2006, 02:00:09 AM »
Does you mean to control the speed of motor?

Thank you

52
Technical support / Re:MODBUS DATA ERROR
« on: June 20, 2006, 01:58:20 AM »
Can the Electrical noise generate the Host Link Command on the Slave PLC?

Can we obstruct from Electrical noise to modifying either the RAM content or the EEPROM content or both by RS485?

Thank You.


53
Technical support / Re:Analog on PLC
« on: June 20, 2006, 01:16:27 AM »
If 4-20mA signal connects to a 250 ohm resistor will become 1-5V which can be connected to the PLC 0-5V analog input. Then, how to scale the 1-5V into the 0-5V (0 to 4092)? What are the formula to convert 0 to 4092 into the value of 4-20mA signal? Do it appropinquity with original value?

Thank you.


54
Technical support / Re:HMI displays wrong value
« on: June 19, 2006, 04:45:04 AM »
The cursor can be turned on/off, change to block or underscore  using the SETLCD 0,0, CHR$(n) where n is an integer. Please refer to the PLC's installation guide for the correct n value to turn off the cursor if that's what you want to do.

I can't found it on PLC's installation guide?
May I know which page on PLC's installation guide?

Thank you.


55
Technical support / Re:PLC programming [need urgent help!]
« on: June 19, 2006, 04:30:28 AM »
Set value 150 at timer = 15 seconds.

   Input                                     Timer
|----||-------------------------------(OUT)

When Input turn ON, Timer will automatic countdown in 15 seconds. After 15 seconds, Timer will turn ON.

If you want 150 x 0.1 = 15 seconds, you can use counter. Like what the Mr. Support says as previously, using a clock pulse and a counter to make a timer.

   0.1s Clock                           Counter  (Value set at 150)
|----||-------------------------------(CTR)

                          OR

  1s Clock                               Counter  (Value set at 15)
|----||-------------------------------(CTR)

Thank You.

56
Technical support / Re:MODBUS DATA ERROR
« on: June 19, 2006, 03:31:05 AM »
Can the READMODBUS command generate the Host Link Command on the Slave PLC by itself?

Thank you.

57
Technical support / Re:Analog on PLC
« on: June 19, 2006, 02:53:05 AM »
Do any PLC analog inputs or analog output is 4-20mA?
How to connect a 4-20mA analog to the T100MD+ PLC analog inputs? (6 analog inputs 0-5V)

Thank you.

58
Technical support / Re:TBasic Formatting
« on: June 17, 2006, 03:46:36 AM »
Do it have any influence on PLC during the PLC execute this custom functions with a lot of empty space or tab?

Thank You

59
Technical support / Re:LCD and TBasic
« on: June 17, 2006, 03:15:25 AM »
Two more errors:
IF without ENDIF
setlcd 0,0, "clear screen" is wrong command, check the setlcd example program for correct clear screen command.

Please check the program size available on your PLC, you should not over the mark.

Thank you

60
Technical support / TBASIC Statements & Functions
« on: June 17, 2006, 12:33:55 AM »
May I know more about TBASIC Statements & Functions. (More explanation then TBASIC Keywords on TriLogi Help)
example:
other than status (1), status (2) and status (8), is it still have another status (n) like status (3), status (4) ......?
SETSYSTEM 4,data, SETSYSTEM 5,data, SETSYSTEM 6,data......, what default system?s parameters will be change?
Any more command that does not listed in the TBASIC Keywords Help?

Thank You.


Pages: 1 2 3 [4] 5