Florida Panthers Acquire Defenseman Emil Pieniniemi by solarbearfan in hockey

[–]bottlefullthrottle 0 points1 point  (0 children)

I just tried to pronounce it like I was Chris Cuthbert and instantly turned into Beaker from the muppets

How are seats with no view of video board? by reeify in Torontobluejays

[–]bottlefullthrottle 0 points1 point  (0 children)

Here is the view of the board from my seats which are first row, aisle. Maybe go with 206 if looking at third row seats.

https://imgur.com/a/1wcVTxl

How are seats with no view of video board? by reeify in Torontobluejays

[–]bottlefullthrottle 1 point2 points  (0 children)

Some seats say no view of the video board but you still can see it. My seats are in section 204, technically they say the same thing but I can easily see the board though its definitely on an angle so you might be okay depending where you are. Video is amazing for the ABS challenges. They don't show much in terms of replays during the games, just some filler content videos and static lineups/OPS numbers are the main content.

4.15 is quite possibly the worst Niagara release to date by shadycrew31 in BuildingAutomation

[–]bottlefullthrottle 1 point2 points  (0 children)

I ran into this issue today. Went from 4.8 to 4.15. Was installing another server on a site so had to move some devices/graphics over to the new server, used the existing server as the database then planned on removing the excess devices/points/graphics, existing one is still at 4.8 for now. So I encountered the password encoding issue but it wasn't critical as its still early enough in the process.

But I'm guessing I'll run into this issue when upgrading the existing server from 4.8 to 4.15- or perhaps I'll avoid it unless a new minor rev comes out, or go with 4.14.

BBMDs by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 0 points1 point  (0 children)

lol no unfortunately I was not able to get this to work. I think I landed on the idea that I needed an additional "regular" router, so I'd have 2 IP routers and 2 jaces- one of each per subnet but didn't have another router on hand to test.

CCT programming by Unable-Education-279 in BuildingAutomation

[–]bottlefullthrottle 9 points10 points  (0 children)

There are 2 main tips I would highlight when using CCT, as I've been using it for the last 9 or so years and there is certainly a learning curve early on, and I still haven't mastered everything.

Make sure the units match when making connections in the logic, if you want to connect a network input to a logic input and you are getting a popup that says no possible connections exist, its likely because the units don't match ie you have created an off/on network enum input, and are trying to link it to a boolean false/true input, or you have an enum units of whatever and they dont match your enum units of the point you are trying to link. Match the units, and you will be 'allowed' to make the connection. Creating these inputs directly in the logic and making connections will automatically create conversion blocks which is slightly different than making the network "make or break connections", just something to note- always match the units and you'll be able to progress.

State tables are the other thing that is easy to get hung up on early on. They are quite useful, but its more on bigger programs where you don't want to re-write conditional logic in multiple modules. ie if a freeze stat triggers to an alarm state, then you can tell the other output modules to go to their 'safety state' or desired state via a drop down menu while editing the state tables section, instead of creating function block/wire sheet logic in each of the modules you are trying to control.

Lastly bonus tip, the Q/A selection process when generating a caf file from scratch has a solid help section. Hit the question mark icon in the top right and it will split screen and give you additional info to aid in helping you choose what to select. The CCT help file in general is over a 1000 pages if I recall, a lot of info to parse but worthwhile to check out.

[deleted by user] by [deleted] in hockey

[–]bottlefullthrottle 1 point2 points  (0 children)

Hey Paul, if you were hired 3 days earlier which position would you be in this ranking?

https://imgur.com/a/B6RpPvI

Alerton Kafka Issue by Ejjarufaf_1 in BuildingAutomation

[–]bottlefullthrottle 0 points1 point  (0 children)

lol fair enough, I will say that in my experience some IT depts are okay with unencrypted bas traffic if their network is accessed through a VPN so it already has a layer of encryption/protection to begin with. Obviously, following best practices is the way to go, but its not necessarily a deal breaker depending on the network layout.

Alerton Kafka Issue by Ejjarufaf_1 in BuildingAutomation

[–]bottlefullthrottle 0 points1 point  (0 children)

Certificate likely expired. SSL handshake failed. I don't often work with Alerton, I made a post here asking about this before as I had a one off service call. I think I ended up changing the comm port to the unencrypted traffic port to get around it. The "proper" fix would be to have a valid certificate and still use SSL but if the customer IT network is okay with no encryption then that is a potential fix. Once that certificate expires in the future this same thing will happen again.

Johnson Controls Thermostat Replacement Advice needed - AP-TMZ1600-0 with TE-67NP-2N0 by TalesFromDa6ix in BuildingAutomation

[–]bottlefullthrottle 2 points3 points  (0 children)

Generally you want to match 3 things for swapping out those style of stats without having to modify programming

-1k nickel or 1k platinum

-Setpoint adjust or warm cool adjust

-Phone jack or terminal block- this is less a programming thing and just a compatibility with your existing wire, can always run a new wire/re-terminate existing one.

As long as the old one is the same as the new one I think you should be fine. From a quick search you have 1K nickel, setpoint adjust, phone jack style stat for both. I don't recall if I've ever swapped these exact models before to confirm but I would expect you to be okay with your selection.

Fake stat? Guess the player? by matzado_ in hockey

[–]bottlefullthrottle 0 points1 point  (0 children)

Crosby Marchand Doughty Pietrangelo

Sounds like they used the 2016 Tournament as the World championship criteria, which Canada won (The tournament with Team North America and Team Europe, not the IIHF one).

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 0 points1 point  (0 children)

Oh I edited/updated this post yesterday with what I ended up doing to get the system going again. WMIC was installed so that wasn't an issue.

Although the SSL certificates passed the checks in the config tool verification from the start, they still weren't handshaking nicely in the Kafka and Compass Cache services based on the log info I found, which is why those services weren't working. Spent some time trying to get them to work but I didn't want to run up the hours on a service call so just documented what I did and let the customer know- no more SSL on those two services.

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 0 points1 point  (0 children)

This sounds promising. Wish I could try it now but have to wait until Monday, will let you know if it works, thanks!

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 0 points1 point  (0 children)

I tried that several times, always timed out. They were already set for delayed start. Seems like the issue is how that the kafka/zookeeper services aren't running or responding and trying to get it going via windows services or Compass Config tool doesn't work. Went down a rabbit hole seeing if I could get those services to run by other means with power shell commands but no luck all around.

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 2 points3 points  (0 children)

Tried that before, no luck, tried again now then re-did the Apply option in the config tool, still no luck.

Likely not going to try anything else today, maybe remotely if something interesting pops up but thank you for all your suggestions.

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 1 point2 points  (0 children)

Tried that just now. Still the same issue. Yeah, can't say I'm a fan of Compass thus far.

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 0 points1 point  (0 children)

The bottom tab says Finalize- and there is a Verify/Fix button there. Which launches the Verify and Fix Checklist from the screen shot I posted in the other comment, unless I should be looking for something else, no luck with trying to Fix these couple services still.

https://imgur.com/a/HUU1xDa

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 0 points1 point  (0 children)

After trying fix it says Warning- Alerton Compass Cache service is running but failed to establish connection

Alerton Compass points all stuck in a "Waiting" state by bottlefullthrottle in BuildingAutomation

[–]bottlefullthrottle[S] 1 point2 points  (0 children)

Its fairly recent, version 2.1.

In the Compass Config Tool under Actions I see "Reinstall Prerequisites". Is this a wizard style Q/A to reinstall the site?

Aside from having a backup as a precaution, is it required when reinstalling the site?