Jump to content

Artnet Working But Not In Vp


pixelmagic

Recommended Posts

Hi All,

 

Been trying to get some more stuff to work with DOF, got a original LEDwiz as #1, a FRDM board as LEDwiz #8 working as wanted.

 

Now I have an Arduino with ethernet setup with 3 leds for test as ARTNET node, got it working with DMX controller, when I start DirectOutputConfigTester two leds start as espected and when I flip switch 18 it starts to blink (AFM table). So far so good it looks, saved the config files but when I start the table in VP only the 2 LEDwiz outputs work but nothing happens on the ARTNET.

 

Can someone help me find what is wrong please ? Attached are some config files I use.

 

 

cabinet.xml

GlobalConfig_.xml

Attack from Mars (Bally 1995).zip

Link to comment
Share on other sites

<?xml version="1.0"?>
<Cabinet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<Name>PIN</Name>
	<OutputControllers>
		<ArtNet>
			<Name>Artnet Node 1</Name>
			<Universe>0</Universe>
			<BroadcastAddress>192.168.1.100</BroadcastAddress>
		</ArtNet>
	
	</OutputControllers>
	<Toys>
		<LedWizEquivalent>
			<Name>Artnet Node 1</Name>
			<LedWizNumber>100</LedWizNumber>
			<Outputs>
	        		<LedWizEquivalentOutput>
	        			<OutputName>Artnet Node 1\Artnet Node 1.001</OutputName>
	        			<LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
	        		</LedWizEquivalentOutput>
		
				<LedWizEquivalentOutput>
	        			<OutputName>Artnet Node 1\Artnet Node 1.002</OutputName>
	        			<LedWizEquivalentOutputNumber>2</LedWizEquivalentOutputNumber>
	        		</LedWizEquivalentOutput>	 
	  		</Outputs>
	  	</LedWizEquivalent>

	</Toys>
</Cabinet>

Test this !

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...