Sepam装置output relay除了可以遥控断路器的分合闸以外,还可以遥控接地开关或隔离开关吗?
对于Sepam20/40系列,是只能使用TC1合TC2的,也就是说只能使用一次遥合、遥分,比如只能针对于断路器进行控制;
对于Sepam60/80系列,可以使用Logic equation或Logipam编程实现多个Output Relay的控制,下面是一个简单的举例编程:
VL1 = TC15 // TC15 is used as it is free
VL2 = TOF(VL1, 300) // TOF function is used to make it last 300 ms the signal
V1 = VL2 // V1 is the output signal to be used in the Matrix
VL3 = TC16 // TC16 is used as it is free
VL4 = TOF(VL3, 300) // TOF function is used to make it last 300 ms the signal
V2 = VL4 // V2 is the output signal to be used in the Matrix
在完成上面的编程之后,最后还需要在Matrix里面把V1关联到O101,把V2关联到O102。
是否有帮助?









