caverne

MrPLC Member
  • Content count

    10
  • Joined

  • Last visited

Posts posted by caverne


  1. Hi. I'm desperately looking for the specs sheet of the U-01AD (4 analog inputs) card for TI405 CPU. I need to know how to configure the jumpers and dip switchs. I will really appreciate if you can help me with this. I know I can find the documentation of the replacement card sold by Automation Direct card but the jumper and dip switch are not the same... Thanks a lot.

  2. Hi everybody ! I have an OPC server (Matrikon OPC server for system manager) giving acces to many points (> 4500 points for each of the 10 power monitors). The problem is when I browse the point with an OPC client like Makitron Explorer, I can see all point with their descriptions. But when I export theses tags to a csv file I got only the full name of the tags, like: .UFPCntWk ...wich mean Under power factor alarm count this week This is realy annoyong to search manually in the description of the tag browser. I'm looing for a way to export in excel the tagname WITH their description. Searching the tags with excel would be realy easier... I already tryed many OPC Explorer like Matrikon Explorer, Kepware Quick Client etc... Any idea ?

  3. Ok thanks. I see there is no simple way to get this data other way than using the MOV instruction... I want to display the value in an InTouch application. I think I wiil have to MOV all timer value in data memory... Thanks again.

  4. No. I want to knwo I can use in the ladder the current value of a timer. In all PLC I've use, every timer have a memory location containing the current value.