Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • Building Automation Knowledge Base
  • Label: Andover Continuum
Options
  • My Knowledge Base Contributions
  • Subscribe
  • Bookmark
  • Invite a Friend
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Labels
Top Labels
  • Alphabetical
  • Andover Continuum 2,208
  • TAC Vista 2,045
  • EcoStruxure Building Operation 1,853
  • TAC IA Series 1,826
  • TAC INET 1,458
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 333
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 150
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 17
  • EcoStruxure Building Advisor 12
  • ESMI Fire Detection 12
  • Automated Engineering Tool 5
  • EcoStruxure Building Data Platform 3
  • EcoStruxure Workplace Advisor 1
  • EcoStruxure for Retail - IMP 1
Top Contributors
  • Product_Support
    Product_Support
  • DavidFisher
    DavidFisher
  • Cody_Failinger
    Cody_Failinger
See More Contributors
Related Products
Thumbnail of EcoStruxure™ Building Operation
Schneider Electric
EcoStruxure™ Building Operation
4
Thumbnail of SmartX IP Controllers
Schneider Electric
SmartX IP Controllers
1
Thumbnail of EcoStruxure™ Building Advisor
Schneider Electric
EcoStruxure™ Building Advisor
1

Related Forums

  • Intelligent Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Label: "andover continuum"

View in: "Building Automation Knowledge Base" | Community

2208 Posts | First Used: 2018-09-06

Building Automation Knowledge Base

Sort by:
Date
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 39
    • 40
    • 41
    • …
    • 111
  • Next »
Label: "Andover Continuum" Show all articles

How to find the IP address information on a PC?

Issue How to find the IP address information on a PC? Environment Windows Operating Systems Cause Need to identify the IP address of the workstation (PC). Resolution For a Windows 95/98 PC, go to a DOS screen and run WINIPCFG. For a Windows NT / XP / Windows7 / Server 2008 PC, run a CMD window and run IPCONFIG.
View full article
Picard Product_Support
‎2018-09-06 03:27 PM

Last Updated: Administrator CraigEl Administrator ‎2021-02-01 02:25 PM

Labels:
  • Andover Continuum
  • EcoStruxure Access Expert
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • EcoStruxure Security Expert
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
  • TAC IA Series
  • TAC INET
  • TAC Vista
1382 Views

Assign a static IP address on Windows 8

Issue Change an IP address on Windows 8 to a static address. Product Line Other Environment Windows 8 Cause Changing the IP address of a PC is often done to ensure it resides on the same subnet and network as the system or devices it is trying to communicate with. Resolution From the Start Menu (Tiles), open the Charms bar by moving the mouse to the right bottom corner of the screen or press the Windows Key + C and click on Search. Highlight Settings. In the Search box type Network to search for any network related options From the list options choose Network and Sharing Center. From the View Your Active Networks section, select Local Area Connection. Go to Properties. Result: The Local Area Connection Properties screen appears. Highlight Internet Protocol Version 4 (TCP/IPv4) and click on Properties. Result: The Internet Protocol Version 4 (TCP/IPv4) Properties screen appears. Click Use the following IP address. Complete the configuration fields as shown below. This part of the configuration requires attention to detail, because one error will prevent you from getting on the network. Be sure you have this information at hand when you start to configure the TCP/IP protocol: IP Address: x.x.x.x Subnet mask: 255.255.255.0 Default gateway: x.x.x.x  Enter these numbers in the appropriate fields and click OK. Continue to click OK or Close as appropriate until you return to the Network Connections screen. The Local Area Connection icon text should now say "Enabled". To test the new IP address: Open a command prompt in Windows 8 Swipe to show apps screen Scroll down and locate Windows system section heading Under Windows system, press or click on Command Prompt (a new Command Prompt window will open up on the Desktop.) You then can type in IPCONFIG then hit Enter and look for the new IPV4 address. You can also try to type in PING (IP ADDRESS) that should reply with the new IPV4 address if set correctly.
View full article
Picard Product_Support
‎2018-09-06 09:07 AM

Last Updated: Administrator CraigEl Administrator ‎2021-02-01 02:17 PM

Labels:
  • Andover Continuum
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
  • TAC IA Series
  • TAC INET
  • TAC Vista
1440 Views

Some helpful basic IP commands.

Issue Some helpful basic IP commands. Product Line Other Environment Computer with IP NIC or Network Cause Need for basic IP configuration or IP address Resolution Go to start, click run and type in "cmd". This takes you to the command prompt. Type in: "ping xxx.xxx.xxx.xxx" to see if your device is online and its response time. Make sure you put the space between "ping" and "xxx". "ipconfig" and hit enter to get the info of the computer you are currently using. You'll get the IP address, subnet mask and the gateway. "ipconfig/all" and hit enter to get more info on the machine your using. It will give you all the above and then some including the DNS server addresses. "tracert xxx.xxx.xxx.xxx" and hit enter and you can see the servers that you are going through to get to your destination. This can be used when connecting to a Loytec or a iLon and the IP address is being presented to the L-IP or iLon is unknown. Connecting through a firewall/gateway/NAT server, you are not presenting the PC's address - when you do the tracert you will go through your gateway and the next address will be the IP you are presenting- Use this in the iLon as the LNS server address.
View full article
Picard Product_Support
‎2018-09-06 03:05 PM

Last Updated: Administrator CraigEl Administrator ‎2021-02-01 02:16 PM

Labels:
  • Andover Continuum
  • EcoStruxure Access Expert
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • EcoStruxure Security Expert
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
  • TAC IA Series
  • TAC INET
  • TAC Vista
1931 Views

Unable to open Graphics from a Network Drive

Issue Unable to open graphics that are on a shared network drive Product Line INet, Continuum, Access Expert, Security Expert Environment Windows 10 Chrome Windows IE Cause A registry setting is overridden or needs to be reset that was not previously not there. Resolution This is a Microsoft Issue. Here is a link that describes the resolution: https://docs.microsoft.com/en-us/troubleshoot/windows-client/networking/mapped-drives-not-available-from-elevated-command
View full article
Lieutenant Roger_Bently Lieutenant
‎2021-02-01 10:55 AM

on ‎2021-02-01 10:55 AM

Labels:
  • Andover Continuum
  • EcoStruxure Access Expert
  • EcoStruxure Security Expert
  • TAC INET
831 Views

Listview dump files for monitoring and BACnet offline problems

Issue Useful listview dump files for checking and monitoring systems, including BACnet find and offline problems Product Line Andover Continuum Environment Listviews BACnet check Alarm Events, Access Events Error Events COV increment check Cause Useful listviews for monitoring and debugging a Continuum site Resolution Useful Listview dump files Once the .dmp file is imported in to Continuum, the listviews will be found at the top of the Listview files on the root. Run the listview and the go to "Object/Export to a .CSV file if a copy of the results is required. The BACnet Check devices listview is helpful if "find New BACnet" device fails to find the device. The device may have been previously discovered on a different network and not deleted correctly. Also, duplicated BACnet devices can be checked, this can cause majors problems with controllers going offline and flooding various networks with data.
View full article
Picard Product_Support
‎2018-09-10 11:14 AM

Last Updated: Sisko DavidChild Sisko ‎2021-02-01 06:28 AM

Labels:
  • Andover Continuum
1813 Views

AC256 ACNet Controller Firmware Compatibility

Issue Need to replace a failed PDU v3.3.  The only replacement available is firmware 1.7.  Will this work? Environment AC256 CIU ACNET PDU Cause A PDU v3.3 has failed. Resolution A CIU III requires PDU Version 3.0 or higher.  Recommend changing out the firmware chip. Version 1.7 firmware on an ACNET controller will result in impaired controller performance, specifically rotating drum programs will throw an interpreter error.
View full article
Picard Product_Support
‎2018-09-06 01:26 PM

Last Updated: Sisko DavidChild Sisko ‎2021-02-01 01:23 AM

Labels:
  • Andover Continuum
1509 Views

AC256 Plus Controller stuck in test mode.

Issue AC256 Master controller repeatedly displays Test Mode. Environment AC256+ AC8+ Cause LED card is not plugged into the CIU board. Resolution In order for an AC256 Plus master controller to pass its system startup test, the indicator light panel must be plugged into the CIU board.
View full article
Picard Product_Support
‎2018-09-06 12:51 PM

Last Updated: Sisko DavidChild Sisko ‎2021-02-01 01:22 AM

Labels:
  • Andover Continuum
1665 Views

Power Supply Test for AC8 Controller

Issue Need to test the AC8 power supply for failure.  Environment AC8 Power Supply Cause AC8 has performance issues or is displaying hardware related errors. Resolution Pins on the CIU connector at the power supply are numbered 1 through 12 beginning with the left most pin. The following pin voltages should be measured with respect to pin 10. Pin 6 = between +11 to +13 vdc Pin 7 = between -11 to -14 vdc Pin 8 = between +7.6 to 8.4 vdc Pin 11 = between +6.84 to +7.56 vdc Pin 12 = between +6.84 to +7.56 vdc The following pin voltages should be measured with respect to each other Pin 4 and pin 5 = between +23 to +26 vdc
View full article
Picard Product_Support
‎2018-09-06 11:00 AM

Last Updated: Sisko DavidChild Sisko ‎2021-02-01 01:21 AM

Labels:
  • Andover Continuum
1057 Views

Bad Reload Block Errors when trying to reload an AC256 series controller

Issue When I try to reload a backup into an AC256 controller I get several Bad Reload Block errors with a hexadecimal code. Environment AC256 AC8 AC256Plus AC8Plus Cause Poor serial connection. Corrupt backup file Insufficient line delay parameter. Resolution Bad reload blocks errors when reloading an AC256 dump file can occur for several reasons.  Poor serial connection: Try reloading from a laptop PC directly at the CIU to eliminate the serial cable run from the equation. Corrupt backup file: When a Bad Reload Block error occurs the first portion of the failed line is displayed.  View the backup file in Notepad.  Do a search for the code that was displayed with the error. In the terminal emulation application (Hyperterminal, ProComm etc)  Increase the line delay parameter for sending text two or three milliseconds. 
View full article
Picard Product_Support
‎2018-09-06 01:38 PM

Last Updated: Sisko DavidChild Sisko ‎2021-02-01 01:00 AM

Labels:
  • Andover Continuum
2288 Views

Sample PE program for synchronizing controllers time across networks and time zones

Issue Synchronizing time across many networks and multiple time zones Product Line Andover Continuum Environment Continuum Cyberstation Cause Guidelines for implementing an efficient yet compact Cyberstation PE program to synchronize time on large installations consisting of many Continuum networks across multiple time zones. Resolution The solution presented here requires that in each network the time master (controller with the lowest ACCNetId) is identified by setting its description to PTM. (Primary Time Master) It is also recommended that the controller with the second-lowest ID is identified as the STM. Obviously, the program itself could identify the time master for each Network but doing this outside of the program makes for a simpler, more robust implementation. To implement the solution, simply create a program in one of the Continuum Cyberstations and insert the code provided below. Configured the HOUR System Variable in the Cyberstation to trigger the program. The program, as written, will sync the time once a day at 3:00 AM There is a local variable (Verbose) that controls the level of information the program prints to the message window, recommends this be set to print everything when the implementation is first put in place to ensure it is operating as expected, then print only errors afterward. 'This program synchronizes time between Cyberstation and controllers across Networks and time zones. 'Program is triggered by the HOUR system variable 'SETUP 'In each network, the controller with the lowest ACCNetID must be identified as the Primary Time Master ' by setting its description to PTM 'Optionally, the controller with the second-lowest ACCNetID can be identified as the Secondary Time Master ' by setting its description to STM 'v1.0 SE PSS 1010 1011 1110 - FOR PROOF OF CONCEPT PURPOSE ONLY '-------------------------------------------------------------------------------------------------- Object theCX Object theNetwork Object theWS 'The Workstation where the program is running Number WS_UTCOffset 'The UTC Offset of theWS Number syncDone Number Verbose 'Prints to theWS message window. Set to 1 to print errors only, set to 2 to print synchronization information. Line INIT If Hour <> 3 then Stop 'sync time once a day at 3am theWS = CurWorkstation() 'get the name of the Cyberstation where the program is running WS_UTCOffset = getname("root\" ; theWS Alias ; " UTCOffset") 'and theWS UTC Offset Verbose = 0 'default to silent operation Goto SynchronizeTime Line SynchronizeTime If OpenList("Network", theNetwork) is Success then While GetObject(theNetwork) is Success 'for each Network... If Verbose = 2 then Print "Syncronizing time on NETWORK: " ; theNetwork Alias If OpenList("InfinityController", theCX, theNetwork) is Success then While GetObject(theCX) is Success 'for each CX controller in the network... syncDone = False 'reset the sync done flag 'Print theCX alias REMOVE COMMENT TO PRINT CX NAME, HELPFUL WHEN DEBUGGING THIS PROGRAM If theCX Description = "PTM" and theCX CommStatus = OnLine then 'is this controller the time master and if so, is it ONLINE? If Verbose = 2 then Print "Time syncronized on NETWORK: " ; theNetwork Alias ; ", CONTROLLER: " ; theCX Alias ; " (Primary Time Master)" getname(theNetwork Alias ; "\" ; theCX Alias ; "\Date") = Date + ((theNetwork UTCOffset - Cyber221 UTCOffset) * 60) 'synchronize its time syncDone = True 'we're done with this network... Break '...so break out of the inner while loop Endif If theCX Description = "STM" and theCX CommStatus = OffLine then 'look for a secondary time master if primary not online If Verbose = 2 then Print "Time syncronized on NETWORK: " ; theNetwork Alias ; ", CONTROLLER: " ; theCX Alias ; " Secondary Time Master" getname(theNetwork Alias ; "\" ; theCX Alias ; "\Date") = Date + ((theNetwork UTCOffset - Cyber221 UTCOffset) * 60) 'synchronize its time syncDone = True 'we're done with this network... Break '...so break out of the inner while loop Endif Endwhile CloseList(theCX) If syncDone = False and Verbose > 0 then Print "No time master found online for NETWORK: " ; theNetwork Alias ; "," ; Date Else If Verbose > 0 then Print "ERROR, can't open Controller list " ; Date Endif Endwhile CloseList(theNetwork) Else If Verbose > 0 then Print "ERROR, can't open Network list " ; Date Endif Stop Line E If Verbose > 0 then Print "Program hit ERROR line, " ; Date Stop
View full article
Captain AbeMeran Captain
‎2021-01-22 07:51 AM

on ‎2021-01-22 07:51 AM

Labels:
  • Andover Continuum
1102 Views

Continuum Transition to SX is not bringing through all subsequent changes.

Issue Following a successful configuration of the Continuum Transition Tool (CTT) it has been noted that some ongoing changes in Continuum do not seem to then be migrated through to the Security Expert database. Product Line Andover Continuum Security Expert Environment Continuum Transition Tool Security Expert Data Sync Cause It would appear that on occasion, some changes made to Continuum Areas after the initial CTT Transition is completed, fail to be exported from the Continuum DB by the CTT in its periodic update, This can be verified by examining the actual CSV output and seeing that certain known changes to Areas  are simply not present.  The actual Security Expert Data Sync is working correctly but if the changes are not exported by the CTT then they cannot then be imported by the Data Sync Service Resolution Although this is not currently resolved, it is documented as a limitation of the Andover Continuum System. Page 21 of the Transition Guide Security Expert - Continuum Database - Transition Quick Start Guide states that the Last Changed field of an Area object is only updated if the object is edited in a specific way. Since the CTT uses the Last Change field to decide what new object changes need to be exported, this legacy issue in Continuum directly affects the update to Security Expert if the changes are not made as advised above.
View full article
Admiral David_Kendrick Admiral
‎2020-12-07 12:14 AM

on ‎2020-12-07 12:14 AM

Labels:
  • Andover Continuum
  • EcoStruxure Security Expert
1044 Views

SCCM Deployment for Continuum

Issue On occasion IT Professionals may wish to know if Continuum can be installed/deployed via Microsoft System Centre Configuration Manager (SCCM). Product Line Andover Continuum Environment IT Installation/Deployment Cause Microsoft SCCM is a well-established platform for the deployment and management of installed software in an IT Environment, but since Continuum is now an older Legacy Schneider product it is unclear if it supports being deployed in this way. Resolution While Continuum 'may' work when deployed via SCCM, it is untried and untested at this time. Also given that Continuum is a Legacy product, there are no plans to test and support SCCM in the future.
View full article
Admiral David_Kendrick Admiral
‎2020-12-06 11:40 AM

Last Updated: Sisko DavidChild Sisko ‎2020-12-06 11:40 AM

Labels:
  • Andover Continuum
1068 Views

Pre-entry anti-passback implementation in Continuum using Plain English program

Issue Implementing a pre-entry access card anti-passback using Plain English program Product Line Andover Continuum Environment Continuum Net Controller II Continuum ACX 2 Controller Continuum ACX 4 Controller Cause The anti-passback implementation in Continuum engages when the credential holder enters the area as detected by the door switch/contact. (if no door switch is configured, then the credential holder is considered to have entered the area immediately after access has been granted by the system) When doors are located in close proximity to each other, as is the case with a bank of turnstiles, for example, the built-in anti-passback scheme is easily defeated as a cardholder is able to unlock multiple nearby turnstiles before triggering the door contact and engaging the built-in anti-passback functionality. Resolution The simplest solution to the issue described above is to configure the door objects WITHOUT a door switch/contact, this, however, is not always possible depending on on-site requirements. A second solution is to take control of the doors using Plain English. The solution presented here is for a bank of three turnstiles, (A, B, and C), it uses a PE program per turnstile. The solution can easily be adapted for a bank of less or more turnstiles. NOTE: The PE programming here is provided as a sample, for guideline purposes only, the programs are not intended as a complete solution, significant modifications may be required for site deployment. Program code for door/turnstile A 'This program implements a pre-entry antipassback strategy to prevent a credentail holder 'from granting access at multiple access points (i.e turnstiles) that are physically located in close proximity to each other. '| | ' __/-\_______/-\_______/-\___ ' | | ' | Main Lobby | ' | Turnstiles | ' | | ' |_____X______X______X______ | ' ^ ^ ^ ' A B C 'OPERATION 'Upon detecting a Valid Attempt at say turnstile A, the program will deny access to the card used at turnstiles B and C 'until one of following two conditions takes place: '1-The person attempting access goes thru turnstile A as detected by the door contact. (this activates the regular ' built-in antipassback functionality if engaged) '2-The door strike time at turnstile A expires, and the system re-locks turnstile A ' 'Each turnstile requires its own program, the programs will be identical except for the 'initialization line which specifies which objects the program uses 'Program written for 3 turnstiles, can be easily modified for 2 or for more than 3 ' '11/30/2020 v1.0 SE PSS 101010111110 **THIS PROGRAM PROVIDED FOR SAMPLE AND GUIDELINES PURPOSES ONLY** 'Program is LOOPING/AUTOSTART ' 'OBJECTS USED 'DOORs '*** All the doors are configured with Door Output Channel set to ZERO Object thisTurnstile, theTurnstileB, theTurnstileC 'OUTPUT '*** Output wired to door striker to lock/unlock the door Object thisDrOutput 'NUMERICs Object thisLastCard, theLastCard_B, theLastCard_C, thisAlarmPoint 'DATETIMEs Object thisLastCrdTime, theLastCrdTime_B, theLastCrdTime_C Line SETUP 'ENTER THE PATH TO THE 3 DOORS HERE thisTurnstile = Turnstile_A theTurnstileB = Turnstile_B theTurnstileC = Turnstile_C 'ENTER THE PATH TO THE INFINITYOUTPUT HERE thisDrOutput = Trnstl_A_Striker 'ENTER THE PATH TO THE INFINITYNUMERICs HERE thisLastCard = Trnstle_A_CrdNum theLastCard_B = Trnstle_B_CrdNum theLastCard_C = Trnstle_C_CrdNum thisAlarmPoint = TurnstileA_ALM 'ENTER THE PATH TO THE INFINITYDATETIMEs HERE thisLastCrdTime = Trnstle_A_EvntTm theLastCrdTime_B = Trnstle_B_EvntTm theLastCrdTime_C = Trnstle_C_EvntTm Goto MONITORING Line MONITORING thisDrOutput Value = 0 'LOCK THE DOOR If thisTurnstile ValidAttempt then 'ACCESS HAS BEEN GRANTED AT THIS DOOR... thisLastCard = thisTurnstile EntryLastCard 'RECORD THE CARD # USED... thisLastCrdTime = (Date + 0) 'AND THE TIME OF THE TRANSACTION Goto VALID_ATTEMPT Endif Line VALID_ATTEMPT 'IF SAME CARD USED AT ANY OF THE OTHER 2 DOORS WHILE THE CURRENT TRANSATION IS IN PROGRESS DENY ACCESS If (thisLastCard Value = theLastCard_B Value) and (Date - theLastCrdTime_B Value) < theTurnstileB DoorStrikeTime then Goto PASSBACK If (thisLastCard Value = theLastCard_C Value) and (Date - theLastCrdTime_C Value) < theTurnstileC DoorStrikeTime then Goto PASSBACK thisDrOutput = thisTurnstile DoorStrikeTime 'UNLOCK THE DOOR If thisTurnstile DoorSwitch = Opened then Goto PROCESSENTRY 'PERSON HAS OPENED THE DOOR If TS > thisTurnstile DoorStrikeTime then Goto MONITORING 'VALID ACCESS NO ENTRY Line PROCESSENTRY 'VALID ACCESS WITH ENTRY If TS > 0 then thisDrOutput = Off 'RELOCK THE DOOR Goto MONITORING 'GO WAIT FOR NEXT ACCESS ATTEMPT Line PASSBACK 'ANTI PASSBACK VIOLATION thisDrOutput Value = 0 'LOCK THE DOOR TurnstileA_ALM = TurnstileA_ALM + 1 'SEND ALARM '------------------------------------------------------------------------------------------ Goto MONITORING Line E If TS > 10 then Goto MONITORING Program code for door/turnstile B 'This program implements a pre-entry antipassback strategy to prevent a credentail holder 'from granting access at multiple access points (i.e turnstiles) that are physically located in close proximity to each other. '| | ' __/-\_______/-\_______/-\___ ' | | ' | Main Lobby | ' | Turnstiles | ' | | ' | ______X______X______X____ | ' ^ ^ ^ ' A B C 'OPERATION 'Upon detecting a Valid Attempt at say turnstile A, the program will deny access to the card used at turnstiles B and C 'until one of the following two conditions takes place: '1-The person attempting access goes thru turnstile A as detected by the door contact. (this activates the regular ' built-in antipassback functionality if engaged) '2-The door strike time at turnstile A expires, and the system re-locks turnstile A ' 'Each turnstile requires its own program, the programs will be identical except for the initialization line which specifies 'which objects the program uses 'Program written for 3 turnstiles, can be easily modified for 2 or for more than 3 ' '11/30/2020 v1.0 SE PSS 101010111110 **THIS PROGRAM PROVIDED FOR SAMPLE AND GUIDELINES PURPOSES ONLY** 'Program is LOOPING/AUTOSTART ' 'OBJECTS USED 'DOORs '*** All the doors are configured with Door Output Channel set to ZERO Object thisTurnstile, theTurnstileA, theTurnstileC 'OUTPUT '*** Output wired to door striker to lock/unlock the door Object thisDrOutput 'NUMERICs Object thisLastCard, theLastCard_A, theLastCard_C, thisAlarmPoint 'DATETIMEs Object thisLastCrdTime, theLastCrdTime_A, theLastCrdTime_C '------------------------------------------------------------------------------------------ Line SETUP 'ENTER THE PATH TO THE 3 DOORS HERE thisTurnstile = Turnstile_B theTurnstileA = Turnstile_A theTurnstileC = Turnstile_C 'ENTER THE PATH TO THE INFINITYOUTPUT HERE thisDrOutput = Trnstl_B_Striker 'ENTER THE PATH TO THE INFINITYNUMERICs HERE thisLastCard = Trnstle_B_CrdNum theLastCard_A = Trnstle_A_CrdNum theLastCard_C = Trnstle_C_CrdNum thisAlarmPoint = TurnstileB_ALM 'ENTER THE PATH TO THE INFINITYDATETIMEs HERE thisLastCrdTime = Trnstle_B_EvntTm theLastCrdTime_A = Trnstle_A_EvntTm theLastCrdTime_C = Trnstle_C_EvntTm '------------------------------------------------------------------------------------------ Goto MONITORING Line MONITORING thisDrOutput Value = 0 'LOCK THE DOOR If thisTurnstile ValidAttempt then 'ACCESS HAS BEEN GRANTED AT THIS DOOR... thisLastCard = thisTurnstile EntryLastCard 'RECORD THE CARD # USED... thisLastCrdTime = (Date + 0) 'AND THE TIME OF THE TRANSACTION Goto VALID_ATTEMPT Endif Line VALID_ATTEMPT 'IF SAME CARD USED AT ANY OF THE OTHER 2 DOORS WHILE THE CURRENT TRANSATION IS IN PROGRESS DENY ACCESS If (thisLastCard Value = theLastCard_A Value) and (Date - theLastCrdTime_A Value) < theTurnstileA DoorStrikeTime then Goto PASSBACK If (thisLastCard Value = theLastCard_C Value) and (Date - theLastCrdTime_C Value) < theTurnstileC DoorStrikeTime then Goto PASSBACK thisDrOutput = thisTurnstile DoorStrikeTime 'UNLOCK THE DOOR If thisTurnstile DoorSwitch = Opened then Goto PROCESSENTRY 'PERSON HAS OPENED THE DOOR If TS > thisTurnstile DoorStrikeTime then Goto MONITORING 'VALID ACCESS NO ENTRY Line PROCESSENTRY 'VALID ACCESS WITH ENTRY If TS > 0 then thisDrOutput = Off 'RELOCK THE DOOR Goto MONITORING 'GO WAIT FOR NEXT ACCESS ATTEMPT Line PASSBACK 'ANTI PASSBACK VIOLATION thisDrOutput Value = 0 'LOCK THE DOOR TurnstileA_ALM = TurnstileA_ALM + 1 'SEND ALARM Goto MONITORING Line E If TS > 10 then Goto MONITORING Program code for door/turnstile C   'This program implements a pre-entry antipassback strategy to prevent a credentail holder 'from granting access at multiple access points (i.e turnstiles) that are physically located in close proximity to each other. '| | ' __/-\_______/-\_______/-\___ ' | | ' | Main Lobby | ' | Turnstiles | ' | | ' | ______X______X______X____ | ' ^ ^ ^ ' A B C 'OPERATION 'Upon detecting a Valid Attempt at say turnstile A, the program will deny access to the card used at turnstiles B and C 'until one of following two conditions takes place: '1-The person attempting access goes thru turnstile A as detected by the door contact. (this activates the regular ' built-in antipassback functionality if engaged) '2-The door strike time at turnstile A expires, and the system re-locks turnstile A ' 'Each turnstile requires its own program, the programs will be identical except for the initialization line which specifies 'which objects the program uses 'Program written for 3 turnstiles, can be easily modified for 2 or for more than 3 ' '11/30/2020 v1.0 SE PSS 101010111110 **THIS PROGRAM PROVIDED FOR SAMPLE AND GUIDELINES PURPOSES ONLY** 'Program is LOOPING/AUTOSTART ' 'OBJECTS USED 'DOORs '*** All the doors are configured with Door Output Channel set to ZERO Object thisTurnstile, theTurnstileA, theTurnstileB 'OUTPUT '*** Output wired to door striker to lock/unlock the door Object thisDrOutput 'NUMERICs Object thisLastCard, theLastCard_A, theLastCard_B, thisAlarmPoint 'DATETIMEs Object thisLastCrdTime, theLastCrdTime_A, theLastCrdTime_B '------------------------------------------------------------------------------------------ Line SETUP 'ENTER THE PATH TO THE 3 DOORS HERE thisTurnstile = Turnstile_C theTurnstileA = Turnstile_A theTurnstileB = Turnstile_B 'ENTER THE PATH TO THE INFINITYOUTPUT HERE thisDrOutput = Trnstl_C_Striker 'ENTER THE PATH TO THE INFINITYNUMERICs HERE thisLastCard = Trnstle_C_CrdNum theLastCard_A = Trnstle_A_CrdNum theLastCard_B = Trnstle_B_CrdNum thisAlarmPoint = TurnstileC_ALM 'ENTER THE PATH TO THE INFINITYDATETIMEs HERE thisLastCrdTime = Trnstle_C_EvntTm theLastCrdTime_A = Trnstle_A_EvntTm theLastCrdTime_B = Trnstle_B_EvntTm '------------------------------------------------------------------------------------------ Goto MONITORING Line MONITORING thisDrOutput Value = 0 'LOCK THE DOOR If thisTurnstile ValidAttempt then 'ACCESS HAS BEEN GRANTED AT THIS DOOR... thisLastCard = thisTurnstile EntryLastCard 'RECORD THE CARD # USED... thisLastCrdTime = (Date + 0) 'AND THE TIME OF THE TRANSACTION Goto VALID_ATTEMPT Endif Line VALID_ATTEMPT 'IF SAME CARD USED AT ANY OF THE OTHER 2 DOORS WHILE THE CURRENT TRANSATION IS IN PROGRESS DENY ACCESS If (thisLastCard Value = theLastCard_A Value) and (Date - theLastCrdTime_A Value) < theTurnstileA DoorStrikeTime then Goto PASSBACK If (thisLastCard Value = theLastCard_B Value) and (Date - theLastCrdTime_B Value) < theTurnstileB DoorStrikeTime then Goto PASSBACK thisDrOutput = thisTurnstile DoorStrikeTime 'UNLOCK THE DOOR If thisTurnstile DoorSwitch = Opened then Goto PROCESSENTRY 'PERSON HAS OPENED THE DOOR If TS > thisTurnstile DoorStrikeTime then Goto MONITORING 'VALID ACCESS NO ENTRY Line PROCESSENTRY 'VALID ACCESS WITH ENTRY If TS > 0 then thisDrOutput = Off 'RELOCK THE DOOR Goto MONITORING 'GO WAIT FOR NEXT ACCESS ATTEMPT Line PASSBACK 'ANTI PASSBACK VIOLATION thisDrOutput Value = 0 'LOCK THE DOOR TurnstileA_ALM = TurnstileA_ALM + 1 'SEND ALARM Goto MONITORING Line E If TS > 10 then Goto MONITORING        
View full article
Captain AbeMeran Captain
‎2020-11-30 06:21 AM

Last Updated: Guinan RandyDavis Guinan ‎2020-11-30 06:24 AM

Labels:
  • Andover Continuum
1010 Views

Epibuilder Dynamic Text fields not displaying in a badge layout, error encountered while trying to update custom attributes or Error Opening EpiDesigner Configuration Database

Issue Epibuilder Dynamic Text fields are not displaying in a badge layout or Errors related to EpiBuilder or EPIDesigner Product Line Andover Continuum Environment EpiBuilder Badge Layout Cyberstation Cause Install didn't make the connection properly or badging wasn't enabled during the initial Continuum installation or Windows permission restrictions  Resolution From Make Edit badge in Continuum, Open Badge layout in EpiBuilder (If you have a problem opening Badge Layout see Note #2 below) View Options> Data Fields Select Use the data fields defined in a database If nothing is there, click the Other Database button Select Use an ODBC database Select the Data Source button Select System DSN tab and then select EPISDK then OK Click the Select button add the path to SDKNoDB.mdb (C:\Program Files\Continuum\EpiBuilder\Data) Click Open, Click OK All fields should now be available or the error should no longer happen on startup If receiving: ** Error Opening EpiDesigner Configuration Database error when selecting MakeEdit Badge,    Note #1: Permissions can affect the configuration of the Data Sources. If some options aren't configurable or have been changed from the default like buffers are not set to 2047 then try the configuration with increased permissions. Start>run odbc32.exe and check that the System DSN had EPISDK, If not, add it and then follow the instructions able to set the SDKNoDB.mdb  If the site is utilizing hard drive encryption on the hard drive.  Move the sdknodb.mdb to an unencrypted network share to correct the errors after updating the episdk datasource.  Note #2:  If you cannot perform step #1 from above check the following: On a 32 bit system run the following command from either the run window:  odbcad32.exe and check that the User DSN has an EPISDK entry with the datasource set to SDKNoDB.mdb .  The file should be located at the following path: C:\Program Files (x86)\Continuum\EPIBuilder\Data\ On a 64 bit system run the following command from either the run/search window:  C:\Windows\SysWOW64\odbc32.exe and check that the User DSN has an EPISDK  entry with the datasource set to SDKNoDB.mdb . The file should be located at the following path: C:\Program Files (x86)\Continuum\EPIBuilder\Data\
View full article
Picard Product_Support
‎2018-09-07 03:20 AM

Last Updated: Administrator DavidFisher Administrator ‎2020-11-19 07:09 AM

Labels:
  • Andover Continuum
2281 Views

MSMQ errors and Continuum fails to start

Issue Error displayed: Enhanced Alarm Delivery "There appears to be a problem with the configuration of this system. Please check to make sure that you have correctly installed MSMQ. The system will now shutdown."   Product Line Andover Continuum Environment Windows OS Cause The issue is that MSMQ is not installed on the machine or the installation is corrupted. MSMQ is a windows component that needs to be installed for enhanced alarm delivery. Resolution Install MSMQ from the Windows Control Panel > Add/Remove programs or Add/Remove Windows Components Reinstall Continuum NOTE: There have been instances where uninstalling MSMQ from Add/Remove Windows Components then allowing Continuum to install MSMQ resulted in a successful installation of the MSMQ.
View full article
Picard Product_Support
‎2018-09-07 03:17 AM

Last Updated: Administrator DavidFisher Administrator ‎2020-11-18 03:00 PM

Labels:
  • Andover Continuum
2506 Views

A method to export Access Events to file to then be imported into a third party system.

Issue Need to export Access Events automatically to a file format that a third party system can then import. This needs to be triggered at a set interval such as once a day. Product Line Andover Continuum Environment Continuum Access Control Cause Events can be exported from Continuum using a Listview of AccessEvents and then exporting to .CSV format file but this needs to be set up and manually run by the user. There does not appear to be an automatic method to get the same results from a listview into a file format. Resolution There is a method that can be used to export AccessEvent data to an external file without user intervention. The file format will be in HTML or XML format. A file format of XML is the obvious choice as it is usually easier for third party systems to import from an XML format. To do this, you will need to: Create a Report object with a Datasource set to "AccessEvents" or "Listview". These would then be configured with the AccessEvent attributes that you want to export. Once the desired Report is created, configure it so that it is run automatically using Windows Scheduled Events and the ReportCmdLine.exe application that is available for this purpose. See the article here for detailed steps on how to set this up.
View full article
Picard Product_Support
‎2020-11-03 10:17 AM

on ‎2020-11-03 10:17 AM

Labels:
  • Andover Continuum
1977 Views

%D and %N on the FeedBack tab of an AlarmEnrollment is not filling in Name or Description of point

Issue Using the %D and %N on the FeedBack tab of an AlarmEnrollment and it is not filling in the Name or Description of a point. Product Line Andover Continuum Environment Continuum Cyberstation Alarm View Cause Enhanced Alarm Logging has not been enabled. Resolution Make sure that you have selected Enhanced Alarm Logging on the Database Initialization screen. This is a requirement to use %D and %N in AlarmEnrollments.  
View full article
Picard Product_Support
‎2018-09-07 02:00 AM

Last Updated: Administrator DavidFisher Administrator ‎2020-11-02 06:29 AM

Labels:
  • Andover Continuum
1247 Views

Database size is growing rapidly, SQL Database Recovery Modes Explained

Issue LDF file of a database is growing rapidly. SQL Database Recovery Modes Explained Product Line Andover Continuum Environment Continuum  SQL Server Cause Recovery Mode setting could allow all transactions to be logged. Resolution The Full Recovery Mode basically logs all transactions successfully, failed, table creations, columns created etc... When the Continuum database is created, there are no additional tables added or columns added unless there is an update to the database to a different version. Some sites will require Full Recovery Mode but for most sites, we only need to know when an error occurs when updating or altering rows occurs and Simple Recovery Mode will log those. The Continuum Databases are created with Simple Recovery Mode. It is up to the individual site whether they need Full Recovery Mode. Most sites run with the default Simple Recovery Mode since there is no need to log every successful transaction but only want to catch the transactions that have an error. The Recovery Mode is especially important if your site is a single-user setup. Single user databases are limited in size and if you fill-up the .LDF log file, you can exceed Microsoft's database limitations in a short period of time. As for Enterprise versions of SQL for Continuum Lan systems, you'll need to watch your available disk space. Check what the Recovery Mode is set to by using SQL Server Management Studio Express, right-click your ContinuumDB and select properties, go to the Options tab, and check the Recovery model. See the image below for details.   Furthermore, if you have selected Full Recovery Mode in the past and now have a large unwanted .Ldf file that is causing you issues, then selecting Simple Recovery Mode at this point will also truncate your original Log file down to a more usable size retrospectively.  (Although it may take a few hours before you see any changes).
View full article
Picard Product_Support
‎2018-09-07 01:59 AM

Last Updated: Administrator DavidFisher Administrator ‎2020-11-02 06:27 AM

Labels:
  • Andover Continuum
1950 Views

What is the Network ID-UDP setting as seen in BACnet Controllers?

Issue What is the Network ID-UDP Setting required for and does this need to be changed when commissioning a new BACnet Continuum controller? Product Line Andover Continuum Environment bCX4040 bCX4000 Cause Require information on the Continuum BACnet Network setting (physical layer). Resolution Each network segment in a BACnet network is assigned a unique integer as an identifier for ease of routing packets between these networks. For more information see Effect on a BACnet network if the Network Id - UDP setting in bCX40x0 have been set to different values   BACnet Network ID-UDP Setting This defines the ID number of the BACnet/IP network on which this controller resides. When creating a Continuum BACnet controller the default UDP Net ID is set to 1. This setting would need to be the same for all BACnet controllers that want to communicate with each other across the network.   Why would you want to change it? You may have a site for example that already has a BACnet network running on the ethernet and not want to communicate on the same BACnet UDP Net Id as their BACnet devices do. In this case you could change the UDP Net Id for your BACnet communications but it needs to be the same for all of your BACnet devices since the routing tables in the controllers would need to know which UDP Net Id to route to. If you changed the UDP Net Id to 2 then all controllers would need to be set to 2 to make sure they were able to communicate efficiently with each other.
View full article
Picard Product_Support
‎2018-09-07 01:58 AM

Last Updated: Administrator DavidFisher Administrator ‎2020-10-27 11:06 AM

Labels:
  • Andover Continuum
2262 Views

Which controllers support the String object?

Issue Can Strings be used in all controller types? Product Line Andover Continuum, EcoStruxure Building Operation Environment All Continuum Controllers b3, i2 Controller (EcoStruxure Building Operation) Cause Some Controllers do not support strings Resolution The String class of object are supported in the following products: CX series (including all Netcontrollers), bCX series, CMX series, ACX series, i2 series (except i2885, i2887), BACnet series (except b3885, b3887), DCX 250, CyberStation.
View full article
Picard Product_Support
‎2020-10-05 07:32 AM

on ‎2020-10-05 07:32 AM

Labels:
  • Andover Continuum
  • EcoStruxure Building Operation
2010 Views
  • « Previous
    • 1
    • …
    • 39
    • 40
    • 41
    • …
    • 111
  • Next »
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

Welcome!

Welcome to your new personalized space.

of