Jump to content

Serial .DLL


pete_dunham

Recommended Posts

I downloaded a wrapper/.dll from NI’s Instrument Driver Network (uncertified).

http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=16725

for a Watlow integrated controller (EZ-ZONE PM) .

It works okay for the most part. However, every once and awhile, and seemingly for no reason, the calling VI crashes.

Not only does it crash, it locks up LabVIEW 2010 and Windows 7. Nothing works to close LabVIEW except for a system reboot.

(Sometimes it runs all day with no problems).

I am scratching my head to troubleshoot at a lower level. And/or identifying an alternative path. I haven’t had much experience troubleshooting .dlls at this level from LabVIEW.

I plan to install LabVIEW 2010 SP1 to see if that helps, but have a feeling it is the .dll causing the problem.

Has anybody else worked through something similar?

Link to comment

Here are my get/set temperature vi's for a Watlow F4 controller. You also need the NI Modbus library.

getwatlowtemp.png

setwatlowtemp.png

And there seems to be an issue with the VI snippet. The clusters constants there can be remade and should have RTU and 1 as the values in them.

Hopefully this is of some help to you.

Edited by jkuehn
  • Like 1
Link to comment
  • 4 weeks later...

Here are my get/set temperature vi's for a Watlow F4 controller. You also need the NI Modbus library.

getwatlowtemp.png

setwatlowtemp.png

And there seems to be an issue with the VI snippet. The clusters constants there can be remade and should have RTU and 1 as the values in them.

Hopefully this is of some help to you.

This is a late reply..but THANK YOU!

The NI Modus Library was exactly what I needed to solve this problem. And the attached snippets are what made this a clear solution.

For anyone else using Watlow .dll, downloaded from the NI Instrument Driver Network, this .dll (what Watlow refers to as "standard bus") seems to be the culprit. IE, the communication across this standard bus seems to be what is locking up my system.

The Watlow PM EZ-Zone I am working with has an optional RS232 Modbus module (determined by the controller’s serial number).

I switched from communicating from Watlow's standard bus to the Modbus and now my communications and LabVIEW seem stable.

Thanks again!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.