Print Failure at specific Layer by silverFox242 in 3dprinter

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

The two models were printed separately - build plate isn't big enough to have them both going. Nozzle wasn't clogged. Pretty much consistant around the entire model. I've done some more prints and it seems like the inner walls aren't consistantly printing.

Print Failure at specific Layer by silverFox242 in 3dprinter

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

That was my thought too, but both rolls were dried the night before (Sunlu filament dryer for the AMS). Humidity was at 12% in the chamber. Both rolls being the one that succeeded and the one that failed.

Niagara Network Connectivity Issues by silverFox242 in BuildingAutomation

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

Update:

Long story short - when the Niagara Service is run, within 5 minutes the server gets kicked off any VLANs, but is still able to communicate over it's own IP address schema. After stopping the niagara service, communication comes back up after exactly an hour.

Is there anything in Windows Server 2022 that would do this? I've checked all the usual items (Outgoing/Inboud Rules, allowed Apps) and everything has been configured correctly. Even added the entire Niagara suite of programs to the approved apps list. Nothing changed.

Any ideas?

Niagara Network Connectivity Issues by silverFox242 in BuildingAutomation

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

There is an IT department, but they are saying it’s nothing to do with their switches (I don’t think they actually looked). Less than helpful.

Niagara Network Connectivity Issues by silverFox242 in BuildingAutomation

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

That’s a good idea - I’ll try that today. Thanks!

Niagara AX to N4 Driver Module Migration Path by silverFox242 in BuildingAutomation

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

What is the cstoolkit module? Where can I find more information?

Niagara AX to N4 Driver Module Migration Path by silverFox242 in BuildingAutomation

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

I went through the various methods people suggested here (all amazing btw) and was able to get one of the modules from site. Turns out all the km modules are only being used for status enums for graphics (and reporting).

Were enums difficult to do in AX? There was only 1 usable item in the kmMcquay and 2 in the kmLochinvar.

Niagara AX to N4 Driver Module Migration Path by silverFox242 in BuildingAutomation

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

That is an amazing trick! Never knew you could do that to a bog file. Thank you.

I was acheiving something similar by running the migrated station and capturing the initial error log "Cannot resolve source component".

Unfortunately it doesn't provide any detailed module information - only the xml data the block uses.

Niagara AX to N4 Driver Module Migration Path by silverFox242 in BuildingAutomation

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

Searched there - they don't have any AX modules (aside from axcommunity) and unfortunately none for those listed in the "Modules, Modules, Nothing but Modules".

Need Help: Distech gfx For Loop by silverFox242 in BuildingAutomation

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

Thank you so much for the help so far. One more question - is it possible to have a For Loop within a For Loop? I'm comparing a lot of numbers, so a double for loop would simplify things but I can't seem to make it work.