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

Pages: [1]
1
Technical support / Access system
« on: May 04, 2006, 06:42:44 PM »
Am looking to use your plc's to control our whole building
the AC system, Door Access, Alarm interface to call security monitoring service,
Garage door openers as well as KWH Logging and monitoring
Started on the code for the 8 10ton water loop AC System
and the cooling towers

Now i need to start on the Door Access and controll system
but i need some examples of doing a keypad encoder!
I would like to use six or more numbers for the codes and
like it to communicate to the master plc to autenticate the code entered!
then send back to the initiating plc to open door if code is authentic.

the problem is there is no standard on access systems
some use 4 dig + *  like our mag lock
some use # first then code like our Road Gate
some use just 4 numbers no #* or enter like our alarm system
some use 6 numbers and the # sign

not to mention every time someone leaves,quits,gets fired, Ect.
it takes all day to remove or reprogram there codes out of the many systems used
and now we are adding 20,000 more sq ft
9 garage doors,9 man doors, 6 more alarm keypads\systems, 2nd access gate
Point is I would like to get to the point of 1 place to make any changes or additions
and also handel Lighting control, Fans, alarm, HVAC Systems, Energy Management,
Access controll, Ect....  and your system has the power,Flexability, and price range to
Do the job Centrialized Building Controll System.

Just need some application notes,examples to guide me
down the right path and help me get started.

This may be a good product addition to your line.
or a startup line for some programing guru out there.

Any notes on KWH logging would be helpfull to.
you know Utility Power Recording

2
Technical support / ladder help
« on: April 28, 2006, 11:27:47 PM »
i am trying to  make a on delay and a off delay run the same output

thermostat on---------------------------------------------------compress  on (out)                                                                                                                    
            |
            |_____delay on 30 sec___________________Fan on (out)
             |
             |_____delay off 2 min ------------------------------Fan on (out)

my mind is not yet intune with ladder logic
How do i this simple circuit
it seems to me that the timers need to see a change of state

do i need to wright a custome functionto do this?

please help                                                                                            
                                                                                                           
                                                                                                         

3
Technical support / LCD and TBasic
« on: April 24, 2006, 07:50:43 AM »
I am trying to learn the TBasic and LCD comand structure.
and am trying to use the relays() to fire off the lines of text using 1  function #255 to script all text to LCD.

If Relay (1) then setlcd 1,1, "hello"
If Relay (2) then setlcd 2,5, "hello"
If Relay (3) then setlcd 3,10, "hello"
If Relay (4) then setlcd 4,15, "hello"
If Relay (5) then setlcd 0,0, "clear screen"

Ect Ect this will let me build a library of commands,text messages, and special efects all located in one function

The problem is it does not work.
Is there a better Way?

The reason i am trying to use the Relays is there is 512 of them or so it says.

Help Please



 

Pages: [1]