05-27-2018 03:30 PM - edited 05-27-2018 03:31 PM
First experience with creating an using a simulated DAQ to do offline development, i am having an issue with the Digital input card (9375). I want to monitor (2) channel for DI signals, when i run the example code the channels are actually toggling (T/F). Not sure why this is doing this, it's actually counting in binary...
It would be nice to create code that would allow me to manually change the state of the channels to mock an event and see how the code responds but it's counting and pretty much un-usable. What am i doing wrong...?
Solved! Go to Solution.
05-28-2018
02:28 AM
- last edited on
01-08-2025
08:51 AM
by
Content Cleaner
This is normal:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0PxCAI&l=en-US
"Digital data is returned as if each 8-bit port were counting up."
You can create "debug" case for manual control (create button on FP).
12-23-2019 12:59 AM
Adding a debug case structure would be a change on the application end. Is there a way where we can set the state of Digital Input to desired value?
This would allow the developers to validate their application in a better way pre deployment & also help in SIL environment.